svn commit: r467444 - branches/2018Q2/math/ceres-solver
Jan Beich
jbeich at FreeBSD.org
Sun Apr 15 23:58:29 UTC 2018
Author: jbeich
Date: Sun Apr 15 23:58:28 2018
New Revision: 467444
URL: https://svnweb.freebsd.org/changeset/ports/467444
Log:
MFH: r467441
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
Approved by: ports-secteam blanket
Modified:
branches/2018Q2/math/ceres-solver/Makefile
Directory Properties:
branches/2018Q2/ (props changed)
Modified: branches/2018Q2/math/ceres-solver/Makefile
==============================================================================
--- branches/2018Q2/math/ceres-solver/Makefile Sun Apr 15 23:57:59 2018 (r467443)
+++ branches/2018Q2/math/ceres-solver/Makefile Sun Apr 15 23:58:28 2018 (r467444)
@@ -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-all
mailing list