summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/amg2023/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/amg2023/package.py')
-rw-r--r--var/spack/repos/builtin/packages/amg2023/package.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/amg2023/package.py b/var/spack/repos/builtin/packages/amg2023/package.py
index a91becb8e1..d0d2ffefb7 100644
--- a/var/spack/repos/builtin/packages/amg2023/package.py
+++ b/var/spack/repos/builtin/packages/amg2023/package.py
@@ -17,6 +17,8 @@ class Amg2023(CMakePackage, CudaPackage, ROCmPackage):
homepage = "https://github.com/LLNL/AMG2023"
git = "https://github.com/LLNL/AMG2023.git"
+ license("Apache-2.0")
+
version("develop", branch="main")
variant("mpi", default=True, description="Enable MPI support")