Date: Mon, 27 May 2019 08:38:54 +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: r502775 - head/math/openturns Message-ID: <201905270838.x4R8csSZ016014@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905270838.x4R8csSZ016014>