ISCE_INSAR/.cmake
Ryan Burns 337dc9c158
Fix python extension linking (#168)
* Silence annoying FindFFTW warnings

* Fix linker errors at import-time

Python extensions are weakly linked, so linker errors can only be
caught at runtime. This commit fixes any such broken extensions,
and adds automated import testing to ctests to prevent future
regressions.

It also adds a helper function `isce2_add_staticlib` which creates a
position-independent static library suitable for usage in multiple
python extensions. This matches the SCons build scripts more closely
and allows for future extensions to be declared in a more terse and
hygienic fashion.

* Update utilLib scripts

* Update combinedLib scripts

* Update offoutliers lib scripts

* Add asa_im_decode cdll

* Update alos lib scripts

* Show ctest output upon failure

* Update DataAccessor scripts

* Remove TARGET_FILE_BASE_NAME

* Remove incomplete stdproc modules (require stanford code)

Co-authored-by: Ryan Burns <rtburns-jpl@users.noreply.github.com>
2020-09-14 10:57:10 -07:00
..
FindCython.cmake Add CMake build system 2019-12-21 17:34:50 -08:00
FindFFTW.cmake Fix python extension linking (#168) 2020-09-14 10:57:10 -07:00
TargetGDAL.cmake Add CMake build system 2019-12-21 17:34:50 -08:00
TargetMotif.cmake Add CMake build system 2019-12-21 17:34:50 -08:00
TargetX11.cmake fixing linking order and flags for mdx 2020-07-15 21:43:12 -07:00
UseCython.cmake Remove unused cython includedir logic 2020-05-02 12:38:32 -07:00
isce2_buildflags.cmake Add argument mismatch workaround for gfortran 10 2020-07-06 13:53:22 -07:00
isce2_helpers.cmake Fix python extension linking (#168) 2020-09-14 10:57:10 -07:00