FVM-CONFIG(1)
NAME
fvm-config - Script to get information about the installed version of
the FVM library.
SYNOPSIS
fvm-config [options] [scope]
DESCRIPTION
This script 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 libfvm.
OPTIONS
Options
- --prefix
- Installation path prefix
- --exec-prefix
- System-dependent path prefix
- --version
- Version
- --cppflags
- C preprocessor flags (e.g. -D<macro>, ...)
- --cflags
- C flags (e.g. -O, -g, ...)
- --ldflags
- Linker flags (e.g. -g, -L<path>, ...)
- --libs librairies used (e.g. -l<libname>)
- --cc C compiler used for build
- Scope
- use (default)
- Options required for user code
- build Options used for build
- bft BFT library related options
- mpi MPI library related options
- hdf5 HDF5 library related options
- cgns CGNS library related options
- med MED library related options