diff options
| author | Yuri Victorovich <yuri@FreeBSD.org> | 2023-10-28 19:05:16 +0000 |
|---|---|---|
| committer | Yuri Victorovich <yuri@FreeBSD.org> | 2023-10-28 19:05:16 +0000 |
| commit | 727d0bcbf541ea5ef978b4c86e8f19701d66d5b3 (patch) | |
| tree | e6cca8ee57ca67f14605ae989aab1ccbc26f215a | |
| parent | b55ae6913b2a9951e3eb9752cfcc6c9dd1b3401e (diff) | |
| download | ports-727d0bcbf541ea5ef978b4c86e8f19701d66d5b3.tar.gz ports-727d0bcbf541ea5ef978b4c86e8f19701d66d5b3.zip | |
math/primme: Reemove Gotoblas
PR: 274110
Requested by: thierry@
| -rw-r--r-- | math/primme/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/math/primme/Makefile b/math/primme/Makefile index 3c153efbbfc9..363b17daaa3b 100644 --- a/math/primme/Makefile +++ b/math/primme/Makefile @@ -1,7 +1,7 @@ PORTNAME= primme DISTVERSIONPREFIX= v DISTVERSION= 3.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org @@ -25,14 +25,12 @@ CFLAGS+= -fPIC LDFLAGS+= ${LAPACKLIB} -lm OPTIONS_RADIO= LINALG -OPTIONS_RADIO_LINALG= ATLAS GOTOBLAS NETLIB OPENBLAS +OPTIONS_RADIO_LINALG= ATLAS NETLIB OPENBLAS OPTIONS_DEFAULT= OPENBLAS LINALG_DESC= Choose which linear algebra interface (LAPACK) implementation to use: -GOTOBLAS_DESC= Goto blas implementation ATLAS_USES= blaslapack:atlas -GOTOBLAS_USES= blaslapack:gotoblas NETLIB_USES= blaslapack:netlib NETLIB_LDFLAGS= -lblas # XXX why this isn't covered by blaslapack:netlib? OPENBLAS_USES= blaslapack:openblas |
