diff options
| author | Yuri Victorovich <yuri@FreeBSD.org> | 2023-10-28 17:40:45 +0000 |
|---|---|---|
| committer | Yuri Victorovich <yuri@FreeBSD.org> | 2023-10-28 17:42:32 +0000 |
| commit | 8f3a795ecb2b7dbc47ed3dca8b87eebc8b2df95f (patch) | |
| tree | db865bf9879e2da632cf4c6b436eac49f20cf3c1 | |
| parent | 7cb6e234f0de11b7aa269f2422d1f40d818cf660 (diff) | |
| download | ports-8f3a795ecb2b7dbc47ed3dca8b87eebc8b2df95f.tar.gz ports-8f3a795ecb2b7dbc47ed3dca8b87eebc8b2df95f.zip | |
math/ceres-solver: Remove Gotoblas
PR: 274110
Requested by: thierry@
| -rw-r--r-- | math/ceres-solver/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/math/ceres-solver/Makefile b/math/ceres-solver/Makefile index 194940ce5135..1b0929811f3c 100644 --- a/math/ceres-solver/Makefile +++ b/math/ceres-solver/Makefile @@ -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 |
