svn commit: r503189 - head/math/openturns

Yuri Victorovich yuri at FreeBSD.org
Fri May 31 18:58:40 UTC 2019


Author: yuri
Date: Fri May 31 18:58:39 2019
New Revision: 503189
URL: https://svnweb.freebsd.org/changeset/ports/503189

Log:
  math/openturns: Add the math/cminpack dependency
  
  Also add the missing USES=pkgconfig

Modified:
  head/math/openturns/Makefile

Modified: head/math/openturns/Makefile
==============================================================================
--- head/math/openturns/Makefile	Fri May 31 18:49:13 2019	(r503188)
+++ head/math/openturns/Makefile	Fri May 31 18:58:39 2019	(r503189)
@@ -3,7 +3,7 @@
 PORTNAME=	openturns
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.13rc1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	math
 
 MAINTAINER=	yuri at FreeBSD.org
@@ -15,6 +15,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING.LESSER
 BUILD_DEPENDS=	boost-libs>0:devel/boost-libs \
 		flex:textproc/flex
 LIB_DEPENDS=	libceres.so:math/ceres-solver \
+		libcminpack.so:math/cminpack \
 		libgflags.so:devel/gflags \
 		libglog.so:devel/glog \
 		libmuparser.so:math/muparser \
@@ -23,7 +24,7 @@ LIB_DEPENDS=	libceres.so:math/ceres-solver \
 		libtbb.so:devel/tbb \
 		libhmat-oss.so:math/hmat-oss
 
-USES=		bison blaslapack:openblas cmake compiler:c++11-lang eigen:3 gnome localbase:ldflags
+USES=		bison blaslapack:openblas cmake compiler:c++11-lang eigen:3 gnome localbase:ldflags pkgconfig
 USE_GITHUB=	yes
 USE_GNOME=	libxml2
 USE_LDCONFIG=	yes


More information about the svn-ports-head mailing list