Date: Thu, 6 Sep 2018 07:19:49 +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: r479090 - in head/math: . py-chaospy Message-ID: <201809060719.w867Jnjn089283@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Thu Sep 6 07:19:49 2018 New Revision: 479090 URL: https://svnweb.freebsd.org/changeset/ports/479090 Log: New port: math/py-chaospy: Toolbox for performing uncertainty quantification Added: head/math/py-chaospy/ head/math/py-chaospy/Makefile (contents, props changed) head/math/py-chaospy/distinfo (contents, props changed) head/math/py-chaospy/pkg-descr (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Thu Sep 6 06:56:07 2018 (r479089) +++ head/math/Makefile Thu Sep 6 07:19:49 2018 (r479090) @@ -669,6 +669,7 @@ SUBDIR += py-bitvector SUBDIR += py-bottleneck SUBDIR += py-cdecimal + SUBDIR += py-chaospy SUBDIR += py-colormath SUBDIR += py-cryptominisat SUBDIR += py-cvxopt Added: head/math/py-chaospy/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/py-chaospy/Makefile Thu Sep 6 07:19:49 2018 (r479090) @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= chaospy +PORTVERSION= 2.3.3 +CATEGORIES= math python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Toolbox for performing uncertainty quantification + +LICENSE= MIT + +BUILD_DEPENDS= ${PYNUMPY} \ + ${PYTHON_PKGNAMEPREFIX}networkx>0:math/py-networkx@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} + +USES= python +USE_PYTHON= distutils autoplist +NO_ARCH= yes + +.include <bsd.port.mk> Added: head/math/py-chaospy/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/py-chaospy/distinfo Thu Sep 6 07:19:49 2018 (r479090) @@ -0,0 +1,3 @@ +TIMESTAMP = 1536217585 +SHA256 (chaospy-2.3.3.tar.gz) = c1fd674d4d8a6cd503727fd5e38ac81a89e5327ebbb5bfc5b32118395e2ac578 +SIZE (chaospy-2.3.3.tar.gz) = 120532 Added: head/math/py-chaospy/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/py-chaospy/pkg-descr Thu Sep 6 07:19:49 2018 (r479090) @@ -0,0 +1,10 @@ +Chaospy is a numerical tool for performing uncertainty quantification using +polynomial chaos expansions and advanced Monte Carlo methods implemented in +Python 2 and 3. + +A article in Elsevier Journal of Computational Science has been published +introducing the software: DOI:10.1016/j.jocs.2015.08.008. +If you are to use this software in work that is published, please cite this +paper. + +WWW: https://github.com/jonathf/chaospy
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809060719.w867Jnjn089283>