diff options
author | Auriane R <48684432+aurianer@users.noreply.github.com> | 2020-09-02 17:34:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-02 10:34:05 -0500 |
commit | 24843844ae339b41ef27fca4902509bf44763f3d (patch) | |
tree | 1ae412527e90d702b864b0578703e980a9919662 | |
parent | e5fdb2a46cfb9a0ec68d28179ecc815910a8a6cf (diff) | |
download | spack-24843844ae339b41ef27fca4902509bf44763f3d.tar.gz spack-24843844ae339b41ef27fca4902509bf44763f3d.tar.bz2 spack-24843844ae339b41ef27fca4902509bf44763f3d.tar.xz spack-24843844ae339b41ef27fca4902509bf44763f3d.zip |
Add HPX 1.5.0 release and update the homepage (#18464)
-rw-r--r-- | var/spack/repos/builtin/packages/hpx/package.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/hpx/package.py b/var/spack/repos/builtin/packages/hpx/package.py index d8cd4a7879..3f8bb1d6d0 100644 --- a/var/spack/repos/builtin/packages/hpx/package.py +++ b/var/spack/repos/builtin/packages/hpx/package.py @@ -11,12 +11,13 @@ import sys class Hpx(CMakePackage, CudaPackage): """C++ runtime system for parallel and distributed applications.""" - homepage = "http://stellar.cct.lsu.edu/tag/hpx/" + homepage = "https://hpx.stellar-group.org/" url = "https://github.com/STEllAR-GROUP/hpx/archive/1.2.1.tar.gz" maintainers = ['msimberg', 'albestro', 'teonnik'] version('master', git='https://github.com/STEllAR-GROUP/hpx.git', branch='master') version('stable', git='https://github.com/STEllAR-GROUP/hpx.git', tag='stable') + version('1.5.0', sha256='de2901d8ae017592c513e0af9cf58de295abc9802e55ece00424cbd8a3801920') version('1.4.1', sha256='965dabe44d17480e326d92da4eec56722d98b33943c53d2b0f8f4655cb208023') version('1.4.0', sha256='241a1c47fafba751848fac12446e7bf4ad3d342d5eb2fa1ef94dd904acc329ed') version('1.3.0', sha256='cd34da674064c4cc4a331402edbd65c5a1f8058fb46003314ca18fa08423c5ad') |