Changeset 1553


Ignore:
Timestamp:
Jul 12, 2011, 10:52:33 AM (13 years ago)
Author:
Ehouarn Millour
Message:

Adapt 'path' file so that it uses environement variables to know where
to find netcdf library and includes, or uses default values if these
environment variables are not set.

EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/arch/arch-PW6_VARGAS.path

    r1552 r1553  
    1 NETCDF_LIBDIR="-L/usr/local/pub/NetCDF/3.6.3/lib -lnetcdf"
    2 NETCDF_INCDIR="-I/usr/local/pub/NetCDF/3.6.3/include"
     1NETCDF_LIBDIR="${NETCDF_LDFLAGS:--L/usr/local/pub/NetCDF/3.6.2/lib -lnetcdf}"
     2NETCDF_INCDIR="${NETCDF_FFLAGS:--I/usr/local/pub/NetCDF/3.6.2/include}"
    33IOIPSL_INCDIR=$LMDGCM/../../lib
    44IOIPSL_LIBDIR=$LMDGCM/../../lib
Note: See TracChangeset for help on using the changeset viewer.