Skip to content
Snippets Groups Projects
Commit 9fb439bb authored by Andrew Heather's avatar Andrew Heather
Browse files

BUG: Corrected FFTW_ARCH_PATH - patch contributed by Bruno Santos. Fixes #210

parent 6afc9fb1
Branches
Tags
No related merge requests found
......@@ -64,7 +64,7 @@ then
# it is either located within ThirdParty, or a central installation
# 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 ]
then
_foamAddLib $FFTW_ARCH_PATH/lib$WM_COMPILER_LIB_ARCH
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment