aboutsummaryrefslogtreecommitdiff
path: root/math/ceres-solver
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2018-03-26 01:05:06 +0000
committerJan Beich <jbeich@FreeBSD.org>2018-03-26 01:05:06 +0000
commitc3776ede08c5fb3e7188b0cf577002adab39c303 (patch)
treedc2ff93b7340d0b798d3dc4db633d690c48756b8 /math/ceres-solver
parent6f09a0a838aad797e1193d1083eba4fbda4abc2b (diff)
downloadports-c3776ede08c5fb3e7188b0cf577002adab39c303.tar.gz
ports-c3776ede08c5fb3e7188b0cf577002adab39c303.zip
math/ceres-solver: prefer OpenBLAS by default
Notes
Notes: svn path=/head/; revision=465554
Diffstat (limited to 'math/ceres-solver')
-rw-r--r--math/ceres-solver/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/ceres-solver/Makefile b/math/ceres-solver/Makefile
index 4f8c2c25c39c..c6496db0631c 100644
--- a/math/ceres-solver/Makefile
+++ b/math/ceres-solver/Makefile
@@ -2,7 +2,7 @@
PORTNAME= ceres-solver
DISTVERSION= 1.13.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= math
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
@@ -31,7 +31,7 @@ PORTDOCS= *
PORTEXAMPLES= *
OPTIONS_DEFINE= CUSTOM_BLAS EXAMPLES DOCS GFLAGS LAPACK OPENMP SCHUR TEST
-OPTIONS_DEFAULT=CUSTOM_BLAS CXSPARSE NETLIB OPENMP SCHUR SUITESPARSE
+OPTIONS_DEFAULT=CUSTOM_BLAS CXSPARSE OPENBLAS OPENMP SCHUR SUITESPARSE
OPTIONS_RADIO= LAPACK
OPTIONS_RADIO_LAPACK= ATLAS GOTOBLAS NETLIB OPENBLAS
OPTIONS_GROUP= SPARSE