ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/py2-matplotlib.spec
(Generate patch)

Comparing COMP/CMSDIST/py2-matplotlib.spec (file contents):
Revision 1.23 by lat, Mon Mar 12 11:35:09 2012 UTC vs.
Revision 1.24 by eulisse, Tue Jul 3 15:13:58 2012 UTC

# Line 31 | Line 31 | python setup.py build
31   %install
32   python -c 'import numpy'
33   PATH=$PWD/no-pkg-config:$PATH \
34 + # Notice that the install procedure will try to write in $HOME/.matplotlib by
35 + # default!!! This should work around the problem and have it write config
36 + # in a scratch area.
37 + export MPLCONFIGDIR=$PWD/no-pkg-config
38 +
39   python setup.py install --prefix=%i
40   find %i -name '*.egg-info' -exec rm {} \;
41  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines