diff options
author | Pramod Kumbhar <pramod.s.kumbhar@gmail.com> | 2016-10-11 09:36:31 +0200 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2016-10-11 00:36:31 -0700 |
commit | afd5d6b5cd45c268d28fa8d661d22ce54bc79e1c (patch) | |
tree | 6330ad2007c27196dbc4c8c72ef96c8a3a9f412c | |
parent | 9a05ffea2761ce6cf9898ea763d105a267060a10 (diff) | |
download | spack-afd5d6b5cd45c268d28fa8d661d22ce54bc79e1c.tar.gz spack-afd5d6b5cd45c268d28fa8d661d22ce54bc79e1c.tar.bz2 spack-afd5d6b5cd45c268d28fa8d661d22ce54bc79e1c.tar.xz spack-afd5d6b5cd45c268d28fa8d661d22ce54bc79e1c.zip |
hpx5 version update (#1967)
-rw-r--r-- | var/spack/repos/builtin/packages/hpx5/package.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/hpx5/package.py b/var/spack/repos/builtin/packages/hpx5/package.py index 686e959719..fe75c256f8 100644 --- a/var/spack/repos/builtin/packages/hpx5/package.py +++ b/var/spack/repos/builtin/packages/hpx5/package.py @@ -37,15 +37,16 @@ class Hpx5(Package): applications enabling scientists to write code that performs and scales better than contemporary runtimes.""" homepage = "http://hpx.crest.iu.edu" - url = "http://hpx.crest.iu.edu/release/hpx-2.0.0.tar.gz" + url = "http://hpx.crest.iu.edu/release/hpx-3.1.0.tar.gz" + version('3.1.0', '9e90b8ac46788c009079632828c77628') version('2.0.0', '3d2ff3aab6c46481f9ec65c5b2bfe7a6') version('1.3.0', '2260ecc7f850e71a4d365a43017d8cee') version('1.2.0', '4972005f85566af4afe8b71afbf1480f') version('1.1.0', '646afb460ecb7e0eea713a634933ce4f') version('1.0.0', '8020822adf6090bd59ed7fe465f6c6cb') - variant('debug', default=False, description='Build a debug version of HPX-5') + variant('debug', default=False, description='Build debug version of HPX-5') variant('photon', default=False, description='Enable Photon support') variant('mpi', default=False, description='Enable MPI support') |