Registered Member
|
Hi,
I'm currently trying to install Eigen 3.1.3 into a non-standard location ("/g/software/linux/pack/eigen-3.1.3") which I defined via the CMake switch
However CMake still uses /usr/lib/pkgconfig as pkgconfig directory:
`Make` fails because /usr/lib/pkgconfig is not writeable for the software installer. Creating /g/software/linux/pack/eigen-3.1.3/lib/pkgconfig before running Cmake doesn't help either, as Cmake still selects /usr/lib/pkgconfig. How can I define a non-standard directory for pkgconfig files for Eigen? frank |
Administrator
|
You need to set the environment variable "PKG_CONFIG_PATH" to the prefix where you have installed Eigen in this instance.
KDE Sysadmin
[img]content/bcooksley_sig.png[/img] |
Registered users: Bing [Bot], Google [Bot], Sogou [Bot]