Skip to content
Snippets Groups Projects
Commit 8fe2c0a4 authored by Sajid Ali's avatar Sajid Ali Committed by Adam J. Stewart
Browse files

Bump py-slepc4py version, update url (#14264)


* version bump

	modified:   var/spack/repos/builtin/packages/py-slepc4py/package.py

* slepc: update URL
slepc4py: add 3.11.0 and update maintainers

Co-authored-by: default avatarSatish Balay <balay@mcs.anl.gov>
parent 96063f91
No related branches found
No related tags found
No related merge requests found
......@@ -10,10 +10,14 @@ class PySlepc4py(PythonPackage):
"""This package provides Python bindings for the SLEPc package.
"""
homepage = "https://bitbucket.org/slepc/slepc4py"
url = "https://bitbucket.org/slepc/slepc4py/get/3.10.0.tar.gz"
git = "https://bitbucket.org/slepc/slepc4py.git"
homepage = "https://gitlab.com/slepc/slepc4py"
url = "https://gitlab.com/slepc/slepc4py/-/archive/3.12.0/slepc4py-3.12.0.tar.gz"
git = "https://gitlab.com/slepc/slepc4py.git"
maintainers = ['dalcinl', 'joseeroman', 'balay']
version('3.12.0', sha256='d8c06953b7d00f529a9a7fd016dfa8efdf1d05995baeea7688d1d59611f424f7')
version('3.11.0', sha256='1e591056beee209f585cd781e5fe88174cd2a61215716a71d9eaaf9411b6a775')
version('3.10.0', sha256='6494959f44280d3b80e73978d7a6bf656c9bb04bb3aa395c668c7a58948db1c6')
version('3.9.0', sha256='84cab4216268c2cb7d01e7cdbb1204a3c3e13cdfcd7a78ea057095f96f68c3c0')
version('3.8.0', sha256='988815b3650b69373be9abbf2355df512dfd200aa74b1785b50a484d6dfee971')
......@@ -22,6 +26,8 @@ class PySlepc4py(PythonPackage):
depends_on('py-setuptools', type='build')
depends_on('py-petsc4py', type=('build', 'run'))
depends_on('py-petsc4py@3.12:3.12.99', when='@3.12:3.12.99', type=('build', 'run'))
depends_on('py-petsc4py@3.11:3.11.99', when='@3.11:3.11.99', type=('build', 'run'))
depends_on('py-petsc4py@3.10:3.10.99', when='@3.10:3.10.99', type=('build', 'run'))
depends_on('py-petsc4py@3.9:3.9.99', when='@3.9:3.9.99', type=('build', 'run'))
depends_on('py-petsc4py@3.8:3.8.99', when='@3.8:3.8.99', type=('build', 'run'))
......@@ -29,6 +35,8 @@ class PySlepc4py(PythonPackage):
depends_on('py-petsc4py@3.6:3.6.99', when='@3.6:3.6.99', type=('build', 'run'))
depends_on('slepc')
depends_on('slepc@3.12:3.12.99', when='@3.12:3.12.99')
depends_on('slepc@3.11:3.11.99', when='@3.11:3.11.99')
depends_on('slepc@3.10:3.10.99', when='@3.10:3.10.99')
depends_on('slepc@3.9:3.9.99', when='@3.9:3.9.99')
depends_on('slepc@3.8:3.8.99', when='@3.8:3.8.99')
......
......@@ -13,7 +13,7 @@ class Slepc(Package):
homepage = "http://slepc.upv.es"
url = "http://slepc.upv.es/download/distrib/slepc-3.6.2.tar.gz"
git = "https://bitbucket.org/slepc/slepc.git"
git = "https://gitlab.com/slepc/slepc.git"
maintainers = ['joseeroman', 'balay']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment