Replace repo with the NVIDIA one (#32951)

This commit is contained in:
Auriane R 2022-10-03 18:33:00 +02:00 committed by GitHub
parent e89b79d074
commit 941eb8d297
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,8 +9,8 @@
class P2300(CMakePackage):
"""The proposed C++ framework for asynchronous and parallel programming."""
homepage = "https://github.com/brycelelbach/wg21_p2300_std_execution"
git = "https://github.com/brycelelbach/wg21_p2300_std_execution.git"
homepage = "https://github.com/NVIDIA/stdexec"
git = "https://github.com/NVIDIA/stdexec.git"
maintainers = ["msimberg", "aurianer"]
version("main", branch="main")