Fix SPINDLE and SCR download URLs.
This commit is contained in:
		| @@ -28,7 +28,7 @@ class Scr(Package): | |||||||
|     """SCR caches checkpoint data in storage on the compute nodes of a |     """SCR caches checkpoint data in storage on the compute nodes of a | ||||||
|        Linux cluster to provide a fast, scalable checkpoint/restart |        Linux cluster to provide a fast, scalable checkpoint/restart | ||||||
|        capability for MPI codes""" |        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" |     url      = "http://downloads.sourceforge.net/project/scalablecr/releases/scr-1.1-7.tar.gz" | ||||||
|  |  | ||||||
|     depends_on("mpi") |     depends_on("mpi") | ||||||
|   | |||||||
| @@ -30,7 +30,7 @@ class Spindle(Package): | |||||||
|        overload on a shared file system when loading dynamically |        overload on a shared file system when loading dynamically | ||||||
|        linked libraries, causing site-wide performance problems. |        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" |     url      = "https://github.com/hpc/Spindle/archive/v0.8.1.tar.gz" | ||||||
|     list_url = "https://github.com/hpc/Spindle/releases" |     list_url = "https://github.com/hpc/Spindle/releases" | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Todd Gamblin
					Todd Gamblin