ports/72486: science/py-scipy will not build on 4.10

TAOKA Fumiyoshi fmysh at iijmio-mail.jp
Tue Dec 7 14:20:25 UTC 2004


The following reply was made to PR ports/72486; it has been noted by GNATS.

From: TAOKA Fumiyoshi <fmysh at iijmio-mail.jp>
To: freebsd-gnats-submit at FreeBSD.org, missive at 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
 
 



More information about the freebsd-ports-bugs mailing list