aboutsummaryrefslogtreecommitdiff
path: root/math/ceres-solver
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2021-01-31 10:17:20 +0000
committerJan Beich <jbeich@FreeBSD.org>2021-01-31 10:17:20 +0000
commit1c3e1df0f51c0b4d96c485fbd4742439a45a475d (patch)
tree939e851cf77b9eabe5c1caac6c6ad8efa3e8a43d /math/ceres-solver
parent778efd0fc1871766d064c3fc1d1e10b04b4f66d6 (diff)
downloadports-1c3e1df0f51c0b4d96c485fbd4742439a45a475d.tar.gz
ports-1c3e1df0f51c0b4d96c485fbd4742439a45a475d.zip
Drop confusing comment obsolete after r523749
Notes
Notes: svn path=/head/; revision=563482
Diffstat (limited to 'math/ceres-solver')
-rw-r--r--math/ceres-solver/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/math/ceres-solver/Makefile b/math/ceres-solver/Makefile
index e6aaf9e97e5d..8539d70bbd07 100644
--- a/math/ceres-solver/Makefile
+++ b/math/ceres-solver/Makefile
@@ -67,9 +67,6 @@ TEST_IMPLIES= GFLAGS
LAPACK_DESC= Linear Algebra PACKage
LAPACK_CMAKE_BOOL= LAPACK
-# 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
ATLAS_USES= blaslapack:atlas
ATLAS_CMAKE_ON= -DBLA_VENDOR:STRING="ATLAS" \
-DBLAS_LIBRARIES:FILEPATH="${LOCALBASE}/lib/libcblas.so" \