From bc8a0f56ed20b8388633963b0b9a80cfe14c6491 Mon Sep 17 00:00:00 2001 From: Dewi <43684384+dyokelson@users.noreply.github.com> Date: Fri, 1 Dec 2023 14:39:45 -0800 Subject: removed cmake build version pointing to fork (#41368) --- var/spack/repos/builtin/packages/amg2023/package.py | 1 - 1 file changed, 1 deletion(-) (limited to 'var') 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") -- cgit v1.2.3-60-g2f50