aboutsummaryrefslogtreecommitdiffstats
path: root/math/ceres-solver
diff options
context:
space:
mode:
authorjbeich <jbeich@FreeBSD.org>2016-10-16 08:15:07 +0800
committerjbeich <jbeich@FreeBSD.org>2016-10-16 08:15:07 +0800
commitc66ead38894f179293df80b8d4bf5187a7623bac (patch)
treec57649b45bad91946e5b1880aae1a7f6afe648db /math/ceres-solver
parent6439a08fa3712b524cad025ada6d19ea2f84f928 (diff)
downloadfreebsd-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/Makefile2
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