diff options
author | jbeich <jbeich@FreeBSD.org> | 2018-03-26 09:05:06 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2018-03-26 09:05:06 +0800 |
commit | 3b6ee44d8e5ef247b034da7e367554b13a42f4f7 (patch) | |
tree | dc2ff93b7340d0b798d3dc4db633d690c48756b8 /math/ceres-solver | |
parent | 3d8343bd59aa2758df95c2c4b862dfd5aeec507a (diff) | |
download | freebsd-ports-gnome-3b6ee44d8e5ef247b034da7e367554b13a42f4f7.tar.gz freebsd-ports-gnome-3b6ee44d8e5ef247b034da7e367554b13a42f4f7.tar.zst freebsd-ports-gnome-3b6ee44d8e5ef247b034da7e367554b13a42f4f7.zip |
math/ceres-solver: prefer OpenBLAS by default
Diffstat (limited to 'math/ceres-solver')
-rw-r--r-- | math/ceres-solver/Makefile | 4 |
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 |