Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit 908f93f

Browse files
author
Carl Friedrich Gauss
committed
Updated to numpy-1.4.1 from 1.3.0
changed spkg-install: removed outdateted cygwin patch, (cygwin-core-setup.py) removed fake-gcc hack, set FC to SAGE_FORTRAN
1 parent 122da31 commit 908f93f

File tree

4 files changed

+37
-602
lines changed

4 files changed

+37
-602
lines changed

build/pkgs/numpy/SPKG.txt

+18
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,24 @@ Special Update/Build Instructions:
5959

6060
== Changelog ==
6161

62+
===
63+
64+
=== numpy-1.4.1 (Stefan Reiterer, 4 September 2010) ==
65+
* Update to numpy-1.4.1
66+
* Remove the file gcc_fake from the Numpy package, and instead
67+
set the variable CC to consist of both the compiler and the flag
68+
needed for 64-bit builds on platforms where 64-bits is not the default.
69+
So typically, CC will be set to "gcc -m64", though the solution is more
70+
portable
71+
* The function numpy.core.defmatrix moved to numpy.matrixlib.defmatrix.
72+
This has to be changed in SAGE_HOME/local/lib/python2.6/networks/convert.py
73+
in the package networkx-1.0.1. For newer versions of networkx this is obsolete!!
74+
* After upgrading from numpy.1.3.x to 1.4.1 runtime warnings will appear.
75+
Actually they don't do any harm. If one wants to get rid of them
76+
one has to run sage -ba [branch].
77+
* 2 doctests in sage had to be changed due some output changes.
78+
* cygwin-core-setup.py had to be removed from the patches.
79+
6280
=== numpy-1.3.0.p3 (Mike Hansen, 27 October 2009) ===
6381
* Make sage_fortran the default compiler for cygwin. See #7321.
6482

0 commit comments

Comments
 (0)