openfoam/wmake/rules/General/ADIOS2
2019-04-10 16:08:21 +02:00

13 lines
459 B
Makefile

#-------------------------------*- makefile -*---------------------------------
# ADIOS2 includes/libraries
sinclude $(GENERAL_RULES)/mplib$(WM_MPLIB)
sinclude $(DEFAULT_RULES)/mplib$(WM_MPLIB)
# May need to strip off rpath ...
ADIOS_FLAGS := $(shell $(ADIOS2_ARCH_PATH)/bin/adios2-config --cxx-flags)
ADIOS_LIBS := $(shell $(ADIOS2_ARCH_PATH)/bin/adios2-config --cxx-libs)
#------------------------------------------------------------------------------