Open agstephens opened 9 years ago
EPEL gdl linked to wrong netcdf version - will have to build CEDA release
Trying to rebuild Fedora gdl RPM against latest netcdf. Also has python bindings, so producing a python 2.7 version. Calls in RPM dependency plplot which in turn depends on python 2.6 version of numpy so a bespoke build of that will be needed too.
Fedora has 1000+ line spec file for plplot including build-time dependencies on various GNOME packages.
Will look at vanilla build of gdl (not using Fedora RPMs) instead.
Still requires plplot. Need vanilla build of plplot? gdl build steps up to the point where it complained about plplot dependency. Although not using Fedora RPM (gdl-0.9.5-4.el6.src.rpm), trying to use build recipe inside that for ideas.
cd gdl-0.9.6/
export CFLAGS=-fPIC
export CXXFLAGS="-fPIC -I/usr/lib/python2.7/site-packages/numpy/core/include/"
mkdir build build-python
pushd build
cmake -DGRIB=ON ..
Latest plplot needs later cmake (3.0.2) to build. Installed cmake from RedHat is 2.8.12.
@agstephens Has anybody requested gdl?
Off-ticket message from @agstephens: "We have nobody shouting about it." Putting on hold. Details of difficulties as above.
yum install gdl - should do the trick.