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

pineappl_capi needs a buildsystem #22

Closed cschwan closed 4 years ago

cschwan commented 4 years ago

PineAPPL needs a build system that installs the header, the shared library, and the pkgconfig file telling other build systems where to find the files.

cschwan commented 4 years ago

cargo-c might be useful for this case.

cschwan commented 4 years ago

cargo-c does indeed everything we need. See the pineappl_capi's README for instructions how to use it.