arntanguy / gram_savitzky_golay

C++ Implementation of Savitzky-Golay filtering based on Gram polynomials
BSD 2-Clause "Simplified" License
100 stars 29 forks source link

Fix bugs in generated pkgconfig file #8

Closed hedgepigdaniel closed 3 years ago

hedgepigdaniel commented 3 years ago

Hello, these are some fixes that I made to use this project as a dependency using meson (i.e. through pkgconfig):

hedgepigdaniel commented 3 years ago

My motivation is to remove the patches from this: https://aur.archlinux.org/packages/gram-savitzky-golay-git/

arntanguy commented 3 years ago

The CI issue should hopefully be resolved. This was due to Microsoft removing Boost from the virtual environments for windows and ubuntu. Cf: https://github.com/actions/virtual-environments/issues/2667. We've updated our github actions accordingly.