removed cmake build version pointing to fork (#41368)

This commit is contained in:
Dewi 2023-12-01 14:39:45 -08:00 committed by GitHub
parent 4e09396f8a
commit bc8a0f56ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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")