|
From: Matthieu D. <mat...@ir...> - 2012-03-05 16:11:44
|
Hello, I'm trying to install Matplotlib on a platform on which default libpng.so and libstdc++.so are installed in /usr/lib64, but does not actually correspond to the libraries I want to use, which have been locally installed in $HOME/local. Matplotlib detects the default libraries and compiles against them, how can I tell it to compile against my own libraries? (setting basedirlist in setup.cfg didn't solve the problem) Thanks, Matthieu Dorier |