diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2016-07-20 09:47:23 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-20 09:47:23 -0700 |
commit | 20584ab084a31c2b5ae906bfcdc1ce149fdb54dc (patch) | |
tree | 1308066a9205fc055d4996c02d951452bf05262d | |
parent | 7c28338d6016bc00cce6591a6d5042837714d038 (diff) | |
parent | 25e765baae6f98141cb7896bbcbb840607a4842f (diff) | |
download | spack-20584ab084a31c2b5ae906bfcdc1ce149fdb54dc.tar.gz spack-20584ab084a31c2b5ae906bfcdc1ce149fdb54dc.tar.bz2 spack-20584ab084a31c2b5ae906bfcdc1ce149fdb54dc.tar.xz spack-20584ab084a31c2b5ae906bfcdc1ce149fdb54dc.zip |
Merge pull request #1302 from robertdfrench/adios-url
Get adios from github, not NCCS
-rw-r--r-- | var/spack/repos/builtin/packages/adios/package.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/adios/package.py b/var/spack/repos/builtin/packages/adios/package.py index 9e0452ba6f..59e0a451a9 100644 --- a/var/spack/repos/builtin/packages/adios/package.py +++ b/var/spack/repos/builtin/packages/adios/package.py @@ -12,9 +12,9 @@ class Adios(Package): """ homepage = "http://www.olcf.ornl.gov/center-projects/adios/" - url = "http://users.nccs.gov/~pnorbert/adios-1.9.0.tar.gz" + url = "https://github.com/ornladios/ADIOS/archive/v1.9.0.tar.gz" - version('1.9.0', 'dbf5cb10e32add2f04c9b4052b7ffa76') + version('1.9.0', '310ff02388bbaa2b1c1710ee970b5678') # Lots of setting up here for this package # module swap PrgEnv-intel PrgEnv-$COMP |