diff options
author | jbeich <jbeich@FreeBSD.org> | 2016-10-16 08:03:35 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2016-10-16 08:03:35 +0800 |
commit | 6439a08fa3712b524cad025ada6d19ea2f84f928 (patch) | |
tree | 8e70a92cec92aff6400b92f4733f82a08da52ddb /math | |
parent | 1eee6f53ed4600b63ddad3f69e7572b390c1635f (diff) | |
download | freebsd-ports-gnome-6439a08fa3712b524cad025ada6d19ea2f84f928.tar.gz freebsd-ports-gnome-6439a08fa3712b524cad025ada6d19ea2f84f928.tar.zst freebsd-ports-gnome-6439a08fa3712b524cad025ada6d19ea2f84f928.zip |
math/ceres-solver: oops, fix a typo
Diffstat (limited to 'math')
-rw-r--r-- | math/ceres-solver/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/math/ceres-solver/Makefile b/math/ceres-solver/Makefile index b68950171c57..a0d4e44e04bc 100644 --- a/math/ceres-solver/Makefile +++ b/math/ceres-solver/Makefile @@ -67,17 +67,17 @@ LAPACK_USES= fortran # LDFLAGS LAPACK_CMAKE_ON= -DBLAS_LIBRARIES="${BLASLIB}" -DLAPACK_LIBRARIES="${LAPACKLIB}" LAPACK_CMAKE_BOOL= LAPACK ATLAS_USES= blaslapack:atlas -ATLAS_CMAKE_ARGS= -DBLA_VENDOR="ATLAS" +ATLAS_CMAKE_ON= -DBLA_VENDOR="ATLAS" ATLAS_IMPLIES= LAPACK GOTOBLAS_DESC= Goto blas implementation -GOTOBLAS_CMAKE_ARGS= -DBLA_VENDOR="Goto" +GOTOBLAS_CMAKE_ON= -DBLA_VENDOR="Goto" GOTOBLAS_IMPLIES= LAPACK GOTOBLAS_USES= blaslapack:gotoblas NETLIB_USES= blaslapack:netlib -NETLIB_CMAKE_ARGS= -DBLA_VENDOR="Generic" +NETLIB_CMAKE_ON= -DBLA_VENDOR="Generic" NETLIB_IMPLIES= LAPACK OPENBLAS_USES= blaslapack:openblas -OPENBLAS_CMAKE_ARGS= -DBLA_VENDOR="OpenBLAS" +OPENBLAS_CMAKE_ON= -DBLA_VENDOR="OpenBLAS" OPENBLAS_IMPLIES= LAPACK SPARSE_DESC= Sparse linear algebra library |