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

Add brew formula for PineAPPL #274

Closed cschwan closed 5 days ago

cschwan commented 2 months ago

Many of us work on macOS where brew is often a preferred installation method.

cschwan commented 1 week ago

I'm thinking of closing this in favour of https://github.com/NNPDF/pineappl/pull/266, because I don't think it possible to ship the CLI with the APPLgrid/fastNLO converter with brew. The 'proof' would be https://github.com/NNPDF/pineappl/blob/93db08977b222135905d37777df639b58f55f7dc/.github/workflows/release.yml#L60-L83

A user would have to repeat these steps, but they are quite complicated and cannot (?) be incorporated into brew.

cschwan commented 5 days ago

Since we've merged #266 the preferred method of getting a pre-compiled binary on macOS is pip install pineappl-cli (or pip install pineappl[cli]).