NNPDF / pineappl

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

Lower glibc requirement for pre-compiled `libpineappl_capi.so` #321

Open scarlehoff opened 1 week ago

scarlehoff commented 1 week ago

In here https://github.com/NNPDF/pineappl/pull/297 due to a problem with github workflows, the glibc support was moved all the way up to 2.29.

This is a problem in some clusters that are using very old installations (e.g., galileo in Milan uses Debian Buster, current oldstable).

Since it doesn't seem to be a restriction of pineappl but just of the CI, it would be nice to revert that change.

cschwan commented 1 week ago

This should concern only the pre-compiled binaries that you can download manually or with install-capi.sh, right?

scarlehoff commented 1 week ago

Yes.