aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2023-10-28 19:06:55 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2023-10-28 19:06:55 +0000
commitde380458ac0bb0c60826d53a53509f1a8d9ff1f1 (patch)
treeab8f805a1557cc09c1b8ba89f25f7001b29935ee
parent727d0bcbf541ea5ef978b4c86e8f19701d66d5b3 (diff)
downloadports-de380458ac0bb0c60826d53a53509f1a8d9ff1f1.tar.gz
ports-de380458ac0bb0c60826d53a53509f1a8d9ff1f1.zip
math/superlu-dist: Remove Gotoblas
PR: 274110 Requested by: thierry@
-rw-r--r--math/superlu-dist/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/math/superlu-dist/Makefile b/math/superlu-dist/Makefile
index c1a5224776ee..eb05ad8a5d9f 100644
--- a/math/superlu-dist/Makefile
+++ b/math/superlu-dist/Makefile
@@ -1,7 +1,7 @@
PORTNAME= superlu-dist
DISTVERSIONPREFIX= v
DISTVERSION= 8.1.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
@@ -24,7 +24,7 @@ CMAKE_TESTING_ON= enable_tests # many tests fail, see https://github.com/xiaoyel
OPTIONS_DEFINE= DOCS FORTRAN
OPTIONS_SINGLE= BLAS MPI
-OPTIONS_SINGLE_BLAS= ATLAS GOTOBLAS OPENBLAS REFERENCE
+OPTIONS_SINGLE_BLAS= ATLAS OPENBLAS REFERENCE
OPTIONS_SINGLE_MPI= MPICH OPENMPI
OPTIONS_DEFAULT= FORTRAN MPICH REFERENCE
OPTIONS_SUB= yes
@@ -32,9 +32,6 @@ OPTIONS_SUB= yes
# all BLAS-related options
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