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

Jan Beich jbeich at FreeBSD.org
Sun Apr 15 23:57:30 UTC 2018


Author: jbeich
Date: Sun Apr 15 23:57:29 2018
New Revision: 467441
URL: https://svnweb.freebsd.org/changeset/ports/467441

Log:
  math/ceres-solver: unbreak OPENMP=off after r465555
  
  $ make config
  │ │──────────────────────────── Threading support ───────────────────────────│ │
  │ │+( ) OPENMP       Parallel processing support via OpenMP                  │ │
  │ │+(*) TBB          Intel threading building blocks                         │ │
  ====> You cannot select multiple options from the THREADS radio
  =====> Only one of these must be defined: OPENMP TBB
  Config is invalid. Re-edit? [Y/n] y

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

Modified: head/math/ceres-solver/Makefile
==============================================================================
--- head/math/ceres-solver/Makefile	Sun Apr 15 23:57:12 2018	(r467440)
+++ head/math/ceres-solver/Makefile	Sun Apr 15 23:57:29 2018	(r467441)
@@ -27,7 +27,7 @@ DOCSDIR=	${PREFIX}/share/doc/${PORTNAME:S/-solver//}
 PORTDOCS=	*
 PORTEXAMPLES=	*
 
-OPTIONS_DEFINE=	CUSTOM_BLAS EXAMPLES DOCS GFLAGS LAPACK OPENMP SCHUR TEST
+OPTIONS_DEFINE=	CUSTOM_BLAS EXAMPLES DOCS GFLAGS LAPACK SCHUR TEST
 OPTIONS_DEFAULT=CUSTOM_BLAS CXSPARSE OPENBLAS OPENMP SCHUR SUITESPARSE
 OPTIONS_RADIO=	LAPACK THREADS
 OPTIONS_RADIO_LAPACK=	ATLAS GOTOBLAS NETLIB OPENBLAS


More information about the svn-ports-head mailing list