Date: Sun, 15 Apr 2018 23:57:29 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r467441 - head/math/ceres-solver Message-ID: <201804152357.w3FNvTfO098995@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804152357.w3FNvTfO098995>