svn commit: r470053 - head/math/ceres-solver

Jan Beich jbeich at FreeBSD.org
Tue May 15 20:42:33 UTC 2018


Author: jbeich
Date: Tue May 15 20:42:31 2018
New Revision: 470053
URL: https://svnweb.freebsd.org/changeset/ports/470053

Log:
  math/ceres-solver: unbreak OPENBLAS=on after r465553
  
  -- Found BLAS: /usr/local/lib/libopenblas.so
  -- Did not find LAPACK library, disabling LAPACK support.
  
  Pointy hat to:	jbeich

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

Modified: head/math/ceres-solver/Makefile
==============================================================================
--- head/math/ceres-solver/Makefile	Tue May 15 20:42:11 2018	(r470052)
+++ head/math/ceres-solver/Makefile	Tue May 15 20:42:31 2018	(r470053)
@@ -2,7 +2,7 @@
 
 PORTNAME=	ceres-solver
 DISTVERSION=	1.14.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	math
 
 MAINTAINER=	jbeich at FreeBSD.org
@@ -70,6 +70,7 @@ TEST_IMPLIES=		GFLAGS
 LAPACK_DESC=		Linear Algebra PACKage
 LAPACK_USES=		fortran # LDFLAGS
 LAPACK_CMAKE_BOOL=	LAPACK
+LAPACK_CMAKE_ON=	-DCMAKE_POLICY_DEFAULT_CMP0056:STRING=NEW # USES=fortran
 ATLAS_USES=		blaslapack:atlas
 ATLAS_CMAKE_ON=		-DBLA_VENDOR:STRING="ATLAS" \
 			-DLAPACK_LIBRARIES:STRING=alapack


More information about the svn-ports-all mailing list