Re: [Lensfun-users] LensFun partially ignores installation prefix.

2015-11-14 Thread Sebastian Kraft
> > We fixed an issue with the Python package yesterday in the branch > "debian-packaging". Please test this branch for your use case. > Additionally, please note that we have changed the setting of install paths and prefixes to the GNUInstallDirs pattern as it was requested by several packager

Re: [Lensfun-users] LensFun partially ignores installation prefix.

2015-11-14 Thread Roman Lebedev
On Sat, Nov 14, 2015 at 11:25 AM, Torsten Bronger wrote: > Hallöchen! > > Roman Lebedev writes: > >> (the error is on last line) >> >> For my debugging needs, i need to install some set of libraries into >> custom prefix: >> $ export PREFIX /opt/darktable >> >> Here is how i run cmake: >> $ cmake

Re: [Lensfun-users] LensFun partially ignores installation prefix.

2015-11-14 Thread Torsten Bronger
Hallöchen! Roman Lebedev writes: > (the error is on last line) > > For my debugging needs, i need to install some set of libraries into > custom prefix: > $ export PREFIX /opt/darktable > > Here is how i run cmake: > $ cmake -DCMAKE_INCLUDE_PATH:PATH=$PREFIX/include > -DCMAKE_LIBRARY_PATH:PATH=$P

[Lensfun-users] LensFun partially ignores installation prefix.

2015-11-13 Thread Roman Lebedev
Hi. (the error is on last line) For my debugging needs, i need to install some set of libraries into custom prefix: $ export PREFIX /opt/darktable Here is how i run cmake: $ cmake -DCMAKE_INCLUDE_PATH:PATH=$PREFIX/include -DCMAKE_LIBRARY_PATH:PATH=$PREFIX/lib -DCMAKE_PREFIX_PATH:PATH=$PREFIX -DC