43 releases

0.8.6 Oct 18, 2024
0.8.3 Aug 30, 2024
0.8.2 Jul 22, 2024
0.7.4-rc.1 Feb 24, 2024
0.1.0 Jun 11, 2020

#539 in Science

Download history 147/week @ 2024-08-24 80/week @ 2024-08-31 2/week @ 2024-09-07 57/week @ 2024-09-14 42/week @ 2024-09-21 93/week @ 2024-09-28 187/week @ 2024-10-05 118/week @ 2024-10-12 48/week @ 2024-10-19 2/week @ 2024-10-26

2,600 downloads per month

GPL-3.0-or-later

435KB
10K SLoC

Rust Documentation crates.io

C API to the PineAPPL library

To use pineappl via the C API, you first need cargo-c to generate the C header. First run cargo install cargo-c to install it, and then install the C API:

cargo cinstall --release --prefix=${prefix}

Make sure to replace ${prefix} with the directory you want it installed to. This crate installs a header file, a library, and a pkg-config file, so make sure to set the necessary environment variables.

On Linux, you need to set at least PKG_CONFIG_PATH to the directory where the pineappl_capi.pc file is. It usually is in ${prefix}/lib/pkgconfig. If you've set it to right value the following command

pkg-config pineappl_capi --libs

should print the library flags needed to link against the library. If there's no output, double-check your installation and environment variables. Finally, it's probably necessary to set LD_LIBRARY_PATH to the directory where the PineAPPL shared/static library was installed to.

Dependencies

~3.5MB
~72K SLoC