From 709c4d66e0b107ca606941b988bad717c0b45d9b Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Tue, 17 Mar 2009 14:32:59 -0400 Subject: rename packages/ to recipes/ per earlier agreement See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko Acked-by: Mike Westerhof Acked-by: Philip Balister Acked-by: Khem Raj Acked-by: Marcin Juszkiewicz Acked-by: Koen Kooi Acked-by: Frans Meulenbroeks --- packages/gnuplot/gnuplot-4.0.0/matrix.patch | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 packages/gnuplot/gnuplot-4.0.0/matrix.patch (limited to 'packages/gnuplot/gnuplot-4.0.0/matrix.patch') diff --git a/packages/gnuplot/gnuplot-4.0.0/matrix.patch b/packages/gnuplot/gnuplot-4.0.0/matrix.patch deleted file mode 100644 index 10f56d9f6a..0000000000 --- a/packages/gnuplot/gnuplot-4.0.0/matrix.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- gnuplot-4.0.0/src/matrix.c.old 2004-04-13 18:23:58.000000000 +0100 -+++ gnuplot-4.0.0/src/matrix.c 2005-03-01 12:38:07.068232748 +0000 -@@ -290,9 +290,12 @@ - *d = 1.0; - for (ar = a, lim = &(a[n]); ar < lim; ar++) { - large = 0.0; -- for (ac = *ar, limc = &(ac[n]); ac < limc;) -- if ((temp = fabs(*ac++)) > large) -+ for (ac = *ar, limc = &(ac[n]); ac < limc;){ -+ temp = *ac++; -+ temp = fabs(temp); -+ if (temp > large) - large = temp; -+ } - if (large == 0.0) - int_error(NO_CARET, "Singular matrix in LU-DECOMP"); - *dp++ = 1 / large; -- cgit v1.2.3