add github url as backup (#18223)

This commit is contained in:
David Gardner 2020-08-23 14:43:57 -07:00 committed by GitHub
parent b721a2e54b
commit 3c866294e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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']