[Python-modules-commits] r3115 - in /packages/scipy/trunk: Lib/ debian/control debian/patches/00list debian/patches/umfpack.dpatch
certik-guest at users.alioth.debian.org
certik-guest at users.alioth.debian.org
Tue Aug 28 11:05:10 UTC 2007
Author: certik-guest
Date: Tue Aug 28 11:05:10 2007
New Revision: 3115
URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=3115
Log:
converting the patch to dpatch
Removed:
packages/scipy/trunk/Lib/
Modified:
packages/scipy/trunk/debian/control
packages/scipy/trunk/debian/patches/00list
packages/scipy/trunk/debian/patches/umfpack.dpatch
Modified: packages/scipy/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/scipy/trunk/debian/control?rev=3115&op=diff
==============================================================================
--- packages/scipy/trunk/debian/control (original)
+++ packages/scipy/trunk/debian/control Tue Aug 28 11:05:10 2007
@@ -1,8 +1,8 @@
Source: python-scipy
Section: python
Priority: extra
-Maintainer: José Fonseca <j_r_fonseca at yahoo.co.uk>
-Uploaders: Alexandre Fayolle <afayolle at debian.org>, Marco Presi (Zufus) <zufus at debian.org>
+Maintainer: Ondrej Certik <ondrej at certik.cz>
+Uploaders: Alexandre Fayolle <afayolle at debian.org>, Marco Presi (Zufus) <zufus at debian.org>, Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Build-Depends: debhelper (>= 5.0.37.2), python-all-dev, sharutils, python-central (>= 0.5), python-numpy (>= 1:1.0.2), g77, refblas3-dev | atlas3-base-dev, lapack3-dev | atlas3-base-dev, fftw-dev, swig, libufsparse-dev, netcdfg-dev, dpatch, libx11-dev, dpkg-dev (>= 1.13.19)
XS-Python-Version: all
Standards-Version: 3.7.2
Modified: packages/scipy/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/python-modules/packages/scipy/trunk/debian/patches/00list?rev=3115&op=diff
==============================================================================
--- packages/scipy/trunk/debian/patches/00list (original)
+++ packages/scipy/trunk/debian/patches/00list Tue Aug 28 11:05:10 2007
@@ -1,8 +1,1 @@
-#signals.dpatch
-#viewer.dpatch
-#sandbox.dpatch
-#umfpack.dpatch
-#montecarlo.dpatch
-#montecarlo_tests.dpatch
-#io.dpatch
-#scipytest.dpatch
+umfpack.dpatch
Modified: packages/scipy/trunk/debian/patches/umfpack.dpatch
URL: http://svn.debian.org/wsvn/python-modules/packages/scipy/trunk/debian/patches/umfpack.dpatch?rev=3115&op=diff
==============================================================================
--- packages/scipy/trunk/debian/patches/umfpack.dpatch (original)
+++ packages/scipy/trunk/debian/patches/umfpack.dpatch Tue Aug 28 11:05:10 2007
@@ -15,10 +15,9 @@
esac
exit 0
-
---- Lib/linsolve/umfpack/umfpack.i.orig 2007-01-03 18:39:36.000000000 +0100
-+++ Lib/linsolve/umfpack/umfpack.i 2007-01-03 18:41:08.000000000 +0100
-@@ -7,13 +7,13 @@
+--- python-scipy-0.5.2.1.orig/Lib/linsolve/umfpack/umfpack.i
++++ python-scipy-0.5.2.1/Lib/linsolve/umfpack/umfpack.i
+@@ -10,13 +10,13 @@
*/
%{
@@ -34,7 +33,7 @@
%init %{
import_array();
-@@ -185,18 +185,18 @@
+@@ -189,18 +189,18 @@
double Info [ANY]
};
@@ -65,7 +64,7 @@
/*
The order is important below!
-@@ -208,8 +208,8 @@
+@@ -212,8 +212,8 @@
void **Numeric
}
@@ -76,7 +75,7 @@
OPAQUE_ARGINOUT( void * )
-@@ -218,8 +218,8 @@
+@@ -222,8 +222,8 @@
void **Numeric
}
@@ -87,7 +86,7 @@
-@@ -241,7 +241,7 @@
+@@ -245,7 +245,7 @@
long *n_col,
long *nz_udiag
};
@@ -96,9 +95,11 @@
ARRAY_IN( double, double, DOUBLE )
-@@ -265,4 +265,4 @@
+@@ -269,6 +269,6 @@
int Q [ ]
};
%apply int *OUTPUT { int *do_recip};
-%include <umfpack_get_numeric.h>
+%include <suitesparse/umfpack_get_numeric.h>
+
+ #endif
More information about the Python-modules-commits
mailing list