Fixed url for SLEPc package (#15257)
* Fixed url for SLEPc package * Fixed homepage url for SLEPc package
This commit is contained in:
parent
c7d3dee2f7
commit
1616aa7119
@ -11,8 +11,8 @@
|
||||
class Slepc(Package):
|
||||
"""Scalable Library for Eigenvalue Problem Computations."""
|
||||
|
||||
homepage = "http://slepc.upv.es"
|
||||
url = "http://slepc.upv.es/download/distrib/slepc-3.6.2.tar.gz"
|
||||
homepage = "https://slepc.upv.es"
|
||||
url = "https://slepc.upv.es/download/distrib/slepc-3.6.2.tar.gz"
|
||||
git = "https://gitlab.com/slepc/slepc.git"
|
||||
|
||||
maintainers = ['joseeroman', 'balay']
|
||||
|
Loading…
Reference in New Issue
Block a user