Skip to content

Commit

Permalink
Optional set
Browse files Browse the repository at this point in the history
  • Loading branch information
aprilnovak committed Jan 17, 2023
1 parent a958645 commit 7e61e23
Showing 1 changed file with 2 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 := $(LIBMESH_DIR)/include
Eigen3_DIR := $(EIGEN3_DIR)
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

0 comments on commit 7e61e23

Please sign in to comment.