Changes between Version 14 and Version 15 of NetCDF


Ignore:
Timestamp:
Mar 13, 2019, 6:21:40 AM (5 years ago)
Author:
madi
Comment:

added build instructions from https://lists.osgeo.org/pipermail/gdal-dev/attachments/20190312/efc35434/attachment.html because link is broken

Legend:

Unmodified
Added
Removed
Modified
  • NetCDF

    v14 v15  
    1010See [http://www.unidata.ucar.edu/software/netcdf/docs/netcdf-install/Quick-Instructions.html#Quick-Instructions NetCDF Quick Instructions] for instructions on how to build NetCDF.
    1111
     12 ./configure CC=gcc FC=gfortran F90=gfortran F77=gfortran CPPFLAGS=-DpgiFortran --with-pic
     13
     14 # --with-pic is mandatory in 64 bit systems (GDAL compatibility)
     15
     16 make
     17 make check
     18 make install
    1219
    1320== Conflicts with HDF4 ==