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
This commit is contained in:
Jan Beich 2018-04-15 23:58:28 +00:00
parent 5d7e7a0162
commit e49995fa72
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2018Q2/; revision=467444

View File

@ -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