svn commit: r502756 - head/math/cminpack
Yuri Victorovich
yuri at FreeBSD.org
Mon May 27 00:11:00 UTC 2019
Author: yuri
Date: Mon May 27 00:10:59 2019
New Revision: 502756
URL: https://svnweb.freebsd.org/changeset/ports/502756
Log:
math/cminpack: Fix build by adding USES=localbase
It couldn't find cblas.h on my system without this.
Approved by: portmgr (fix build on some systems)
Modified:
head/math/cminpack/Makefile
Modified: head/math/cminpack/Makefile
==============================================================================
--- head/math/cminpack/Makefile Sun May 26 23:24:25 2019 (r502755)
+++ head/math/cminpack/Makefile Mon May 27 00:10:59 2019 (r502756)
@@ -10,7 +10,7 @@ COMMENT= Solving nonlinear equations and nonlinear lea
LICENSE_FILE= ${WRKSRC}/CopyrightMINPACK.txt
-USES= cmake
+USES= cmake localbase
USE_GITHUB= yes
GH_ACCOUNT= devernay
More information about the svn-ports-all
mailing list