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

Package PineAPPL for Nix #280

Open alecandido opened 2 months ago

alecandido commented 2 months ago

Introduce a Nix package for the PineAPPL CLI.

This should be able to provide a working shell, with PineAPPL and LHAPDF, just by installing Nix and running:

nix shell github:nnpdf/pineappl nixpkgs#lhapdf

(It already works, but you should use github:nnpdf/pineappl/nix-pkg to target this branch, and, of course, it will compile PineAPPL on the user machine - to avoid that we should provide a cache)

alecandido commented 2 months ago

This is pretty much ready, and it could be already tested. But I'd wait to merge first #245.

I will further refactor in #281, to make room for the Python package as well.