Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build and distribute CLI for Linux and macOS #268

Open
3 of 5 tasks
cschwan opened this issue Mar 30, 2024 · 1 comment
Open
3 of 5 tasks

Build and distribute CLI for Linux and macOS #268

cschwan opened this issue Mar 30, 2024 · 1 comment
Assignees

Comments

@cschwan
Copy link
Contributor

cschwan commented Mar 30, 2024

We currently build the CLI when making a release, but there are a few items to be done:

  • write a install-cli.sh similar to our install-cli.sh installation script; implemented in commit 29fd440
  • document install-cli.sh
  • build and ship also manpages
  • macOS has --features=applgrid,fastnlo currently not enabled, and therefore importing APPLgrids and fastNLO tables will not work on macOS fixed in Fix building the CLI on macOS #269
  • on Linux (and for macOS) APPLgrids cannot be imported in the .root format, for which we'd need to install ROOT in the container. Furthermore, we'd need to link everything statically, which I'm not sure is possible
@cschwan cschwan self-assigned this Mar 30, 2024
@cschwan
Copy link
Contributor Author

cschwan commented May 23, 2024

We now have a first candidate of the CLI built for v0.7.4, however the static linking doesn't work properly on Linux. To fix this, we should try to link to LHAPDF only in managed-lhapdf and not in pineappl_applgrid. We're also linking to LHAPDF in pineappl_fastnlo, but there it's probably unavoidable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant