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:
parent
0c01f42a9f
commit
febfa60935
5 changed files with 11 additions and 11 deletions
|
@ -32,7 +32,7 @@ class Amg(MakefilePackage):
|
|||
"""
|
||||
tags = ['proxy-app', 'ecp-proxy-app']
|
||||
|
||||
homepage = "https://codesign.llnl.gov/amg2013.php"
|
||||
homepage = "https://computation.llnl.gov/projects/co-design/amg2013"
|
||||
git = "https://github.com/LLNL/AMG.git"
|
||||
|
||||
version('develop', branch='master')
|
||||
|
|
|
@ -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)')
|
||||
|
|
|
@ -29,8 +29,8 @@ class Kripke(CMakePackage):
|
|||
"""Kripke is a simple, scalable, 3D Sn deterministic particle
|
||||
transport proxy/mini app.
|
||||
"""
|
||||
homepage = "https://codesign.llnl.gov/kripke.php"
|
||||
url = "https://codesign.llnl.gov/downloads/kripke-openmp-1.1.tar.gz"
|
||||
homepage = "https://computation.llnl.gov/projects/co-design/kripke"
|
||||
url = "https://computation.llnl.gov/projects/co-design/download/kripke-openmp-1.1.tar.gz"
|
||||
|
||||
tags = ['proxy-app']
|
||||
version('1.1', '7fe6f2b26ed983a6ce5495ab701f85bf')
|
||||
|
|
|
@ -35,8 +35,8 @@ class Lcals(MakefilePackage):
|
|||
by Frank H. McMahon, UCRL-53745.). The suite contains facilities to
|
||||
generate timing statistics and reports."""
|
||||
|
||||
homepage = "https://codesign.llnl.gov/LCALS-downloads/"
|
||||
url = "https://codesign.llnl.gov/LCALS-downloads/lcals-v1.0.2.tgz"
|
||||
homepage = "https://computation.llnl.gov/projects/co-design/lcals"
|
||||
url = "https://computation.llnl.gov/projects/co-design/download/lcals-v1.0.2.tgz"
|
||||
|
||||
tags = ['proxy-app']
|
||||
|
||||
|
|
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue