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

Jan Beich jbeich at FreeBSD.org
Mon Mar 26 01:05:07 UTC 2018


Author: jbeich
Date: Mon Mar 26 01:05:06 2018
New Revision: 465554
URL: https://svnweb.freebsd.org/changeset/ports/465554

Log:
  math/ceres-solver: prefer OpenBLAS by default

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

Modified: head/math/ceres-solver/Makefile
==============================================================================
--- head/math/ceres-solver/Makefile	Mon Mar 26 01:04:51 2018	(r465553)
+++ head/math/ceres-solver/Makefile	Mon Mar 26 01:05:06 2018	(r465554)
@@ -2,7 +2,7 @@
 
 PORTNAME=	ceres-solver
 DISTVERSION=	1.13.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	math
 
 PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
@@ -31,7 +31,7 @@ PORTDOCS=	*
 PORTEXAMPLES=	*
 
 OPTIONS_DEFINE=	CUSTOM_BLAS EXAMPLES DOCS GFLAGS LAPACK OPENMP SCHUR TEST
-OPTIONS_DEFAULT=CUSTOM_BLAS CXSPARSE NETLIB OPENMP SCHUR SUITESPARSE
+OPTIONS_DEFAULT=CUSTOM_BLAS CXSPARSE OPENBLAS OPENMP SCHUR SUITESPARSE
 OPTIONS_RADIO=	LAPACK
 OPTIONS_RADIO_LAPACK=	ATLAS GOTOBLAS NETLIB OPENBLAS
 OPTIONS_GROUP=	SPARSE


More information about the svn-ports-all mailing list