NNPDF / pineappl

PineAPPL is not an extension of APPLgrid
https://nnpdf.github.io/pineappl/
GNU General Public License v3.0
12 stars 3 forks source link

The crate `pineappl_applgrid` has an undocumented dependency on LHAPDF #221

Closed cschwan closed 11 months ago

cschwan commented 1 year ago

In pineappl_applgrid/src/applgrid.cpp we include LHAPDF's main header file, but in the corresponding build.rs we don't add LHAPDF's include path nor do we link against the shared library. Ideally we get rid of the dependency entirely and pass down a callable from Rust instead.

cschwan commented 11 months ago

Fixed in commit f4735a755bc1c970ced4968c5720a01bf95898c2.