git: 727d0bcbf541 - main - math/primme: Reemove Gotoblas
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 28 Oct 2023 19:06:08 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=727d0bcbf541ea5ef978b4c86e8f19701d66d5b3 commit 727d0bcbf541ea5ef978b4c86e8f19701d66d5b3 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-10-28 19:05:16 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-10-28 19:05:16 +0000 math/primme: Reemove Gotoblas PR: 274110 Requested by: thierry@ --- math/primme/Makefile | 6 ++---- 1 file 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