diff options
author | jbeich <jbeich@FreeBSD.org> | 2016-10-16 08:15:07 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2016-10-16 08:15:07 +0800 |
commit | c66ead38894f179293df80b8d4bf5187a7623bac (patch) | |
tree | c57649b45bad91946e5b1880aae1a7f6afe648db /math/ceres-solver | |
parent | 6439a08fa3712b524cad025ada6d19ea2f84f928 (diff) | |
download | freebsd-ports-gnome-c66ead38894f179293df80b8d4bf5187a7623bac.tar.gz freebsd-ports-gnome-c66ead38894f179293df80b8d4bf5187a7623bac.tar.zst freebsd-ports-gnome-c66ead38894f179293df80b8d4bf5187a7623bac.zip |
math/ceres-solver: minor sorting nit
Diffstat (limited to 'math/ceres-solver')
-rw-r--r-- | math/ceres-solver/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/ceres-solver/Makefile b/math/ceres-solver/Makefile index a0d4e44e04bc..b86d826569e7 100644 --- a/math/ceres-solver/Makefile +++ b/math/ceres-solver/Makefile @@ -70,9 +70,9 @@ ATLAS_USES= blaslapack:atlas ATLAS_CMAKE_ON= -DBLA_VENDOR="ATLAS" ATLAS_IMPLIES= LAPACK GOTOBLAS_DESC= Goto blas implementation +GOTOBLAS_USES= blaslapack:gotoblas GOTOBLAS_CMAKE_ON= -DBLA_VENDOR="Goto" GOTOBLAS_IMPLIES= LAPACK -GOTOBLAS_USES= blaslapack:gotoblas NETLIB_USES= blaslapack:netlib NETLIB_CMAKE_ON= -DBLA_VENDOR="Generic" NETLIB_IMPLIES= LAPACK |