summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorJoel Falcou <joel.falcou@lri.fr>2022-09-20 19:35:39 +0200
committerGitHub <noreply@github.com>2022-09-20 10:35:39 -0700
commitd8e566d5542e2c8f0508a83922ba1eada5d473cd (patch)
tree85fb23b6526a909cfec7df0164084a0cb9ff5b14 /var
parentcc0e7c87c17cf3ed66d896792d9c0d6907b35200 (diff)
downloadspack-d8e566d5542e2c8f0508a83922ba1eada5d473cd.tar.gz
spack-d8e566d5542e2c8f0508a83922ba1eada5d473cd.tar.bz2
spack-d8e566d5542e2c8f0508a83922ba1eada5d473cd.tar.xz
spack-d8e566d5542e2c8f0508a83922ba1eada5d473cd.zip
Update EVE to 2022.09 (#32729)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/eve/package.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/eve/package.py b/var/spack/repos/builtin/packages/eve/package.py
index f37eef00fa..f824073f8d 100644
--- a/var/spack/repos/builtin/packages/eve/package.py
+++ b/var/spack/repos/builtin/packages/eve/package.py
@@ -9,11 +9,12 @@ from spack.package import *
class Eve(CMakePackage):
"""Expressive Velocity Engine - SIMD in C++ Goes Brrrr"""
- homepage = "https://jfalcou.github.io/eve/html/index.html"
- url = "https://github.com/jfalcou/eve/archive/refs/tags/v2022.03.0.tar.gz"
+ homepage = "https://jfalcou.github.io/eve/"
+ url = "https://github.com/jfalcou/eve/archive/refs/tags/v2022.09.0.tar.gz"
maintainers = ["jfalcou"]
git = "https://github.com/jfalcou/eve.git"
version("main", branch="main")
+ version("2022.09.0", sha256="53a4e1944a1080c67380a6d7f4fb42998f1c1db35e2370e02d7853c3ac1e0a33")
version("2022.03.0", sha256="8bf9faea516806e7dd468e778dcedc81c51f0b2c6a70b9c75987ce12bb759911")
version("2021.10.0", sha256="580c40a8244039a700b93ea49fb0affc1c8d3c100eb6dc66368e101753f51e5c")