# | 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 | – |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |