Skip to content

Commit

Permalink
temporary test while waiting on civet_recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
aprilnovak committed Jan 13, 2023
1 parent 4fc1e2f commit a958645
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ SOCKEYE_DIR ?= $(CONTRIB_DIR)/sockeye
SODIUM_DIR ?= $(CONTRIB_DIR)/sodium
POTASSIUM_DIR ?= $(CONTRIB_DIR)/potassium
IAPWS95_DIR ?= $(CONTRIB_DIR)/iapws95
EIGEN3_DIR ?= $(MOOSE_SUBMODULE)/libmesh/include/Eigen
Eigen3_DIR ?= $(MOOSE_SUBMODULE)/libmesh/include/Eigen
EIGEN3_DIR := $(LIBMESH_DIR)/include
Eigen3_DIR := $(EIGEN3_DIR)

# If HDF5_ROOT is set, use those settings to link HDF5 to OpenMC.
# Otherwise, use where PETSc will put HDF5 if downloading it.
Expand Down
1 change: 1 addition & 0 deletions config/dagmc.mk
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ $(DAGMC_BUILDDIR)/Makefile: build_moab | $(DAGMC_DIR)/CMakeLists.txt
-DBUILD_CI_TESTS=OFF \
-DBUILD_STATIC_LIBS=OFF \
-DBUILD_STATIC_EXE=OFF \
-DEigen3_DIR=$(EIGEN3_DIR) \
-DMOAB_DIR=$(MOAB_INSTALL_DIR) \
-DCMAKE_BUILD_TYPE=$(BUILD_TYPE) \
-DCMAKE_C_COMPILER="$(LIBMESH_CC_LIST)" \
Expand Down
1 change: 1 addition & 0 deletions config/moab.mk
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ $(MOAB_BUILDDIR)/Makefile: $(MOAB_DIR)/CMakeLists.txt
-DENABLE_HDF5=ON \
-DENABLE_TESTING=OFF \
-DENABLE_BLASLAPACK=OFF \
-DEIGEN3_DIR=$(EIGEN3_DIR) \
-DHDF5_DIR=$(HDF5_ROOT) \
-DCMAKE_BUILD_TYPE=$(BUILD_TYPE) \
-DCMAKE_C_COMPILER="$(LIBMESH_CC_LIST)" \
Expand Down

0 comments on commit a958645

Please sign in to comment.