- Timestamp:
- Jul 1, 2025, 2:16:32 PM (5 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/compilation_2/makelmdz_fcm
r5734 r5735 797 797 fi 798 798 799 # build netcdf95 library necessary for the makelmdz script800 if [[ $build_status = 0 ]]801 then802 cp bin/${code}${SUFF_NAME} bin/${code}.e803 if [[ ! -d tools/netcdf95/include ]]804 then805 mkdir tools/netcdf95/include tools/netcdf95/lib806 cp config/inc/netcdf95.mod config/inc/nf95_*mod tools/netcdf95/include807 cp config/obj/netcdf95.o config/obj/nf95_*o config/obj/check_start_count_m.o tools/netcdf95/lib808 cd tools/netcdf95/lib; ar rv libnetcdf95.a *.o; ranlib libnetcdf95.a809 cd -810 fi811 fi812 813 799 exit $build_status
Note: See TracChangeset
for help on using the changeset viewer.