Port details |
- primme Iterative eigensolver for symmetric and hermitian matrices
- 3.2.3 math =2 3.2_4Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2018-10-09 08:24:32
- Last Update: 2024-11-09 15:43:12
- Commit Hash: ea40ec1
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSD3CLAUSE
- WWW:
- https://www.cs.wm.edu/~andreas/software/
- Description:
- PRIMME, pronounced as prime, computes a few eigenvalues and their corresponding
eigenvectors of a real symmetric or complex Hermitian matrix. It can also
compute singular values and vectors of a square or rectangular matrix. It can
find largest, smallest, or interior singular/eigenvalues and can use
preconditioning to accelerate convergence. It is especially optimized for large,
difficult problems, and can be a useful tool for both non-experts and experts.
PRIMME is written in C99, but complete interfaces are provided for Fortran 77,
MATLAB, Python, and R.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/math/primme/ && make install clean
- To add the package, run one of these commands:
- pkg install math/primme
- pkg install primme
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: primme
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1731138979
SHA256 (primme-primme-v3.2.3_GH0.tar.gz) = 272fc4952ef9958b79a12de098384ff88995b7bcb1082958cd37aab05773a8a4
SIZE (primme-primme-v3.2.3_GH0.tar.gz) = 14434625
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.4.1 : devel/gmake
- Test dependencies:
-
- gfortran13 : lang/gcc13
- Library dependencies:
-
- libopenblas.so : math/openblas
- This port is required by:
- for Libraries
-
- math/py-primme
Configuration Options:
- ===> The following configuration options are available for primme-3.2.3:
====> Choose which linear algebra interface (LAPACK) implementation to use:: you can only select none or one of them
ATLAS=off: ATLAS BLAS implementation
NETLIB=off: BLAS implementation from Netlib
OPENBLAS=on: OpenBLAS BLAS implementation
===> Use 'make config' to modify these settings
- Options name:
- math_primme
- USES:
- gmake localbase:ldflags blaslapack:openblas
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.2.3 09 Nov 2024 15:43:12 |
Yuri Victorovich (yuri) |
math/primme: update 3.2 → 3.2.3 |
3.2_4 21 Jun 2024 17:49:24 |
Thierry Thomas (thierry) |
*/*: bump PORTREVISION after the upgrade to OpenBLAS |
3.2_3 12 Dec 2023 19:03:50 |
Thierry Thomas (thierry) |
*/*: bump PORTREVISION after the upgrade of OpenBLAS
PR: 273219 |
3.2_2 28 Oct 2023 19:05:16 |
Yuri Victorovich (yuri) |
math/primme: Reemove Gotoblas
PR: 274110
Requested by: thierry@ |
3.2_1 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.2 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
3.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.2 31 Jan 2021 19:54:27 |
yuri |
math/primme: Update 3.1.1 -> 3.2
Reported by: portscout |
3.1.1 16 May 2020 18:03:15 |
yuri |
math/primme: Update 3.1 -> 3.1.1
Reported by: portscout |
3.1_1 06 May 2020 16:39:12 |
yuri |
Bump 37 ports depending on math/openblas through USES=blaslapack:openblas
because after the recent math/openblas update the library name changed in
openblas |
3.1 03 May 2020 16:27:52 |
yuri |
math/primme: Fix tests |
3.1 03 May 2020 07:01:21 |
yuri |
math/primme: Update 3.0.2 -> 3.1
Reported by: portscout |
3.0.2_1 30 Jan 2020 14:17:44 |
swills |
Fix math/openblas and bump dependent ports
* Fix build on i386 [1]
* Fix science/code_saturne build with new openblas [2]
* Avoid installing private headers [3]
* Prevent build from optimizing for host by correcting build confg [4]
* Bump portrevision of dependent ports [5]
This is correcting issues from r523749 [1][2][4] and r515970 [3]
PR: 231371
Reported by: build cluster [1]
Reported by: Dima Pasechnik <dimpase+freebsd@gmail.com> [2]
Reported by: many [5]
Reviewed by: mat, bapt
Approved by: implicit, since this is a build fix |
3.0.2 15 Jan 2020 10:00:36 |
yuri |
math/primme: Update 3.0.1 -> 3.0.2
Reported by: portscout |
3.0.1 03 Jan 2020 07:25:55 |
yuri |
math/primme: Update 3.0 -> 3.0.1
Reported by: portscout |
3.0 25 Dec 2019 06:50:18 |
yuri |
math/primme: Update 2.2 -> 3.0
Reported by: portscout |
2.2_2 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
2.2_1 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
2.2 28 Oct 2018 04:32:44 |
yuri |
math/primme: 2.1.20181011 -> 2.2
Reported by: portscout |
2.1.20181011 12 Oct 2018 01:11:47 |
yuri |
math/primme: Update to the latest revision; Add LinAlg options
Port changes:
* Remove do-install: it is now implemented by the project
* Add options to choose the LAPACK-compatible interface for liner algebra |
2.1.20181010 10 Oct 2018 19:19:19 |
yuri |
math/primme: Update 2.1 -> 2.1.20181010 (current revision)
Several relevant bugs were fixed:
* SONAME was added
* Some patches aren't needed now |
2.1 09 Oct 2018 08:24:02 |
yuri |
New port: math/primme: Iterative eigensolver for symmetric and hermitian
matrices |