mirror of
https://git.freebsd.org/ports.git
synced 2025-07-16 16:59:17 -04:00
math/ceres-solver: oops, fix a typo
This commit is contained in:
parent
291729b42a
commit
aa965d6182
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=424035
1 changed files with 4 additions and 4 deletions
|
@ -67,17 +67,17 @@ LAPACK_USES= fortran # LDFLAGS
|
||||||
LAPACK_CMAKE_ON= -DBLAS_LIBRARIES="${BLASLIB}" -DLAPACK_LIBRARIES="${LAPACKLIB}"
|
LAPACK_CMAKE_ON= -DBLAS_LIBRARIES="${BLASLIB}" -DLAPACK_LIBRARIES="${LAPACKLIB}"
|
||||||
LAPACK_CMAKE_BOOL= LAPACK
|
LAPACK_CMAKE_BOOL= LAPACK
|
||||||
ATLAS_USES= blaslapack:atlas
|
ATLAS_USES= blaslapack:atlas
|
||||||
ATLAS_CMAKE_ARGS= -DBLA_VENDOR="ATLAS"
|
ATLAS_CMAKE_ON= -DBLA_VENDOR="ATLAS"
|
||||||
ATLAS_IMPLIES= LAPACK
|
ATLAS_IMPLIES= LAPACK
|
||||||
GOTOBLAS_DESC= Goto blas implementation
|
GOTOBLAS_DESC= Goto blas implementation
|
||||||
GOTOBLAS_CMAKE_ARGS= -DBLA_VENDOR="Goto"
|
GOTOBLAS_CMAKE_ON= -DBLA_VENDOR="Goto"
|
||||||
GOTOBLAS_IMPLIES= LAPACK
|
GOTOBLAS_IMPLIES= LAPACK
|
||||||
GOTOBLAS_USES= blaslapack:gotoblas
|
GOTOBLAS_USES= blaslapack:gotoblas
|
||||||
NETLIB_USES= blaslapack:netlib
|
NETLIB_USES= blaslapack:netlib
|
||||||
NETLIB_CMAKE_ARGS= -DBLA_VENDOR="Generic"
|
NETLIB_CMAKE_ON= -DBLA_VENDOR="Generic"
|
||||||
NETLIB_IMPLIES= LAPACK
|
NETLIB_IMPLIES= LAPACK
|
||||||
OPENBLAS_USES= blaslapack:openblas
|
OPENBLAS_USES= blaslapack:openblas
|
||||||
OPENBLAS_CMAKE_ARGS= -DBLA_VENDOR="OpenBLAS"
|
OPENBLAS_CMAKE_ON= -DBLA_VENDOR="OpenBLAS"
|
||||||
OPENBLAS_IMPLIES= LAPACK
|
OPENBLAS_IMPLIES= LAPACK
|
||||||
|
|
||||||
SPARSE_DESC= Sparse linear algebra library
|
SPARSE_DESC= Sparse linear algebra library
|
||||||
|
|
Loading…
Add table
Reference in a new issue