Changes between Version 18 and Version 19 of GnuFortran


Ignore:
Timestamp:
06/27/07 13:09:26 (17 years ago)
Author:
skbhate
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GnuFortran

    v18 v19  
    5757    * Get the latest version of ROMS 3.0 from svn. (Tested stable svn version 843)
    5858    * 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. This is the netcdf install path you've specified during the netcdf build in previous section.
     59    * Type the following commands to setup the environment variables using the netcdf install path you've specified during the netcdf build in previous section. You can do this over the command line or you can include them in ROMS/Bin/build.sh (in case you open a new shell you do not have to reset these environmental variables)
    6060
    61       NETCDF_LIBDIR=/usr/local/netcdf/gfortran/lib
     61    ''$ export NETCDF_LIBDIR=/usr/local/netcdf/gfortran/lib''
    6262
    63       NETCDF_INCDIR=/usr/local/netcdf/gfortran/include
     63    ''$ export NETCDF_INCDIR=/usr/local/netcdf/gfortran/include''
    6464
    65     Modify ROMS/Bin/build.sh and run build.sh.
     65    Modify ROMS/Bin/build.sh according to your requirements and run build.sh.
    6666
    6767