Changes between Initial Version and Version 2 of Ticket #32319


Ignore:
Timestamp:
Nov 29, 2011, 6:36:26 PM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32319

    • Property Cc takeshi@… removed
    • Property Owner changed from macports-tickets@… to takeshi@…
  • Ticket #32319 – Description

    initial v2  
    11I have installed the following ports
    22
     3{{{
    34sudo port -d install netcdf
    4 
    55sudo port -d install nco
     6}}}
    67
    78When I run
     9{{{
    810ncea input1.nc input2.nc output.nc
    9 
    1011ncea: ERROR Requested netCDF4-format output file but NCO was not built with netCDF4 support
    11 
    1212ncea: HINT: Obtain or build a netCDF4-enabled version of NCO.  Try, e.g., ./configure --enable-netcdf4 ...;make;make install
     13}}}
    1314
    1415However, when I examine the port file,
    15 https://trac.macports.org/browser/trunk/dports/science/nco/Portfile
     16browser:trunk/dports/science/nco/Portfile
    1617
    1718I see that the netcdf4 flag is enabled in the port file, so I'm confused.