mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: Corrected FFTW_ARCH_PATH - patch contributed by Bruno Santos. Fixes #210
This commit is contained in:
@ -64,7 +64,7 @@ then
|
|||||||
# it is either located within ThirdParty, or a central installation
|
# it is either located within ThirdParty, or a central installation
|
||||||
# outside of ThirdParty and must be added to the lib-path.
|
# outside of ThirdParty and must be added to the lib-path.
|
||||||
|
|
||||||
ending="${FFTW_ARCH_PATH_PATH##*-}"
|
ending="${FFTW_ARCH_PATH##*-}"
|
||||||
if [ "$ending" != none -a "$ending" != system ]
|
if [ "$ending" != none -a "$ending" != system ]
|
||||||
then
|
then
|
||||||
_foamAddLib $FFTW_ARCH_PATH/lib$WM_COMPILER_LIB_ARCH
|
_foamAddLib $FFTW_ARCH_PATH/lib$WM_COMPILER_LIB_ARCH
|
||||||
|
|||||||
Reference in New Issue
Block a user