Fix SPINDLE and SCR download URLs.

This commit is contained in:
Todd Gamblin 2014-12-25 18:42:03 -08:00
parent b80a0e1da5
commit b0ce1b81ba
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ class Scr(Package):
"""SCR caches checkpoint data in storage on the compute nodes of a
Linux cluster to provide a fast, scalable checkpoint/restart
capability for MPI codes"""
homepage = "https://computation-rnd.llnl.gov/scr"
homepage = "https://computation.llnl.gov/project/scr/"
url = "http://downloads.sourceforge.net/project/scalablecr/releases/scr-1.1-7.tar.gz"
depends_on("mpi")

View File

@ -30,7 +30,7 @@ class Spindle(Package):
overload on a shared file system when loading dynamically
linked libraries, causing site-wide performance problems.
"""
homepage = "https://computation-rnd.llnl.gov/spindle"
homepage = "https://computation.llnl.gov/project/spindle/"
url = "https://github.com/hpc/Spindle/archive/v0.8.1.tar.gz"
list_url = "https://github.com/hpc/Spindle/releases"