aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2023-10-28 18:57:20 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2023-10-28 18:57:20 +0000
commitb55ae6913b2a9951e3eb9752cfcc6c9dd1b3401e (patch)
treec500793684f3aca9993ff54d8c2750ddf4cd4c2f
parentba893eff32b758772170b94e395f68d0dc1b1e94 (diff)
downloadports-b55ae6913b2a9951e3eb9752cfcc6c9dd1b3401e.tar.gz
ports-b55ae6913b2a9951e3eb9752cfcc6c9dd1b3401e.zip
math/superlu: Remove Gotoblas
PR: 274110 Requested by: thierry@
-rw-r--r--math/superlu/Makefile7
1 files 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