removed cmake build version pointing to fork (#41368)
This commit is contained in:
parent
4e09396f8a
commit
bc8a0f56ed
@ -18,7 +18,6 @@ class Amg2023(CMakePackage, CudaPackage, ROCmPackage):
|
|||||||
git = "https://github.com/LLNL/AMG2023.git"
|
git = "https://github.com/LLNL/AMG2023.git"
|
||||||
|
|
||||||
version("develop", branch="main")
|
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("mpi", default=True, description="Enable MPI support")
|
||||||
variant("openmp", default=False, description="Enable OpenMP support")
|
variant("openmp", default=False, description="Enable OpenMP support")
|
||||||
|
Loading…
Reference in New Issue
Block a user