mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
CONFIG: update some wmake rules
- initial settings for ADIOS2, linuxARM64Gcc, linuxARM64Clang
This commit is contained in:
13
wmake/rules/General/ADIOS2
Normal file
13
wmake/rules/General/ADIOS2
Normal file
@ -0,0 +1,13 @@
|
||||
#-------------------------------*- 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
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
Reference in New Issue
Block a user