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.
This commit is contained in:
parent
3a2688e8d9
commit
6df9e8ff12
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=499661
2 changed files with 1 additions and 3 deletions
|
@ -24,7 +24,7 @@ LIB_DEPENDS= libboost_filesystem.so:devel/boost-libs \
|
|||
libfreeimage.so:graphics/freeimage \
|
||||
libceres.so:math/ceres-solver
|
||||
|
||||
USES= cmake compiler:${OPENMP}c++11-lib eigen:3 fortran localbase qt:5 sqlite
|
||||
USES= cmake compiler:${OPENMP}c++11-lib eigen:3 localbase qt:5 sqlite
|
||||
USE_GITHUB= yes
|
||||
USE_GL= gl glew
|
||||
USE_QT= qmake_build buildtools_build core gui opengl_build widgets
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue