Skip to content

Commit

Permalink
math/superlu: 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 ba893ef commit b55ae69
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions 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
Expand All @@ -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
Expand Down

0 comments on commit b55ae69

Please sign in to comment.