Changes between Version 15 and Version 16 of GnuFortran


Ignore:
Timestamp:
06/27/07 03:04:30 (17 years ago)
Author:
skbhate
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GnuFortran

    v15 v16  
    5454
    5555
    56   * '''Building ROMS'''
     56  * '''Building ROMS 3.0'''
     57    * Get the latest version of ROMS 3.0 from svn. (Tested stable svn version 843)
     58    * Open a Cygwin shell and locate the ROMS root directory where you have just checked out the latest version.
     59    * Edit 'Compilers/CYGWIN-gfortran.mk' to update the following netcdf paths
     60
     61      NETCDF_LIBDIR=/usr/local/netcdf/gfortran/lib
     62
     63      NETCDF_INCDIR=/usr/local/netcdf/gfortran/include
     64
     65    Modify ROMS/Bin/build.sh and run build.sh.
    5766
    5867