TomographicImaging / CIL

A versatile python framework for tomographic imaging
https://tomographicimaging.github.io/CIL/
Apache License 2.0
97 stars 41 forks source link

load cilacc library fails in SIRF SuperBuild #775

Closed paskino closed 3 years ago

paskino commented 3 years ago

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?

paskino commented 3 years ago

closed by #777