svn commit: r502775 - head/math/openturns
Yuri Victorovich
yuri at FreeBSD.org
Mon May 27 08:38:55 UTC 2019
Author: yuri
Date: Mon May 27 08:38:54 2019
New Revision: 502775
URL: https://svnweb.freebsd.org/changeset/ports/502775
Log:
math/openturns: Update license; Remove the R dependency
This is based on the notes from the upstream.
* R isn't really needed, because it is used for the obsolete way to print graphs.
* The real license is LGPL2.
Reported by: upstream
Modified:
head/math/openturns/Makefile
Modified: head/math/openturns/Makefile
==============================================================================
--- head/math/openturns/Makefile Mon May 27 08:26:54 2019 (r502774)
+++ head/math/openturns/Makefile Mon May 27 08:38:54 2019 (r502775)
@@ -3,17 +3,17 @@
PORTNAME= openturns
DISTVERSIONPREFIX= v
DISTVERSION= 1.13rc1
+PORTREVISION= 1
CATEGORIES= math
MAINTAINER= yuri at FreeBSD.org
COMMENT= Uncertainty treatment library
-LICENSE= GPLv3
-LICENSE_FILE= ${WRKSRC}/COPYING
+LICENSE= LGPL3
+LICENSE_FILE= ${WRKSRC}/COPYING.LESSER
BUILD_DEPENDS= boost-libs>0:devel/boost-libs \
- flex:textproc/flex \
- R>0:math/R
+ flex:textproc/flex
LIB_DEPENDS= libceres.so:math/ceres-solver \
libgflags.so:devel/gflags \
libglog.so:devel/glog \
@@ -22,7 +22,6 @@ LIB_DEPENDS= libceres.so:math/ceres-solver \
libopt.so:math/optpp \
libtbb.so:devel/tbb \
libhmat-oss.so:math/hmat-oss
-RUN_DEPENDS= R>0:math/R
USES= bison blaslapack:openblas cmake compiler:c++11-lang eigen:3 gnome localbase:ldflags
USE_GITHUB= yes
More information about the svn-ports-head
mailing list