diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2015-04-01 00:03:51 -0700 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2015-04-01 00:05:26 -0700 |
commit | 37a5c3b09f9132b1f9ec60ce5089040a183f40d4 (patch) | |
tree | f0c4b2792fa566df7760124d2c57914f1f64241c | |
parent | 634abdbceae328e3618628534afe2122b9fec3d6 (diff) | |
download | spack-37a5c3b09f9132b1f9ec60ce5089040a183f40d4.tar.gz spack-37a5c3b09f9132b1f9ec60ce5089040a183f40d4.tar.bz2 spack-37a5c3b09f9132b1f9ec60ce5089040a183f40d4.tar.xz spack-37a5c3b09f9132b1f9ec60ce5089040a183f40d4.zip |
Version bump for adept-utils
-rw-r--r-- | var/spack/packages/adept-utils/package.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/var/spack/packages/adept-utils/package.py b/var/spack/packages/adept-utils/package.py index 2515322ec2..e4a2e1523f 100644 --- a/var/spack/packages/adept-utils/package.py +++ b/var/spack/packages/adept-utils/package.py @@ -30,7 +30,8 @@ class AdeptUtils(Package): homepage = "https://github.com/scalability-llnl/adept-utils" url = "https://github.com/scalability-llnl/adept-utils/archive/v1.0.tar.gz" - version('1.0', '5c6cd9badce56c945ac8551e34804397') + version('1.0.1', '731a310717adcb004d9d195130efee7d') + version('1.0', '5c6cd9badce56c945ac8551e34804397') depends_on("boost") depends_on("mpi") |