Package: python-scipy / 0.18.1-2

Metadata

Package Version Patches format
python-scipy 0.18.1-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
use_local_objects.inv.patch | (download)

doc/source/conf.py | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 use a local copy of object.inv from doc.python.org and scipy.org,
 instead of downloading them each time from the internet.

Caveat: We use the objects.inv of the stable version, not the development version
use_local_mathjax.patch | (download)

doc/source/conf.py | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 use_local_mathjax

Setting mathjax_path variable to use the local mathjax javascript library
Patch-Name: use_local_mathjax.patch

restore_sys_argv.patch | (download)

scipy/weave/build_tools.py | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

 restore sys.argv in case of exception

Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=500814

Patch-Name: restore_sys_argv.patch

blitz++.patch | (download)

scipy/weave/blitz/blitz/blitz.h | 2 2 + 0 - 0 !
scipy/weave/blitz/blitz/prettyprint.h | 2 2 + 0 - 0 !
2 files changed, 4 insertions(+)

 fixes scipy.weave.inline compalition with g++ 4.3 and upwards

qhull lfs.patch | (download)

scipy/spatial/setup.py | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

 enable large file support

 probably not needed as the file open api of qhull is not available in python
cap ld precision.patch | (download)

scipy/linalg/tests/test_basic.py | 14 12 + 2 - 0 !
scipy/signal/tests/test_signaltools.py | 10 9 + 1 - 0 !
2 files changed, 21 insertions(+), 3 deletions(-)

 cap the decimal precision

 np.finfo returns 75 or nonconvergence RuntimeError on ppc
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=702169

Patch-Name: cap-ld-precision.patch