Ignore:
Timestamp:
03/07/23 10:36:22 (16 months ago)
Author:
jderouillat
Message:

Fixes for new MAC environment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS3/branches/xios-3.0-beta/arch/arch-GCC_MACOSX.fcm

    r591 r2469  
    77%LINKER         mpif90 
    88 
    9 %BASE_CFLAGS    -w 
     9%BASE_CFLAGS    -w -std=gnu++11 
    1010%PROD_CFLAGS    -O3 -D BOOST_DISABLE_ASSERTS 
    1111%DEV_CFLAGS     -g 
    1212%DEBUG_CFLAGS   -g -O2 
    1313 
    14 %BASE_FFLAGS    -D__NONE__ 
     14%BASE_FFLAGS    -D__NONE__ -ffree-line-length-none 
    1515%PROD_FFLAGS    -O3 
    1616%DEV_FFLAGS     -g -O2 
     
    2020%BASE_LD        -lstdc++ 
    2121 
    22 %CPP            /opt/local/bin/cpp-mp-4.5 
    23 %FPP            /opt/local/bin/cpp-mp-4.5 -P 
    24 %MAKE           gmake 
     22%CPP            cpp 
     23%FPP            cpp -P 
     24%MAKE           make 
    2525 
Note: See TracChangeset for help on using the changeset viewer.