mirror of
https://github.com/OpenFOAM/ThirdParty-6.git
synced 2025-12-08 06:57:43 +00:00
Updates for changes to etc/config structure
This commit is contained in:
6
Allwmake
6
Allwmake
@ -173,12 +173,12 @@ esac
|
|||||||
|
|
||||||
|
|
||||||
# get SCOTCH_VERSION, SCOTCH_ARCH_PATH
|
# get SCOTCH_VERSION, SCOTCH_ARCH_PATH
|
||||||
if settings=`$WM_PROJECT_DIR/bin/foamEtcFile config/scotch.sh`
|
if settings=`$WM_PROJECT_DIR/bin/foamEtcFile config.sh/scotch`
|
||||||
then
|
then
|
||||||
. $settings
|
. $settings
|
||||||
else
|
else
|
||||||
echo
|
echo
|
||||||
echo "Error: no config/scotch.sh settings"
|
echo "Error: no config.sh/scotch settings"
|
||||||
echo
|
echo
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@ -313,7 +313,7 @@ echo ========================================
|
|||||||
echo Build Metis decomposition
|
echo Build Metis decomposition
|
||||||
|
|
||||||
# get METIS_VERSION, METIS_ARCH_PATH
|
# get METIS_VERSION, METIS_ARCH_PATH
|
||||||
if settings=`$WM_PROJECT_DIR/bin/foamEtcFile config/metis.sh`
|
if settings=`$WM_PROJECT_DIR/bin/foamEtcFile config.sh/metis`
|
||||||
then
|
then
|
||||||
. $settings
|
. $settings
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user