petsc4py, slepc4py: update homepage, add maintainers (#49383)

This commit is contained in:
Satish Balay 2025-03-17 10:19:34 -05:00 committed by GitHub
parent f8adf2b70f
commit a8728e700b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View File

@ -15,7 +15,7 @@ class Petsc(Package, CudaPackage, ROCmPackage):
homepage = "https://petsc.org"
url = "https://web.cels.anl.gov/projects/petsc/download/release-snapshots/petsc-3.20.0.tar.gz"
git = "https://gitlab.com/petsc/petsc.git"
maintainers("balay", "barrysmith", "jedbrown")
maintainers("balay", "jczhang07", "joseeroman")
tags = ["e4s"]

View File

@ -8,13 +8,13 @@
class PyPetsc4py(PythonPackage):
"""This package provides Python bindings for the PETSc package."""
homepage = "https://gitlab.com/petsc/petsc4py"
homepage = "https://petsc.org/release/petsc4py"
url = (
"https://web.cels.anl.gov/projects/petsc/download/release-snapshots/petsc4py-3.20.0.tar.gz"
)
git = "https://gitlab.com/petsc/petsc.git"
maintainers("balay")
maintainers("balay", "jczhang07", "joseeroman")
license("BSD-2-Clause")

View File

@ -8,7 +8,7 @@
class PySlepc4py(PythonPackage):
"""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"
git = "https://gitlab.com/slepc/slepc.git"