summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorEvan Bollig <ebbollig@amazon.com>2022-05-28 19:32:53 +0200
committerGitHub <noreply@github.com>2022-05-28 11:32:53 -0600
commit98860c6a5fdee5c2ac2b71b20af0bc8eecf3a627 (patch)
tree775b33fd5b99f440643138f73df8938b0b79614f /var
parente6929b9ff90ef238e5741a7b099936b8ff0a97ca (diff)
downloadspack-98860c6a5fdee5c2ac2b71b20af0bc8eecf3a627.tar.gz
spack-98860c6a5fdee5c2ac2b71b20af0bc8eecf3a627.tar.bz2
spack-98860c6a5fdee5c2ac2b71b20af0bc8eecf3a627.tar.xz
spack-98860c6a5fdee5c2ac2b71b20af0bc8eecf3a627.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 af194cbe3c..2e0aabc0ea 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')