Date: Tue, 15 May 2018 20:42:32 +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: r470053 - head/math/ceres-solver Message-ID: <201805152042.w4FKgW7L085572@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805152042.w4FKgW7L085572>