Changeset 5735 for LMDZ6


Ignore:
Timestamp:
Jul 1, 2025, 2:16:32 PM (5 weeks ago)
Author:
lguez
Message:

Do not put products in the source directory

Do not put compilation products in the source directory.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/compilation_2/makelmdz_fcm

    r5734 r5735  
    797797fi
    798798
    799 # build netcdf95 library necessary for the makelmdz script
    800 if [[ $build_status = 0 ]]
    801 then
    802   cp bin/${code}${SUFF_NAME} bin/${code}.e
    803   if [[ ! -d tools/netcdf95/include ]]
    804   then
    805       mkdir tools/netcdf95/include tools/netcdf95/lib
    806       cp config/inc/netcdf95.mod config/inc/nf95_*mod tools/netcdf95/include
    807       cp config/obj/netcdf95.o config/obj/nf95_*o config/obj/check_start_count_m.o tools/netcdf95/lib
    808       cd tools/netcdf95/lib; ar rv libnetcdf95.a *.o; ranlib libnetcdf95.a
    809       cd -
    810     fi
    811 fi
    812 
    813799exit $build_status
Note: See TracChangeset for help on using the changeset viewer.