dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #06646
Re: pkg-config files
On Mon, Mar 17, 2008 Garth N. Wells wrote:
> Where can I find the pkg-config files that are generated during the
> build process, e.g. numpy.pc?
They are located under the scons/pkgconfig subfolder. When installing
DOLFIN, they will be copied to $prefix/lib/pkgconfig (unless pkgConfDir is
given).
> I need these to use
>
> pkg-config dolfin
The dolfin.pc file is located under the dolfin subfolder. To use
pkg-config dolfin
you should first do
scons install prefix=<somewhere>
and then update the PKG_CONFIG_PATH variable (e.g. by running 'source
dolfin.conf').
Johannes
Follow ups
References