aboutsummaryrefslogtreecommitdiff
path: root/science/mbdyn
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2023-10-28 19:08:45 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2023-10-28 19:08:45 +0000
commit0b67aafd976c17a03ea621bb41150c827bb8a23b (patch)
treeb6d6eb2f8f5da8ef00cb11010f324a23eb90cea3 /science/mbdyn
parentde380458ac0bb0c60826d53a53509f1a8d9ff1f1 (diff)
downloadports-0b67aafd976c17a03ea621bb41150c827bb8a23b.tar.gz
ports-0b67aafd976c17a03ea621bb41150c827bb8a23b.zip
science/mbdyn: Remove Gotoblas
PR: 274110 Requested by: thierry@
Diffstat (limited to 'science/mbdyn')
-rw-r--r--science/mbdyn/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/science/mbdyn/Makefile b/science/mbdyn/Makefile
index fb690dd7dbb7..37c911943f5a 100644
--- a/science/mbdyn/Makefile
+++ b/science/mbdyn/Makefile
@@ -1,6 +1,6 @@
PORTNAME= mbdyn
DISTVERSION= 1.7.3
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= science
MASTER_SITES= https://www.mbdyn.org/userfiles/downloads/
@@ -32,12 +32,11 @@ INSTALL_TARGET= install-strip
OPTIONS_DEFINE= METIS CHACO
OPTIONS_RADIO= BLAS
-OPTIONS_RADIO_BLAS= REFERENCE GOTOBLAS ATLAS
+OPTIONS_RADIO_BLAS= REFERENCE ATLAS
OPTIONS_DEFAULT= REFERENCE
ATLAS_DESC= ATLAS
CHACO_DESC= Enable chaco-support
-GOTOBLAS_DESC= GotoBLAS2
METIS_DESC= Enable metis-support
REFERENCE_DESC= Blas / Lapack
@@ -48,9 +47,6 @@ CHACO_BUILD_DEPENDS= ${LOCALBASE}/lib/libchaco.a:math/chaco
CHACO_CONFIGURE_ON= --with-chaco=yes
CHACO_CONFIGURE_OFF= --with-chaco=no
-GOTOBLAS_CONFIGURE_ON= --with-blas=goto --with-goto=goto2
-GOTOBLAS_USES= blaslapack:gotoblas
-
METIS_CONFIGURE_ON= --with-metis=yes
METIS_CONFIGURE_OFF= --with-metis=no
METIS_CPPFLAGS= -I${LOCALBASE}/include/metis