Skip site navigation (1)Skip section navigation (2)
Date:      Thu,  9 Dec 2004 09:10:27 +0900 (JST)
From:      TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/74878: Update port: science/py-scipy 0.3.2
Message-ID:  <20041209001027.0321BF199B@prime.quad.dyndns.org>
Resent-Message-ID: <200412090020.iB90KKea035502@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         74878
>Category:       ports
>Synopsis:       Update port: science/py-scipy 0.3.2
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 09 00:20:20 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     TAOKA Fumiyoshi
>Release:        
>Organization:
>Environment:
>Description:
	Update SciPy to 0.3.2

	Fix build error on 4.x (ports/73395).
		
>How-To-Repeat:
>Fix:

diff -uNr py-scipy.orig/Makefile py-scipy/Makefile
--- py-scipy.orig/Makefile	Wed Dec  8 19:30:10 2004
+++ py-scipy/Makefile	Thu Dec  9 08:41:37 2004
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	scipy
-PORTVERSION=	0.3
+PORTVERSION=	0.3.2
 CATEGORIES=	science python
 MASTER_SITES=	http://www.scipy.org/download/scipy/src/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff -uNr py-scipy.orig/distinfo py-scipy/distinfo
--- py-scipy.orig/distinfo	Thu Aug 26 17:37:09 2004
+++ py-scipy/distinfo	Thu Dec  9 08:43:59 2004
@@ -1,2 +1,2 @@
-MD5 (SciPy_complete-0.3.tar.gz) = ae6578810bce6d3841919b691e607812
-SIZE (SciPy_complete-0.3.tar.gz) = 3510718
+MD5 (SciPy_complete-0.3.2.tar.gz) = 5ae2280ab2c4c653cb0ff8479e81284a
+SIZE (SciPy_complete-0.3.2.tar.gz) = 3368595
diff -uNr py-scipy.orig/files/patch-fastumathmodule.c py-scipy/files/patch-fastumathmodule.c
--- py-scipy.orig/files/patch-fastumathmodule.c	Thu Jan  1 09:00:00 1970
+++ py-scipy/files/patch-fastumathmodule.c	Thu Dec  9 08:41:27 2004
@@ -0,0 +1,17 @@
+===================================================================
+RCS file: /home/cvsroot/world/scipy_core/scipy_base/fastumathmodule.c,v
+retrieving revision 1.14
+retrieving revision 1.15
+diff -u -r1.14 -r1.15
+--- scipy_core/scipy_base/fastumathmodule.c	2004/10/05 13:58:47	1.14
++++ scipy_core/scipy_base/fastumathmodule.c	2004/11/04 23:07:20	1.15
+@@ -1,8 +1,8 @@
++#include <math.h>
+ #include "Python.h"
+ #include "Numeric/arrayobject.h"
+ #include "Numeric/ufuncobject.h"
+ #include "abstract.h"
+-#include <math.h>
+ #include "mconf_lite.h"
+ 
+ /* Fast umath module whose functions do not check for range and domain

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041209001027.0321BF199B>