View | Details | Raw Unified | Return to bug 74878
Collapse All | Expand All

(-)py-scipy/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
#
7
#
8
8
9
PORTNAME=	scipy
9
PORTNAME=	scipy
10
PORTVERSION=	0.3
10
PORTVERSION=	0.3.2
11
CATEGORIES=	science python
11
CATEGORIES=	science python
12
MASTER_SITES=	http://www.scipy.org/download/scipy/src/
12
MASTER_SITES=	http://www.scipy.org/download/scipy/src/
13
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
13
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
(-)py-scipy/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (SciPy_complete-0.3.tar.gz) = ae6578810bce6d3841919b691e607812
1
MD5 (SciPy_complete-0.3.2.tar.gz) = 5ae2280ab2c4c653cb0ff8479e81284a
2
SIZE (SciPy_complete-0.3.tar.gz) = 3510718
2
SIZE (SciPy_complete-0.3.2.tar.gz) = 3368595
(-)py-scipy/files/patch-fastumathmodule.c (+17 lines)
Line 0 Link Here
1
===================================================================
2
RCS file: /home/cvsroot/world/scipy_core/scipy_base/fastumathmodule.c,v
3
retrieving revision 1.14
4
retrieving revision 1.15
5
diff -u -r1.14 -r1.15
6
--- scipy_core/scipy_base/fastumathmodule.c	2004/10/05 13:58:47	1.14
7
+++ scipy_core/scipy_base/fastumathmodule.c	2004/11/04 23:07:20	1.15
8
@@ -1,8 +1,8 @@
9
+#include <math.h>
10
 #include "Python.h"
11
 #include "Numeric/arrayobject.h"
12
 #include "Numeric/ufuncobject.h"
13
 #include "abstract.h"
14
-#include <math.h>
15
 #include "mconf_lite.h"
16
 
17
 /* Fast umath module whose functions do not check for range and domain

Return to bug 74878