git: b55ae6913b2a - main - math/superlu: Remove Gotoblas
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 28 Oct 2023 19:03:06 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b55ae6913b2a9951e3eb9752cfcc6c9dd1b3401e
commit b55ae6913b2a9951e3eb9752cfcc6c9dd1b3401e
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-10-28 18:57:20 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-10-28 18:57:20 +0000
math/superlu: Remove Gotoblas
PR: 274110
Requested by: thierry@
---
math/superlu/Makefile | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/math/superlu/Makefile b/math/superlu/Makefile
index ee6f928cfd5f..34131be038ba 100644
--- a/math/superlu/Makefile
+++ b/math/superlu/Makefile
@@ -1,7 +1,7 @@
PORTNAME= superlu
DISTVERSIONPREFIX= v
DISTVERSION= 5.3.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math
MAINTAINER= robert.ayrapetyan@gmail.com
@@ -22,14 +22,11 @@ CMAKE_OFF= enable_tests
OPTIONS_DEFINE= DOCS EXAMPLES
OPTIONS_SINGLE= BLAS
-OPTIONS_SINGLE_BLAS= ATLAS GOTOBLAS OPENBLAS REFERENCE
+OPTIONS_SINGLE_BLAS= ATLAS OPENBLAS REFERENCE
OPTIONS_DEFAULT= REFERENCE
ATLAS_USES= blaslapack:atlas
ATLAS_CMAKE_ON= -DBLA_VENDOR:STRING="ATLAS"
-GOTOBLAS_DESC= GotoBLAS blas implementation
-GOTOBLAS_USES= blaslapack:gotoblas
-GOTOBLAS_CMAKE_ON= -DBLA_VENDOR:STRING="Goto"
OPENBLAS_USES= blaslapack:openblas
OPENBLAS_CMAKE_ON= -DBLA_VENDOR:STRING="OpenBLAS"
REFERENCE_DESC= Reference blas implementation