git: 0b67aafd976c - main - science/mbdyn: Remove Gotoblas
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 28 Oct 2023 19:10:07 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=0b67aafd976c17a03ea621bb41150c827bb8a23b
commit 0b67aafd976c17a03ea621bb41150c827bb8a23b
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-10-28 19:08:45 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-10-28 19:08:45 +0000
science/mbdyn: Remove Gotoblas
PR: 274110
Requested by: thierry@
---
science/mbdyn/Makefile | 8 ++------
1 file 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