11 lines
537 B
JSON
11 lines
537 B
JSON
{
|
|
"name" : "eccodes",
|
|
"default version" : "2.27.0",
|
|
"dependencies" : "zlib,szip,curl,aec,xml2,netcdf-c,netcdf-f,hdf5",
|
|
"download" : "wget https://confluence.ecmwf.int/download/attachments/45757960/eccodes-$VERSION-Source.tar.gz ; tar zxf eccodes-$VERSION-Source.tar.gz ; mv eccodes-$VERSION-Source eccodes-$VERSION",
|
|
"configure" : "mkdir build; cd build; cmake .. -DCMAKE_INSTALL_PREFIX=$PREFIX",
|
|
"build" : "cd build; make -j $BUILDTHREADS",
|
|
"install" : "cd build; make install",
|
|
"object files" : "515"
|
|
}
|