LISF Configuration and installation #1598
-
I have installed all required dependencies and cloned the LISF from the GitHub. I have stored it in LISF folder. Now, this is what I do ls command in the LISF folder: What is my next step for installation or has it been installed successfully? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 6 replies
-
Thanks for your interest in LIS. You have copied the software, but you next need to install the dependencies/packages |
Beta Was this translation helpful? Give feedback.
-
Hello. Your error message says that the linker cannot find the NetCDF library. Please check where you installed both the NetCDF-C and NetCDF-Fortran libraries. The build scripts expect both libraries to be in the same location. |
Beta Was this translation helpful? Give feedback.
-
Hello, First, it seems that you are using OpenJPEG and ecCodes from their CMAKE build directories. The LDT build scripts should be able to find the ecCodes libraries, but they will not find the OpenJPEG libraries. Please go into your /home/rab347/LISF/openjpeg-2.5.2/build directory and run Now, I sincerely apologize. You are trying to compile a configuration that I have not tested in a while. And I see that there are several other compiling issues that must be fixed. The easiest way forward for you is:
Note: At the
|
Beta Was this translation helpful? Give feedback.
-
Hello. Please try editing your ldt/make/configure.ldt file. Go to the line that defines LDFLAGS and add |
Beta Was this translation helpful? Give feedback.
Hello. Please try editing your ldt/make/configure.ldt file. Go to the line that defines LDFLAGS and add
-lrt
right before-lz
. Then rerun the./compile
script. Do not rerun the./configure
script.