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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user