summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDewi <43684384+dyokelson@users.noreply.github.com>2023-12-01 14:39:45 -0800
committerGitHub <noreply@github.com>2023-12-01 14:39:45 -0800
commitbc8a0f56ed20b8388633963b0b9a80cfe14c6491 (patch)
treec3b2d2d7a76a03f4cb4bb093ec74ff494f475180
parent4e09396f8aa8f2863b2effd69d1e158fe6d1137e (diff)
downloadspack-bc8a0f56ed20b8388633963b0b9a80cfe14c6491.tar.gz
spack-bc8a0f56ed20b8388633963b0b9a80cfe14c6491.tar.bz2
spack-bc8a0f56ed20b8388633963b0b9a80cfe14c6491.tar.xz
spack-bc8a0f56ed20b8388633963b0b9a80cfe14c6491.zip
removed cmake build version pointing to fork (#41368)
-rw-r--r--var/spack/repos/builtin/packages/amg2023/package.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/amg2023/package.py b/var/spack/repos/builtin/packages/amg2023/package.py
index a2e8b676e9..a91becb8e1 100644
--- a/var/spack/repos/builtin/packages/amg2023/package.py
+++ b/var/spack/repos/builtin/packages/amg2023/package.py
@@ -18,7 +18,6 @@ class Amg2023(CMakePackage, CudaPackage, ROCmPackage):
git = "https://github.com/LLNL/AMG2023.git"
version("develop", branch="main")
- version("cmake-build", git="https://github.com/dyokelson/AMG2023.git", branch="cmake")
variant("mpi", default=True, description="Enable MPI support")
variant("openmp", default=False, description="Enable OpenMP support")