Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Jun 2018 16:20:43 +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: r472067 - in head/math: . py-petsc4py
Message-ID:  <201806091620.w59GKhK4071035@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sat Jun  9 16:20:43 2018
New Revision: 472067
URL: https://svnweb.freebsd.org/changeset/ports/472067

Log:
  New port: math/py-petsc4py: PETSc for Python

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

Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile	Sat Jun  9 16:14:58 2018	(r472066)
+++ head/math/Makefile	Sat Jun  9 16:20:43 2018	(r472067)
@@ -692,6 +692,7 @@
     SUBDIR += py-pandas
     SUBDIR += py-pandas-datareader
     SUBDIR += py-patsy
+    SUBDIR += py-petsc4py
     SUBDIR += py-piranha
     SUBDIR += py-plastex
     SUBDIR += py-probstat

Added: head/math/py-petsc4py/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/py-petsc4py/Makefile	Sat Jun  9 16:20:43 2018	(r472067)
@@ -0,0 +1,28 @@
+# $FreeBSD$
+
+PORTNAME=	petsc4py
+DISTVERSION=	3.9.1
+CATEGORIES=	math python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+PATCH_SITES=	https://bitbucket.org/petsc/petsc4py/commits/
+PATCHFILES=	ab877906425e/raw:-p1
+
+MAINTAINER=	yuri@FreeBSD.org
+COMMENT=	PETSc for Python
+
+LICENSE=	BSD2CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE.rst
+
+BUILD_DEPENDS=	${PYNUMPY}
+LIB_DEPENDS=	libmpich.so:net/mpich2 \
+		libpetsc.so:science/PETSc
+RUN_DEPENDS=	${PYNUMPY}
+
+USES=		python
+USE_PYTHON=	distutils autoplist
+
+MAKE_ENV=	PETSC_DIR=${LOCALBASE}
+
+.include <bsd.port.mk>

Added: head/math/py-petsc4py/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/py-petsc4py/distinfo	Sat Jun  9 16:20:43 2018	(r472067)
@@ -0,0 +1,5 @@
+TIMESTAMP = 1528554205
+SHA256 (petsc4py-3.9.1.tar.gz) = 0ccee912216f100d9b08637e036df00e043a530303ff8afd7c3ac7c454681fb9
+SIZE (petsc4py-3.9.1.tar.gz) = 1651526
+SHA256 (ab877906425e/raw) = ef07a5622ce5a55dc555455aff5c59a6395bdef74b11aa576d58642db7c4ccfc
+SIZE (ab877906425e/raw) = 2706

Added: head/math/py-petsc4py/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/py-petsc4py/pkg-descr	Sat Jun  9 16:20:43 2018	(r472067)
@@ -0,0 +1,4 @@
+Python bindings for PETSc, the Portable, Extensible Toolkit for Scientific
+Computation.
+
+WWW: https://bitbucket.org/petsc/petsc4py

Added: head/math/py-petsc4py/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/py-petsc4py/pkg-plist	Sat Jun  9 16:20:43 2018	(r472067)
@@ -0,0 +1 @@
+%%PYTHON_SITELIBDIR%%/petsc4py/lib/PETSc.so



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806091620.w59GKhK4071035>