stdexec: Add 23.03 (#37638)
This commit is contained in:
parent
33dbd44449
commit
c0c446a095
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user