-
Notifications
You must be signed in to change notification settings - Fork 3
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
Expose fastNLO converter to Python/Rust/... #128
Comments
I'll take care of the first part, and you can write bindings afterwards! |
I tried doing this and unfortunately didn't succeed, probably due to a linking-order problem with LHAPDF: it seems to matter whether I link LHAPDF first and fastNLO second, because the latter depends on the former and the CLI depends on both. I think that this problem can't be solved with cargo, so this Issue probably has to be postponed for a while. |
Sad, but fine. In any case, it is not a major issue at the moment: it was mainly needed to start writing "pinecards" for conversion, in order to have consistent metadata, include versions and so on. In the meantime, if we'll generate our own grids, we might stop doing systematic conversion. Let's worry afterwards. |
For writing the APPL conversion pinecards we need to run the "CLI" (meaning the In any case NNPDF/pinefarm#3 is not liked to CommonData ... |
I'd still assign low priority to this task: we already converted all the grids we needed, it's non-blocking for anything. |
fastnlo
module from the CLI to the main crateThe text was updated successfully, but these errors were encountered: