Date: Sun, 16 Oct 2016 00:15:07 +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: r424036 - head/math/ceres-solver Message-ID: <201610160015.u9G0F755094654@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Sun Oct 16 00:15:07 2016 New Revision: 424036 URL: https://svnweb.freebsd.org/changeset/ports/424036 Log: math/ceres-solver: minor sorting nit Modified: head/math/ceres-solver/Makefile (contents, props changed) Modified: head/math/ceres-solver/Makefile ============================================================================== --- head/math/ceres-solver/Makefile Sun Oct 16 00:03:35 2016 (r424035) +++ head/math/ceres-solver/Makefile Sun Oct 16 00:15:07 2016 (r424036) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610160015.u9G0F755094654>