mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
@ -83,10 +83,10 @@ have_kahip()
|
||||
# FOAM_EXT_LIBBIN is allowed to be unset
|
||||
library=$(findFirstFile \
|
||||
$FOAM_EXT_LIBBIN/$library \
|
||||
$METIS_ARCH_PATH/lib/$static \
|
||||
$METIS_ARCH_PATH/lib/$library \
|
||||
$METIS_ARCH_PATH/lib$WM_COMPILER_LIB_ARCH/$static \
|
||||
$METIS_ARCH_PATH/lib$WM_COMPILER_LIB_ARCH/$library \
|
||||
$KAHIP_ARCH_PATH/lib/$static \
|
||||
$KAHIP_ARCH_PATH/lib/$library \
|
||||
$KAHIP_ARCH_PATH/lib$WM_COMPILER_LIB_ARCH/$static \
|
||||
$KAHIP_ARCH_PATH/lib$WM_COMPILER_LIB_ARCH/$library \
|
||||
)
|
||||
elif isSystem "$KAHIP_ARCH_PATH"
|
||||
then
|
||||
|
||||
Reference in New Issue
Block a user