aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2018-05-16 04:42:31 +0800
committerJan Beich <jbeich@FreeBSD.org>2018-05-16 04:42:31 +0800
commit81ed61088d37dd24fbf717e67ae755dded18178a (patch)
tree4a2069e6db97a84e375f01489d2ae13ba2bb8e22 /math
parent1096be95fbb7a44e6c4909efa7c86416d49753fe (diff)
downloadfreebsd-ports-gnome-81ed61088d37dd24fbf717e67ae755dded18178a.tar.gz
freebsd-ports-gnome-81ed61088d37dd24fbf717e67ae755dded18178a.tar.zst
freebsd-ports-gnome-81ed61088d37dd24fbf717e67ae755dded18178a.zip
math/ceres-solver: unbreak OPENBLAS=on after r465553
-- Found BLAS: /usr/local/lib/libopenblas.so -- Did not find LAPACK library, disabling LAPACK support. Pointy hat to: jbeich
Diffstat (limited to 'math')
-rw-r--r--math/ceres-solver/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/ceres-solver/Makefile b/math/ceres-solver/Makefile
index 5d71bec87db7..8a304163fec8 100644
--- a/math/ceres-solver/Makefile
+++ b/math/ceres-solver/Makefile
@@ -2,7 +2,7 @@
PORTNAME= ceres-solver
DISTVERSION= 1.14.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= math
MAINTAINER= jbeich@FreeBSD.org
@@ -70,6 +70,7 @@ TEST_IMPLIES= GFLAGS
LAPACK_DESC= Linear Algebra PACKage
LAPACK_USES= fortran # LDFLAGS
LAPACK_CMAKE_BOOL= LAPACK
+LAPACK_CMAKE_ON= -DCMAKE_POLICY_DEFAULT_CMP0056:STRING=NEW # USES=fortran
ATLAS_USES= blaslapack:atlas
ATLAS_CMAKE_ON= -DBLA_VENDOR:STRING="ATLAS" \
-DLAPACK_LIBRARIES:STRING=alapack