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

Comparing COMP/CMSDIST/py2-numpy.spec (file contents):
Revision 1.15 by eulisse, Thu Feb 17 14:07:51 2011 UTC vs.
Revision 1.17 by lat, Mon May 23 15:59:45 2011 UTC

# Line 25 | Line 25 | esac
25   LAPACK=$LAPACK_ROOT/lib/liblapack.$SONAME
26   BLAS=$LAPACK_ROOT/lib/libblas.$SONAME
27  
28 + LAPACK=$LAPACK BLAS=$BLAS python setup.py build --fcompiler "`which gfortran`"
29   LAPACK=$LAPACK BLAS=$BLAS python setup.py install --prefix=%i
29 egrep -r -l '^#!.*python' %i | xargs perl -p -i -e 's{^#!.*python.*}{#!/usr/bin/env python}'
30   find %i -name '*.egg-info' -exec rm {} \;
31

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines