Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 May 2019 16:47:10 +0000 (UTC)
From:      =?UTF-8?Q?Fernando_Apestegu=c3=ada?= <fernape@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r503183 - head/math/cminpack
Message-ID:  <201905311647.x4VGlA8S034924@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: fernape
Date: Fri May 31 16:47:10 2019
New Revision: 503183
URL: https://svnweb.freebsd.org/changeset/ports/503183

Log:
  math/cminpack: fix build
  
  Fix build after wrong commit in r503180

Modified:
  head/math/cminpack/Makefile

Modified: head/math/cminpack/Makefile
==============================================================================
--- head/math/cminpack/Makefile	Fri May 31 16:25:50 2019	(r503182)
+++ head/math/cminpack/Makefile	Fri May 31 16:47:10 2019	(r503183)
@@ -11,12 +11,12 @@ COMMENT=	Solving nonlinear equations and nonlinear lea
 
 LICENSE_FILE=	${WRKSRC}/CopyrightMINPACK.txt
 
-USES=		cblaslapack:openblas make localbase
+USES=		blaslapack:openblas cmake localbase
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	devernay
 
-+CMAKE_ON=	BUILD_SHARED_LIBS
+CMAKE_ON=	BUILD_SHARED_LIBS
 CMAKE_OFF=	USE_BLAS
 
 OPTIONS_DEFINE=	EXAMPLES



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