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

@@ -31,10 +31,10 @@ class Lulesh(MakefilePackage):
code to only solve a Sedov blast problem with analytic answer
"""
tags = ['proxy-app']
homepage = "https://codesign.llnl.gov/lulesh.php"
url = "https://codesign.llnl.gov/lulesh/lulesh2.0.3.tgz"
homepage = "https://computation.llnl.gov/projects/co-design/lulesh"
git = "https://github.com/LLNL/LULESH.git"
version('2.0.3', '336644a8750f71c7c6b9d2960976e7aa')
version('2.0.3', tag='2.0.3')
variant('mpi', default=True, description='Build with MPI support')
variant('openmp', default=True, description='Build with OpenMP support')