Skip to content

Commit

Permalink
math/sdpa: Reemove 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 8f3a795 commit ba893ef
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions math/sdpa/Makefile
@@ -1,5 +1,6 @@
PORTNAME= sdpa
DISTVERSION= 7.3.17
PORTREVISION= 1
CATEGORIES= math
MASTER_SITES= SF/${PORTNAME}/${PORTNAME} \
DEBIAN/pool/main/m/mumps:mumps
Expand All @@ -25,13 +26,11 @@ PLIST_FILES= bin/sdpa %%DATADIR%%/param.sdpa

OPTIONS_DEFINE= DOCS
OPTIONS_SINGLE= BLAS
OPTIONS_SINGLE_BLAS= ATLAS GOTOBLAS REFERENCE
OPTIONS_SINGLE_BLAS= ATLAS REFERENCE
OPTIONS_DEFAULT= REFERENCE

ATLAS_USES= blaslapack:atlas
DOCS_DISTFILES= ${MANUALFILE}
GOTOBLAS_DESC= GotoBLAS blas implementation
GOTOBLAS_USES= blaslapack:gotoblas
REFERENCE_DESC= Reference blas implementation
REFERENCE_USES= blaslapack

Expand Down

0 comments on commit ba893ef

Please sign in to comment.