summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAuriane R <48684432+aurianer@users.noreply.github.com>2022-10-03 18:33:00 +0200
committerGitHub <noreply@github.com>2022-10-03 09:33:00 -0700
commit941eb8d297ed4e20a13d44ea40ed3e34b4996f30 (patch)
tree2d6fdecf594cfec126e170c157353a1fedaed86c
parente89b79d0747ec492c623bd4a5bb0095cb7b43a79 (diff)
downloadspack-941eb8d297ed4e20a13d44ea40ed3e34b4996f30.tar.gz
spack-941eb8d297ed4e20a13d44ea40ed3e34b4996f30.tar.bz2
spack-941eb8d297ed4e20a13d44ea40ed3e34b4996f30.tar.xz
spack-941eb8d297ed4e20a13d44ea40ed3e34b4996f30.zip
Replace repo with the NVIDIA one (#32951)
-rw-r--r--var/spack/repos/builtin/packages/p2300/package.py4
1 files changed, 2 insertions, 2 deletions
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")