petsc4py, slepc4py: update homepage, add maintainers (#49383)
This commit is contained in:
parent
f8adf2b70f
commit
a8728e700b
@ -15,7 +15,7 @@ class Petsc(Package, CudaPackage, ROCmPackage):
|
|||||||
homepage = "https://petsc.org"
|
homepage = "https://petsc.org"
|
||||||
url = "https://web.cels.anl.gov/projects/petsc/download/release-snapshots/petsc-3.20.0.tar.gz"
|
url = "https://web.cels.anl.gov/projects/petsc/download/release-snapshots/petsc-3.20.0.tar.gz"
|
||||||
git = "https://gitlab.com/petsc/petsc.git"
|
git = "https://gitlab.com/petsc/petsc.git"
|
||||||
maintainers("balay", "barrysmith", "jedbrown")
|
maintainers("balay", "jczhang07", "joseeroman")
|
||||||
|
|
||||||
tags = ["e4s"]
|
tags = ["e4s"]
|
||||||
|
|
||||||
|
@ -8,13 +8,13 @@
|
|||||||
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://gitlab.com/petsc/petsc4py"
|
homepage = "https://petsc.org/release/petsc4py"
|
||||||
url = (
|
url = (
|
||||||
"https://web.cels.anl.gov/projects/petsc/download/release-snapshots/petsc4py-3.20.0.tar.gz"
|
"https://web.cels.anl.gov/projects/petsc/download/release-snapshots/petsc4py-3.20.0.tar.gz"
|
||||||
)
|
)
|
||||||
git = "https://gitlab.com/petsc/petsc.git"
|
git = "https://gitlab.com/petsc/petsc.git"
|
||||||
|
|
||||||
maintainers("balay")
|
maintainers("balay", "jczhang07", "joseeroman")
|
||||||
|
|
||||||
license("BSD-2-Clause")
|
license("BSD-2-Clause")
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
class PySlepc4py(PythonPackage):
|
class PySlepc4py(PythonPackage):
|
||||||
"""This package provides Python bindings for the SLEPc package."""
|
"""This package provides Python bindings for the SLEPc package."""
|
||||||
|
|
||||||
homepage = "https://gitlab.com/slepc/slepc4py"
|
homepage = "https://slepc.upv.es/slepc4py-current/docs"
|
||||||
url = "https://slepc.upv.es/download/distrib/slepc4py-3.17.1.tar.gz"
|
url = "https://slepc.upv.es/download/distrib/slepc4py-3.17.1.tar.gz"
|
||||||
git = "https://gitlab.com/slepc/slepc.git"
|
git = "https://gitlab.com/slepc/slepc.git"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user