svn commit: r480121 - in head/math: . py-pygslodeiv2

Yuri Victorovich yuri at FreeBSD.org
Wed Sep 19 23:11:37 UTC 2018


Author: yuri
Date: Wed Sep 19 23:11:35 2018
New Revision: 480121
URL: https://svnweb.freebsd.org/changeset/ports/480121

Log:
  New port: math/py-pygslodeiv2: Python binding for odeiv2 in GNU Scientific Library (GSL)

Added:
  head/math/py-pygslodeiv2/
  head/math/py-pygslodeiv2/Makefile   (contents, props changed)
  head/math/py-pygslodeiv2/distinfo   (contents, props changed)
  head/math/py-pygslodeiv2/pkg-descr   (contents, props changed)
Modified:
  head/math/Makefile

Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile	Wed Sep 19 22:52:41 2018	(r480120)
+++ head/math/Makefile	Wed Sep 19 23:11:35 2018	(r480121)
@@ -687,6 +687,7 @@
     SUBDIR += py-gmpy2
     SUBDIR += py-gnuplot
     SUBDIR += py-graphillion
+    SUBDIR += py-pygslodeiv2
     SUBDIR += py-igakit
     SUBDIR += py-igraph
     SUBDIR += py-intspan

Added: head/math/py-pygslodeiv2/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/py-pygslodeiv2/Makefile	Wed Sep 19 23:11:35 2018	(r480121)
@@ -0,0 +1,22 @@
+# $FreeBSD$
+
+PORTNAME=	pygslodeiv2
+DISTVERSION=	0.9.1
+CATEGORIES=	math python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	yuri at FreeBSD.org
+COMMENT=	Python binding for odeiv2 in GNU Scientific Library (GSL)
+
+LICENSE=	GPLv3
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+BUILD_DEPENDS=	${PYNUMPY}
+LIB_DEPENDS=	libgsl.so:math/gsl
+RUN_DEPENDS=	${PYNUMPY}
+
+USES=		localbase python
+USE_PYTHON=	distutils autoplist
+
+.include <bsd.port.mk>

Added: head/math/py-pygslodeiv2/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/py-pygslodeiv2/distinfo	Wed Sep 19 23:11:35 2018	(r480121)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1537398210
+SHA256 (pygslodeiv2-0.9.1.tar.gz) = 4297d2a78d9cc05365dd0b7b614c71057a09dec04fb29544183ee3c684e321e6
+SIZE (pygslodeiv2-0.9.1.tar.gz) = 113497

Added: head/math/py-pygslodeiv2/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/py-pygslodeiv2/pkg-descr	Wed Sep 19 23:11:35 2018	(r480121)
@@ -0,0 +1,6 @@
+pygslodeiv2 provides a Python binding to the Ordinary Differential Equation
+integration routines exposed by the odeiv2 interface of GSL - GNU Scientific
+Library. The odeiv2 interface allows a user to numerically integrate
+(systems of) differential equations.
+
+WWW: https://github.com/bjodah/pygslodeiv2


More information about the svn-ports-head mailing list