[MacPorts] #26674: missing netcdf.inc file
#26674: missing netcdf.inc file --------------------------------------+------------------------------------- Reporter: pvalanju@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.1 Keywords: netcdf | Port: netcdf --------------------------------------+------------------------------------- I have installed netcdf @4.1.1_0 (active) using port but the file netcdf.inc is missing in the $NETCDF_DIREC/include folder. No errors were seen during installation. Q1: How do I get netcdf.inc? Q2: Is this a bug or is this normal for netcdf4.1.1? If this is normal, how should I change my compile scripts to use netcdf? My system: MAC OSX 10.5.8, Quad-core Intel Xeon -- Ticket URL: <https://trac.macports.org/ticket/26674> MacPorts <http://www.macports.org/> Ports system for Mac OS
#26674: missing netcdf.inc file --------------------------------------+------------------------------------- Reporter: pvalanju@… | Owner: takeshi@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.1 Keywords: | Port: netcdf --------------------------------------+------------------------------------- Changes (by macsforever2000@…): * owner: macports-tickets@… => takeshi@… * keywords: netcdf => Old description:
I have installed netcdf @4.1.1_0 (active) using port but the file netcdf.inc is missing in the $NETCDF_DIREC/include folder. No errors were seen during installation. Q1: How do I get netcdf.inc? Q2: Is this a bug or is this normal for netcdf4.1.1? If this is normal, how should I change my compile scripts to use netcdf? My system: MAC OSX 10.5.8, Quad-core Intel Xeon
New description: I have installed netcdf @4.1.1_0 (active) using port but the file netcdf.inc is missing in the $NETCDF_DIREC/include folder. No errors were seen during installation.[[BR]] Q1: How do I get netcdf.inc?[[BR]] Q2: Is this a bug or is this normal for netcdf4.1.1? If this is normal, how should I change my compile scripts to use netcdf?[[BR]] My system: MAC OSX 10.5.8, Quad-core Intel Xeon -- -- Ticket URL: <https://trac.macports.org/ticket/26674#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#26674: missing netcdf.inc file ---------------------------------------+------------------------------------ Reporter: pvalanju@… | Owner: takeshi@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.9.1 Resolution: invalid | Keywords: Port: netcdf | ---------------------------------------+------------------------------------ Changes (by takeshi@…): * status: new => closed * resolution: => invalid Comment: Fortran interface is an option. It used to be a default to install Fortran interface but it requires gcc44, which takes long time to build. If you prefer g95 to gfortran, g95 should build much faster since it does not build java etc. You could specify gcc43, gcc44 or g95 as a variant. You need to deactivate or uninstall the current netcdf installation. BTW, netcdf 4.1.1_0 is old. I recommend to update the port tree before you proceed. {{{ $ sudo port -d sync $ sudo port -d deactivate netcdf $ sudo port -d install netcdf +g95 }}} -- Ticket URL: <https://trac.macports.org/ticket/26674#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts