Changes between Version 16 and Version 17 of Software/OpenFOAM


Ignore:
Timestamp:
02/15/17 23:33:29 (7 years ago)
Author:
Jens Henrik Goebbert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Software/OpenFOAM

    v16 v17  
    8383            WM_ARCH=linux64
    8484            export WM_COMPILER_LIB_ARCH=64
    85 +           export WM_CC=${CC}
    86 +           export WM_CXX=${CXX}
    87 +           export WM_CFLAGS="${CFLAGS} -fPIC"      # $WM_CFLAGS   doesn't affect OpenFOAM compilation, but only ThirdParty compilation.
    88 +           export WM_CXXFLAGS="${CXXFLAGS} -fPIC"  # $WM_CXXFLAGS doesn't affect OpenFOAM compilation, but only ThirdParty compilation.
    89 +           export WM_LDFLAGS=                      # $WM_LDFLAGS  doesn't affect OpenFOAM compilation, but only ThirdParty compilation.
     85+           export WM_CC=${CC}                      # for use in non-wmake (e.g. ThirdParty) compilations
     86+           export WM_CXX=${CXX}                    # for use in non-wmake (e.g. ThirdParty) compilations
     87+           export WM_CFLAGS="${CFLAGS} -fPIC"      # for use in non-wmake (e.g. ThirdParty) compilations
     88+           export WM_CXXFLAGS="${CXXFLAGS} -fPIC"  # for use in non-wmake (e.g. ThirdParty) compilations
     89+           export WM_LDFLAGS=                      # for use in non-wmake (e.g. ThirdParty) compilations
    9090
    9191}}}