Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Dec 2004 14:20:24 GMT
From:      TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/72486: science/py-scipy will not build on 4.10
Message-ID:  <200412071420.iB7EKOOv060737@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/72486; it has been noted by GNATS.

From: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
To: freebsd-gnats-submit@FreeBSD.org, missive@hotmail.com
Cc:  
Subject: Re: ports/72486: science/py-scipy will not build on 4.10
Date: Tue, 07 Dec 2004 23:13:31 +0900

 When I tried to install py-scipy on 4.10-RELEASE-p5 the same error occured,
 though on 5.3-STABLE I could install without error.
 
 I searched around SciPy's CVS and found this commit.
 
 http://scipy.net/cgi-bin/viewcvsx.cgi/scipy_core/scipy_base/fastumathmodule.c
 
 revision 1.15
 date: 2004/11/04 23:07:20;  author: pearu;  state: Exp;  lines: +1 -1
 branches:  1.15.2;
 Fixed the order of including math.h to support freebsd.
 
 ===================================================================
 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
 
 
 This solved the error on 4.10-RELEASE-p5.
 
 -- 
 TAOKA Fumiyoshi
 
 



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