summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/conduit/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/conduit/package.py')
-rw-r--r--var/spack/repos/builtin/packages/conduit/package.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/conduit/package.py b/var/spack/repos/builtin/packages/conduit/package.py
index 2762c5781d..cc6d9ec628 100644
--- a/var/spack/repos/builtin/packages/conduit/package.py
+++ b/var/spack/repos/builtin/packages/conduit/package.py
@@ -38,6 +38,8 @@ class Conduit(CMakePackage):
git = "https://github.com/LLNL/conduit.git"
tags = ["radiuss", "e4s"]
+ license("Apache-2.0")
+
version("develop", branch="develop", submodules=True)
# note: the main branch in conduit was renamed to develop, this next entry
# is to bridge any spack dependencies that are still using the name master