Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Oct 2016 00:03:35 +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: r424035 - head/math/ceres-solver
Message-ID:  <201610160003.u9G03Zd6090724@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sun Oct 16 00:03:35 2016
New Revision: 424035
URL: https://svnweb.freebsd.org/changeset/ports/424035

Log:
  math/ceres-solver: oops, fix a typo

Modified:
  head/math/ceres-solver/Makefile   (contents, props changed)

Modified: head/math/ceres-solver/Makefile
==============================================================================
--- head/math/ceres-solver/Makefile	Sat Oct 15 23:53:45 2016	(r424034)
+++ head/math/ceres-solver/Makefile	Sun Oct 16 00:03:35 2016	(r424035)
@@ -67,17 +67,17 @@ LAPACK_USES=		fortran # LDFLAGS
 LAPACK_CMAKE_ON=	-DBLAS_LIBRARIES="${BLASLIB}" -DLAPACK_LIBRARIES="${LAPACKLIB}"
 LAPACK_CMAKE_BOOL=	LAPACK
 ATLAS_USES=		blaslapack:atlas
-ATLAS_CMAKE_ARGS=	-DBLA_VENDOR="ATLAS"
+ATLAS_CMAKE_ON=		-DBLA_VENDOR="ATLAS"
 ATLAS_IMPLIES=		LAPACK
 GOTOBLAS_DESC=		Goto blas implementation
-GOTOBLAS_CMAKE_ARGS=	-DBLA_VENDOR="Goto"
+GOTOBLAS_CMAKE_ON=	-DBLA_VENDOR="Goto"
 GOTOBLAS_IMPLIES=	LAPACK
 GOTOBLAS_USES=		blaslapack:gotoblas
 NETLIB_USES=		blaslapack:netlib
-NETLIB_CMAKE_ARGS=	-DBLA_VENDOR="Generic"
+NETLIB_CMAKE_ON=	-DBLA_VENDOR="Generic"
 NETLIB_IMPLIES=		LAPACK
 OPENBLAS_USES=		blaslapack:openblas
-OPENBLAS_CMAKE_ARGS=	-DBLA_VENDOR="OpenBLAS"
+OPENBLAS_CMAKE_ON=	-DBLA_VENDOR="OpenBLAS"
 OPENBLAS_IMPLIES=	LAPACK
 
 SPARSE_DESC=		Sparse linear algebra library



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610160003.u9G03Zd6090724>