Add Slepc v3.15.2 (#26123)

This commit is contained in:
Alec Scott 2021-09-21 22:13:51 -07:00 committed by GitHub
parent 5097a41675
commit 86ddcd0e2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ class Slepc(Package, CudaPackage, ROCmPackage):
"""Scalable Library for Eigenvalue Problem Computations."""
homepage = "https://slepc.upv.es"
url = "https://slepc.upv.es/download/distrib/slepc-3.6.2.tar.gz"
url = "https://slepc.upv.es/download/distrib/slepc-3.15.2.tar.gz"
git = "https://gitlab.com/slepc/slepc.git"
maintainers = ['joseeroman', 'balay']
@ -21,6 +21,7 @@ class Slepc(Package, CudaPackage, ROCmPackage):
test_requires_compiler = True
version('main', branch='main')
version('3.15.2', sha256='15fd317c4dd07bb41a994ad4c27271a6675af5f2abe40b82a64a27eaae2e632a')
version('3.15.1', sha256='9c7c3a45f0d9df51decf357abe090ef05114c38a69b7836386a19a96fb203aea')
version('3.15.0', sha256='e53783ae13acadce274ea65c67186b5ab12332cf17125a694e21d598aa6b5f00')
version('3.14.2', sha256='3e54578dda1f4c54d35ac27d02f70a43f6837906cb7604dbcec0e033cfb264c8')