Skip to content
Snippets Groups Projects
Commit 9d1224e5 authored by Stephen Hudson's avatar Stephen Hudson Committed by Christoph Junghans
Browse files

py-petsc4py: Update version to 3.8.0 and add dependencies (#5792)

* py-petsc4py: Update version to 3.8.0 and add dependencies

- Added explicit dependency on python and numpy

* Kept old version - and corrected minimal python version

* Update to 3.8.1
parent 697f3ea7
Branches highfive-mpi
No related tags found
No related merge requests found
...@@ -28,11 +28,16 @@ ...@@ -28,11 +28,16 @@
class PyPetsc4py(PythonPackage): class PyPetsc4py(PythonPackage):
"""This package provides Python bindings for the PETSc package. """This package provides Python bindings for the PETSc package.
""" """
homepage = "https://pypi.python.org/pypi/petsc4py" homepage = "https://pypi.python.org/pypi/petsc4py"
url = "https://pypi.io/packages/source/p/petsc4py/petsc4py-3.7.0.tar.gz" url = "https://pypi.io/packages/source/p/petsc4py/petsc4py-3.8.1.tar.gz"
version('3.8.1', '5157220c2b81765c581d2b17c03259f8')
version('3.8.0', '02029be4bdec904854f0e0692005fb06')
version('3.7.0', '816a20040a6a477bd637f397c9fb5b6d') version('3.7.0', '816a20040a6a477bd637f397c9fb5b6d')
depends_on('python@2.6:2.8,3.3:', type=('build', 'run'))
depends_on('py-setuptools', type='build') depends_on('py-setuptools', type='build')
depends_on('py-numpy', type=('build', 'run'))
depends_on('py-mpi4py', type=('build', 'run')) depends_on('py-mpi4py', type=('build', 'run'))
depends_on('petsc+mpi') depends_on('petsc+mpi')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment