lhapdf-config (1) Linux Manual Page
lhapdf-config – script to get version number and compiler flags of the installed LHAPDF library
Synopsis
lhapdf-config [[–help|-h] | [–prefix] | [–pdfsets-path]]Description
lhapdf-config is a tool that is used to configure to determine the compiler and linker flags that should be used to compile and link programs that use LHAPDF.Options
- –help | -h
- : show this help message
- –prefix
- : show the installation prefix (cf. autoconf)
- –incdir
- : show the path to the LHAPDF header directory (for C++ interface)
- –libdir
- : show the path to the LHAPDF library directory
- –datadir
- : show the path to the LHAPDF installed data directory
- –pdfsets-path : show the path to the directory containing the PDF set data files
- –cppflags
- –cppflags
- : get compiler flags for use with the C preprocessor stage of C++ compilation
- –ldflags
- : get compiler flags for use with the linker stage of any compilation
- –version
- : returns LHAPDF release version number
