add github url as backup (#18223)
This commit is contained in:
parent
b721a2e54b
commit
3c866294e1
@ -13,7 +13,8 @@ class Sundials(CMakePackage):
|
|||||||
Solvers)"""
|
Solvers)"""
|
||||||
|
|
||||||
homepage = "https://computing.llnl.gov/projects/sundials"
|
homepage = "https://computing.llnl.gov/projects/sundials"
|
||||||
url = "https://computing.llnl.gov/projects/sundials/download/sundials-2.7.0.tar.gz"
|
urls = ["https://computing.llnl.gov/projects/sundials/download/sundials-2.7.0.tar.gz",
|
||||||
|
"https://github.com/LLNL/sundials/releases/download/v2.7.0/sundials-2.7.0.tar.gz"]
|
||||||
git = "https://github.com/llnl/sundials.git"
|
git = "https://github.com/llnl/sundials.git"
|
||||||
maintainers = ['cswoodward', 'gardner48', 'balos1']
|
maintainers = ['cswoodward', 'gardner48', 'balos1']
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user