~ubuntu-branches/ubuntu/saucy/python-scipy/saucy

« back to all changes in this revision

Viewing changes to debian/patches/scipy_include_fix.diff

  • Committer: Bazaar Package Importer
  • Author(s): Ondrej Certik
  • Date: 2008-06-16 22:58:01 UTC
  • mfrom: (2.1.24 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080616225801-irdhrpcwiocfbcmt
Tags: 0.6.0-12
* The description updated to match the current SciPy (Closes: #489149).
* Standards-Version bumped to 3.8.0 (no action needed)
* Build-Depends: netcdf-dev changed to libnetcdf-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--- python-scipy-0.6.0.orig/scipy/linsolve/umfpack/setup.py
 
2
+++ python-scipy-0.6.0/scipy/linsolve/umfpack/setup.py
 
3
@@ -24,6 +24,7 @@
 
4
     config.add_extension( '__umfpack',
 
5
                           sources = [umfpack_i],
 
6
                           depends = ['umfpack.i'],
 
7
+                          include_dirs = ['/usr/include'],
 
8
                           **build_info)
 
9
 
 
10
     return config
 
11
only in patch2:
 
12
unchanged: