New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 80405


Ignore:
Timestamp:
07/12/11 04:37:31 (4 years ago)
Author:
takeshi@…
Message:

netcdf: added new netcdf-c++ interface to netcdf4 variant addressing #30120

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/science/netcdf/Portfile

    r80310 r80405  
    77epoch                       1 
    88version                     4.1.3 
     9revision                    2 
    910maintainers                 takeshi openmaintainer 
    1011platforms                   darwin 
     
    4748                            --disable-dap \ 
    4849                            --without-udunits \ 
    49                             --without-libcf 
     50                            --without-libcf \ 
     51                            --disable-cxx-4 
    5052 
    5153test.run                    yes 
     
    114116    depends_lib-append      port:hdf5-18 
    115117    configure.args-delete   --disable-netcdf-4 \ 
    116                             --without-libcf 
     118                            --without-libcf \ 
     119                            --disable-cxx-4 
    117120    configure.args-append   --enable-netcdf-4 \ 
    118121                            --with-hdf5=${prefix} \ 
    119122                            --with-libcf \ 
    120                             --with-szlib=${prefix} 
     123                            --with-szlib=${prefix} \ 
     124                            --enable-cxx-4 
    121125} 
    122126 
Note: See TracChangeset for help on using the changeset viewer.