aboutsummaryrefslogtreecommitdiff
path: root/math/ceres-solver
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2019-04-22 17:37:56 +0000
committerJan Beich <jbeich@FreeBSD.org>2019-04-22 17:37:56 +0000
commit6df9e8ff12aa431579b4c6e9bc1d0b8dbb82e70d (patch)
tree3fb28972c9cc8abfc778218d24ceef822354fb5e /math/ceres-solver
parent3a2688e8d9718c78c010301145c58fe27197f058 (diff)
math/ceres-solver: drop GCC RPATH after r499061
USES=fortran was used to ensure linking against libceres picks up correct libgcc_s to satisfy dependencies e.g., suitesparse, *blas.
Notes
Notes: svn path=/head/; revision=499661
Diffstat (limited to 'math/ceres-solver')
-rw-r--r--math/ceres-solver/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/math/ceres-solver/Makefile b/math/ceres-solver/Makefile
index 82962dd90e35..3f6890b50b35 100644
--- a/math/ceres-solver/Makefile
+++ b/math/ceres-solver/Makefile
@@ -68,9 +68,7 @@ TEST_TEST_TARGET= test ARGS="-V"
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
# Avoid conflict with Ceres threading by using single-threaded BLAS library.
# BLASLIB from USES=blaslapack cannot be used as it's multi-threaded.
# https://github.com/xianyi/OpenBLAS/wiki/faq#multi-threaded