mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
math/ceres-solver: Remove Gotoblas
PR: 274110 Requested by: thierry@
This commit is contained in:
parent
7cb6e234f0
commit
8f3a795ecb
1 changed files with 2 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= ceres-solver
|
||||
DISTVERSION= 2.2.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= math
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
@ -35,7 +35,7 @@ PORTEXAMPLES= *
|
|||
OPTIONS_DEFINE= CUSTOM_BLAS EXAMPLES DOCS GFLAGS LAPACK OPENMP SCHUR
|
||||
OPTIONS_DEFAULT= CUSTOM_BLAS CXSPARSE GFLAGS OPENBLAS OPENMP SCHUR SUITESPARSE
|
||||
OPTIONS_RADIO= LAPACK THREADS
|
||||
OPTIONS_RADIO_LAPACK= ATLAS GOTOBLAS NETLIB OPENBLAS
|
||||
OPTIONS_RADIO_LAPACK= ATLAS NETLIB OPENBLAS
|
||||
OPTIONS_GROUP= SPARSE
|
||||
OPTIONS_GROUP_SPARSE= CXSPARSE EIGENSPARSE SUITESPARSE
|
||||
|
||||
|
@ -72,10 +72,6 @@ ATLAS_CMAKE_ON= -DBLA_VENDOR:STRING="ATLAS" \
|
|||
-DBLAS_LIBRARIES:FILEPATH="${LOCALBASE}/lib/libcblas.so" \
|
||||
-DLAPACK_LIBRARIES:FILEPATH="${LOCALBASE}/lib/libalapack.so"
|
||||
ATLAS_IMPLIES= LAPACK
|
||||
GOTOBLAS_DESC= Goto blas implementation
|
||||
GOTOBLAS_USES= blaslapack:gotoblas
|
||||
GOTOBLAS_CMAKE_ON= -DBLA_VENDOR:STRING="Goto"
|
||||
GOTOBLAS_IMPLIES= LAPACK
|
||||
NETLIB_USES= blaslapack:netlib
|
||||
NETLIB_CMAKE_ON= -DBLA_VENDOR:STRING="Generic"
|
||||
NETLIB_IMPLIES= LAPACK
|
||||
|
|
Loading…
Add table
Reference in a new issue