Skip to content

Commit

Permalink
science/mbdyn: Remove Gotoblas
Browse files Browse the repository at this point in the history
PR:		274110
Requested by:	thierry@
  • Loading branch information
yurivict committed Oct 28, 2023
1 parent de38045 commit 0b67aaf
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions 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/

Expand Down Expand Up @@ -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

Expand All @@ -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
Expand Down

0 comments on commit 0b67aaf

Please sign in to comment.