Changes between Initial Version and Version 1 of Ticket #3154


Ignore:
Timestamp:
Sep 26, 2009, 7:53:02 AM (15 years ago)
Author:
warmerdam
Comment:

Chaitanya, could you look into this as time permits?

If older versions of the netcdf3 package does not have pkg-config, we may still need to support mechanisms for the user to override.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3154

    • Property Cc warmerdam added
    • Property Keywords netcdf added
    • Property Owner changed from warmerdam to chaitanya
  • Ticket #3154 – Description

    initial v1  
    11When testing nc_open it does not consider that netcdf4 can be built with --enable-netcdf-4. In this case netcdf requires linking HDF5 and libz. Netcdf now offers a pkg-config snippet to manage properly linking. On sid it returns currently:
    2 
     2{{{
    33-L/usr -lnetcdf -lhdf5_hl -lhdf5 -lz 
    4 
     4}}}
    55There are different ways to support both netcdf3/traditional builds or the new one. It's up to you decide if splitting --with-netcdf3/4 is appropriate or having a try with pkg-config would be a better option.