Need help installing LIS using Anaconda #1742
|
Hi, Has anyone tried installing LIS using the Anaconda environment? I have installed all the required libraries in a new anaconda environment. Then set environmental variables as follows: But when I run this, I get the error: /work/09534/st37357/ls6/anaconda/envs/lis-env/bin/ld: /work/09534/st37357/ls6/anaconda/envs/lis-env/bin/../x86_64-conda-linux-gnu/sysroot/usr/lib/../lib/Scrt1.o: in function Please check the attached compile.log1 Then I tried adding -c to CFLAGS and FFLAGS to the configure file (please check configure.lis2). Here the previous error did not occur, but I got another error (Please check compile.log2): Does anyone know how to solve this? Thank you, |
Replies: 1 comment
|
Hi @SasTalukdar Do you need to run the VIC LSM? If you don't, then can you try to compile LIS without it? Create a LISF/lis/make/user.cfg file containing: Then in the LISF/lis/make directory, run: Then configure and compile as usual. |
Hi @SasTalukdar
Do you need to run the VIC LSM? If you don't, then can you try to compile LIS without it?
Create a LISF/lis/make/user.cfg file containing:
Then in the LISF/lis/make directory, run:
gmake realcleanThen configure and compile as usual.