stdexec: Add 23.03 (#37638)

This commit is contained in:
Mikael Simberg 2023-05-15 19:20:12 +02:00 committed by GitHub
parent 33dbd44449
commit c0c446a095
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,9 +10,11 @@ class Stdexec(CMakePackage):
"""The proposed C++ framework for asynchronous and parallel programming.""" """The proposed C++ framework for asynchronous and parallel programming."""
homepage = "https://github.com/NVIDIA/stdexec" 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" git = "https://github.com/NVIDIA/stdexec.git"
maintainers("msimberg", "aurianer") maintainers("msimberg", "aurianer")
version("23.03", sha256="2c9dfb6e56a190543049d2300ccccd1b626f4bb82af5b607869c626886fadd15")
version("main", branch="main") version("main", branch="main")
depends_on("cmake@3.23.1:", type="build") depends_on("cmake@3.23.1:", type="build")