I noticed a strange error coming from building CIL within SIRF-SuperBuild.
This line uses openMPtest which is available from the C library. The library is loaded with ctypes by find_library.
Apparently in a SIRF SuperBuild find_library returns None and the library isn't loaded. Probably this is not a problem in conda packages where we install the library where python expects it?
I noticed a strange error coming from building CIL within SIRF-SuperBuild.
This line uses
openMPtest
which is available from the C library. The library is loaded withctypes
byfind_library
.Apparently in a SIRF SuperBuild
find_library
returnsNone
and the library isn't loaded. Probably this is not a problem in conda packages where we install the library where python expects it?