Skip to content

Commit

Permalink
Add Moab submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
aprilnovak committed Jan 9, 2023
1 parent 14ce24f commit 0b06a6a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,6 @@
[submodule "contrib/DAGMC"]
path = contrib/DAGMC
url = https://github.com/svalinn/DAGMC
[submodule "contrib/moab"]
path = contrib/moab
url = https://bitbucket.org/fathomteam/moab
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ ifeq ($(ENABLE_OPENMC), yes)
$(info Cardinal is using HDF5 from $(HDF5_ROOT))
else
ifeq ($(ENABLE_DAGMC), yes)
$(info "Ignoring ENABLE_DAGMC because OpenMC is not enabled.")
$(info Ignoring ENABLE_DAGMC because OpenMC is not enabled.)
ENABLE_DAGMC := no
endif
endif
Expand Down
1 change: 1 addition & 0 deletions contrib/moab
Submodule moab added at f4c7e6
1 change: 1 addition & 0 deletions scripts/get-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ git submodule update --init contrib/moose
git submodule update --init contrib/nekRS
git submodule update --init --recursive contrib/openmc
git submodule update --init contrib/DAGMC
git submodule update --init contrib/moab

0 comments on commit 0b06a6a

Please sign in to comment.