diff options
Diffstat (limited to 'var')
-rw-r--r-- | var/spack/repos/builtin/packages/stdexec/package.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/stdexec/package.py b/var/spack/repos/builtin/packages/stdexec/package.py index c5e26d5b72..eeebe847d9 100644 --- a/var/spack/repos/builtin/packages/stdexec/package.py +++ b/var/spack/repos/builtin/packages/stdexec/package.py @@ -10,9 +10,11 @@ class Stdexec(CMakePackage): """The proposed C++ framework for asynchronous and parallel programming.""" homepage = "https://github.com/NVIDIA/stdexec" + url = "https://github.com/NVIDIA/stdexec/archive/nvhpc-0.0.tar.gz" git = "https://github.com/NVIDIA/stdexec.git" maintainers("msimberg", "aurianer") + version("23.03", sha256="2c9dfb6e56a190543049d2300ccccd1b626f4bb82af5b607869c626886fadd15") version("main", branch="main") depends_on("cmake@3.23.1:", type="build") |