jllodra / ncdump-json

Modified ncdump to output data in json format
85 stars 28 forks source link

try to build ncdump-json on NCAR yellowstone #10

Open cfluzheng opened 8 years ago

cfluzheng commented 8 years ago

Hi, jllodra,

I am quite sure netcdf (v4.3.0) has been installed on NCAR yellowstone supercomputer. However, when I typed cmake . I got the error message like: -- checking for module 'netcdf' -- package 'netcdf' not found

I tried to change netcdf version (4.1.1) to (4.3.0), but still failed.

The staff at NCAR supercomputer center replied me saying that: "unfortunately it (ncdump-json) has some dependencies that are not easy to work around on yellowstone".

Any suggestions? What file should I modify ?

cfluzheng

jllodra commented 8 years ago

Hi cfluzheng,

maybe you have only the binaries for netcdf installed. You need to install the libnetcdf-dev package (i.e. the development libraries (source code) for netcdf).

Best