summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorEvan Bollig <ebbollig@amazon.com>2022-05-28 19:32:53 +0200
committerTodd Gamblin <tgamblin@llnl.gov>2022-05-31 06:29:22 +0200
commitdeeebc45935964390ff119617092de569b6ac54b (patch)
tree3cc71e845b7ab066dca261b84e99f0b8ec54df8d /var
parenteef202ea855c64447721ce5c11242e14f5e188bf (diff)
downloadspack-deeebc45935964390ff119617092de569b6ac54b.tar.gz
spack-deeebc45935964390ff119617092de569b6ac54b.tar.bz2
spack-deeebc45935964390ff119617092de569b6ac54b.tar.xz
spack-deeebc45935964390ff119617092de569b6ac54b.zip
Alinux isc buildcache (#30462)
Add two new stacks targeted at x86_64 and arm, representing an initial list of packages used by current and planned AWS Workshops, and built in conjunction with the ISC22 announcement of the spack public binary cache. Co-authored-by: Scott Wittenburg <scott.wittenburg@kitware.com>
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/simde/package.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/simde/package.py b/var/spack/repos/builtin/packages/simde/package.py
index 2c1fd08b2f..858c22a047 100644
--- a/var/spack/repos/builtin/packages/simde/package.py
+++ b/var/spack/repos/builtin/packages/simde/package.py
@@ -18,6 +18,7 @@ class Simde(MesonPackage):
url = "https://github.com/simd-everywhere/simde/archive/v0.6.0.tar.gz"
git = "https://github.com/simd-everywhere/simde.git"
+ version('0.7.2', sha256='366d5e9a342c30f1e40d1234656fb49af5ee35590aaf53b3c79b2afb906ed4c8')
version('0.6.0', sha256='25a8b8c69c17ddc2f6209e86caa6b12d4ed91c0f841617efc56e5675eea84915')
patch('sve-gcc.patch', when='@0.6.0 %gcc')