svn commit: r563482 - head/math/ceres-solver

Jan Beich jbeich at FreeBSD.org
Sun Jan 31 10:17:21 UTC 2021


Author: jbeich
Date: Sun Jan 31 10:17:20 2021
New Revision: 563482
URL: https://svnweb.freebsd.org/changeset/ports/563482

Log:
  Drop confusing comment obsolete after r523749

Modified:
  head/math/ceres-solver/Makefile   (contents, props changed)

Modified: head/math/ceres-solver/Makefile
==============================================================================
--- head/math/ceres-solver/Makefile	Sun Jan 31 09:34:27 2021	(r563481)
+++ head/math/ceres-solver/Makefile	Sun Jan 31 10:17:20 2021	(r563482)
@@ -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" \


More information about the svn-ports-all mailing list