Changeset 1551 for LMDZ5/trunk/makelmdz


Ignore:
Timestamp:
Jul 5, 2011, 1:32:05 PM (13 years ago)
Author:
lguez
Message:

In the files "arch/*.path", the variable "NETCDF_LIBDIR" now contains
one or several "-L directory-name" options, and the name(s) of the
libraries:
-lnetcdff -lnetcdf -lhdf5_hl -lhdf5 ...
that may or may not be required.
The variable "NETCDF_INCDIR" now contains one or several "-I directory-name"
options.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/makelmdz

    r1492 r1551  
    365365fi
    366366
    367 INCLUDE="$INCLUDE -I${NETCDF_INCDIR}"
    368 LIB="$LIB -L${NETCDF_LIBDIR} -lnetcdf"
     367INCLUDE="$INCLUDE ${NETCDF_INCDIR}"
     368LIB="$LIB ${NETCDF_LIBDIR}"
    369369
    370370########################################################################
Note: See TracChangeset for help on using the changeset viewer.