Menu

#165 IDG library not found?

2.9
closed
nobody
None
2020-07-16
2020-05-20
No

I'm trying to enable IDG (.07) for wsclean, but I cant trigger the cmake to correctly pick it up (Image domain gridder libraries NOT found). The cmake file contains:

find_package(IDGAPI NO_MODULE QUIET)

I've prepared packages for IDG, and as far as I know everything seems to be there. IDG cmake files are in stalled in /usr/lib/cmake, include files in /usr/include. libs in /usr/lib. any suggestions?

Discussion

  • Gijs Molenaar

    Gijs Molenaar - 2020-05-20

    setting IDGAPI_DIR to /usr or /usr/lib has no effect.

     
  • André Offringa

    André Offringa - 2020-05-20

    Not sure. When I do a make install in a prefix in IDG, and include that dir by setting CMAKE_PREFIX_PATH, everything works. That's on Debian, so not too far off from Ubuntu and Kern. I don't know how the find IDG cmake file works; you best post a bug for IDG (here: https://gitlab.com/astron-idg/idg ) if you're sure your environment is correct.

     
  • Gijs Molenaar

    Gijs Molenaar - 2020-05-20
     
  • André Offringa

    André Offringa - 2020-07-16
    • status: open --> closed