Changes between Initial Version and Version 2 of Ticket #30120


Ignore:
Timestamp:
Jul 10, 2011, 10:11:35 PM (13 years ago)
Author:
mf2k (Frank Schima)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30120

    • Property Owner changed from macports-tickets@… to takeshi@…
    • Property Version changed from 1.9.2 to
    • Property Keywords c++ netcdf removed
  • Ticket #30120 – Description

    initial v2  
    11Starting from netCDF 4.1.1 netcdf has a new c++ interface. This can be build using:
    22
     3{{{
    34 ./configure --enable-cxx-4 [plus other options]
     5}}}
    46
    57Can you add this option to the netCDF portfile.
    68I think the following should be added:
    79
     10{{{
    811variant cxx-4 description {enable netCDF-4 c++ interface} {
    912    configure.args-delete   --disable-cxx-4
    1013    configure.args-append   --enable-cxx-4
    1114}
     15}}}
    1216
    1317Or maybe it makes more sense to add it to the netcdf4 variant.