Skip to content

Commit

Permalink
keep check_nekrs.mk in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
aprilnovak committed Jun 6, 2024
1 parent 0186661 commit ce4d86a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,11 @@ PETSC_ARCH ?= arch-moose
LIBMESH_DIR ?= $(MOOSE_DIR)/libmesh/installed/
CONTRIB_INSTALL_DIR ?= $(CARDINAL_DIR)/install

# Check that NEKRS_HOME is set to the correct location
ifeq ($(ENABLE_NEK), yes)
include $(CARDINAL_DIR)/config/check_nekrs.mk
endif

# This is the Eigen3 location on CIVET. If you are using MOOSE's conda environment,
# you don't need to set these variables, because conda sets them for you. The only
# scenario where you might need to manually set these is if you're not using the
Expand Down Expand Up @@ -185,7 +190,6 @@ endif
# MOOSE core objects
# ======================================================================================

# framework
FRAMEWORK_DIR := $(MOOSE_DIR)/framework
include $(FRAMEWORK_DIR)/build.mk
include $(FRAMEWORK_DIR)/moose.mk
Expand Down
5 changes: 0 additions & 5 deletions config/check_deps.mk
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,6 @@ ifeq ($(ENABLE_DAGMC),$(filter $(ENABLE_DAGMC), true yes on 1 TRUE YES ON))
ENABLE_DAGMC := yes
endif

# Check that NEKRS_HOME is set to the correct location
ifeq ($(ENABLE_NEK), yes)
include config/check_nekrs.mk
endif

ifeq ($(ENABLE_OPENMC), yes)
# HDF5 is only needed to be linked if using OpenMC
$(info Cardinal is using HDF5 from $(HDF5_ROOT))
Expand Down

0 comments on commit ce4d86a

Please sign in to comment.