Skip to content
Snippets Groups Projects

update for third-party versions

Merged Mark OLESEN requested to merge config-thirdparty into develop
Viewing commit bb1e843a
Next
Show latest version
47 files
+ 175
26
Preferences
Compare changes
Files
47
+ 13
0
#-------------------------------*- makefile -*---------------------------------
# ADIOS2 includes/libraries
sinclude $(GENERAL_RULES)/mplib$(WM_MPLIB)
sinclude $(RULES)/mplib$(WM_MPLIB)
# Obtain prefix and library information via adios2-config
ADIOS_PREFIX := $(shell $(ADIOS2_ARCH_PATH)/bin/adios2-config --prefix)
ADIOS_LIBS := $(shell $(ADIOS2_ARCH_PATH)/bin/adios2-config --libs)
ADIOS_INC = -I${ADIOS_PREFIX}/include
#------------------------------------------------------------------------------