Date: Fri, 31 May 2019 18:58:39 +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: r503189 - head/math/openturns Message-ID: <201905311858.x4VIwdNQ003636@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905311858.x4VIwdNQ003636>