From 941eb8d297ed4e20a13d44ea40ed3e34b4996f30 Mon Sep 17 00:00:00 2001 From: Auriane R <48684432+aurianer@users.noreply.github.com> Date: Mon, 3 Oct 2022 18:33:00 +0200 Subject: Replace repo with the NVIDIA one (#32951) --- var/spack/repos/builtin/packages/p2300/package.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'var') diff --git a/var/spack/repos/builtin/packages/p2300/package.py b/var/spack/repos/builtin/packages/p2300/package.py index 48a4d82b1f..721c7d60c7 100644 --- a/var/spack/repos/builtin/packages/p2300/package.py +++ b/var/spack/repos/builtin/packages/p2300/package.py @@ -9,8 +9,8 @@ from spack.package import * 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") -- cgit v1.2.3-70-g09d2