Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 May 2019 00:10:59 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r502756 - head/math/cminpack
Message-ID:  <201905270010.x4R0AxdH047274@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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