Update broken codesign.llnl.gov urls (#8880)

* amg2013: fix homepage and url

* kripke: fix homepage and url

* lcals: fix homepage and url

* lulesh: fix homepage and move to git

* urls on single line
This commit is contained in:
Abhinav Bhatele
2018-08-03 08:25:10 -07:00
committed by Adam J. Stewart
parent 0c01f42a9f
commit febfa60935
5 changed files with 11 additions and 11 deletions

View File

@@ -33,11 +33,11 @@ class Amg2013(MakefilePackage):
in the Center for Applied Scientific Computing (CASC) at LLNL.
"""
tags = ['proxy-app']
homepage = "https://codesign.llnl.gov/amg2013.php"
url = "https://codesign.llnl.gov/amg2013/amg2013.tgz"
homepage = "https://computation.llnl.gov/projects/co-design/amg2013"
url = "https://computation.llnl.gov/projects/co-design/download/amg2013.tgz"
version('master', '9d918d2a69528b83e6e0aba6ba601fef',
url='https://codesign.llnl.gov/amg2013/amg2013.tgz')
url='https://computation.llnl.gov/projects/co-design/download/amg2013.tgz')
variant('openmp', default=True, description='Build with OpenMP support')
variant('assumedpartition', default=False, description='Use assumed partition (for thousands of processors)')