Test characteristics of dependencies (esp. LAPACK) when compiling shared libs

Issue #106 new
Paul Wilson created an issue

On some systems, the LAPACK library is only available as a static library and may not be built with options (e.g. fPIC) that allow linking to a shared library. It would be helpful to test this, if possible, during configuration (CMake or autotools) rather than failing at build time.

Comments (2)

  1. Vijay M

    This is a tricky requirement. I may not have a clean solution that works everywhere. Do you have suggestions to address the problem ?

  2. Paul Wilson reporter

    I don’t have any suggestions - just observed this on some systems. I actually can no longer remember where I saw this….

  3. Log in to comment