Skip to content

Commit

Permalink
math/superlu-dist: 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 727d0bc commit de38045
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions math/superlu-dist/Makefile
@@ -1,7 +1,7 @@
PORTNAME= superlu-dist
DISTVERSIONPREFIX= v
DISTVERSION= 8.1.2
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= math

MAINTAINER= yuri@FreeBSD.org
Expand All @@ -24,17 +24,14 @@ CMAKE_TESTING_ON= enable_tests # many tests fail, see https://github.com/xiaoyel

OPTIONS_DEFINE= DOCS FORTRAN
OPTIONS_SINGLE= BLAS MPI
OPTIONS_SINGLE_BLAS= ATLAS GOTOBLAS OPENBLAS REFERENCE
OPTIONS_SINGLE_BLAS= ATLAS OPENBLAS REFERENCE
OPTIONS_SINGLE_MPI= MPICH OPENMPI
OPTIONS_DEFAULT= FORTRAN MPICH REFERENCE
OPTIONS_SUB= yes

# all BLAS-related options
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 de38045

Please sign in to comment.