Replies: 4 comments 3 replies
-
Also tried this. |
Beta Was this translation helpful? Give feedback.
-
@kgerheiser could you please post the location of the spack instructions here? |
Beta Was this translation helpful? Give feedback.
-
Was able to get NCEPLIBS installed with a few extra commands. Turns out NOAA-EMC nceplibs cannot install UPP4.1 due to some configuration change that I don't know how to fix. Using UPP4.1 due to its support of WRF. I can post my solutions if anyone is interested for both NCAR & NOAA-EMC nceplibs. |
Beta Was this translation helpful? Give feedback.
-
UPP 4.1 is really old, and I think uses a Makefile build. Our build currently work using CMake. |
Beta Was this translation helpful? Give feedback.
-
So I am trying to my nceblibs from NOAA-EMC (https://github.com/NOAA-EMC/NCEPLIBS)
These are the libraries I have installed on ubuntu 22.04.
I am exporting them to the bash terminal via these commands:
I run cmake to build the make files using:
The output is from cmake is:
Now I need JASPER_INCLUDE_DIR, JASPER_LIBRARIES, JPEG_LIBRARIES to execute make.
When I execute make without them in the cmakecache.txt file this happens.
Now I have heard that you can use CMAKE_LIBRARY_PATH or CMAKE_PREFIX_PATH to get these libraries into cache file. But I am not sure how to do this. Why isn't the exports working for the calls?
I have tried to manually put them into cmake.cache.txt using this:
But I am not sure if I am doing the format correctly.
Any ideas would be helpful.
Beta Was this translation helpful? Give feedback.
All reactions