isce-framework / isce2

InSAR Scientific Computing Environment version 2
Other
505 stars 249 forks source link

cmake install issue #828

Closed cyloveyou closed 1 month ago

cyloveyou commented 7 months ago

Hello all! I'm trying to install isce2 following the cmake method and come across an error at 41%. Does anyone knows what can be wrong? I have ubuntu 22.04 and anaconda. Thanks! image

rtburns-jpl commented 6 months ago

CMake is linking against /usr/local/lib/libfftw3f.a from your distro, which is a static lib and can't be linked into shared objects. You should make sure that cmake finds shared libraries (ending in .so) for fftw. If you're using conda, you should probably install fftw using conda rather than using the one from your distro.