Menu

#382 Check for a suitable version of libspectrum

v1.3.8
closed-fixed
nobody
None
5
2017-08-01
2017-07-16
No

Fuse 1,3,7 needs at least libspectrum 1.3.5 - it should check that it has a suitable version.

1 Attachments

Related

Feature Requests: #78

Discussion

  • Fredrick Meunier

    • Group: future --> NextRelease
     
  • Sergio Baldoví

    Sergio Baldoví - 2017-07-16

    Also suggested in [feature-requests:#78].

    Checking for the last symbol is a valid solution but I wonder if checking for a version number would be easier to maintain. Perhaps using PKG_CHECK_MODULES as we do with other dependencies:

    PKG_CHECK_MODULES([LIBSPECTRUM],[libspectrum >= 1.3.5], ...)

    That would need that libspectrum deploy a .pc file.

     

    Related

    Feature Requests: #78

  • Sergio Baldoví

    Sergio Baldoví - 2017-07-18

    Yep, something like that :-)

    There isn't need to add a custom rule to build libspectrum.pc, though.

     
  • Fredrick Meunier

    Is this right for updated Win32 build instructions?

     
  • Sergio Baldoví

    Sergio Baldoví - 2017-07-20

    Thanks, committed in [b31c65]. The info was a bit outdated. PKG_CONFIG_PATH is prefered when doing a native compile as extends the search path with a local one. PKG_CONFIG_LIBDIR is prefered when cross-compiling as overrides the search path and ignores incompatible libraries.

     

    Related

    Commit: [b31c65]

  • Fredrick Meunier

    • status: open --> pending-fixed
     
  • Fredrick Meunier

    Thanks Sergio, looks good to me!

     
  • Fredrick Meunier

    • status: pending-fixed --> closed-fixed
     

Log in to post a comment.

Auth0 Logo