Your message dated Tue, 02 Sep 2014 21:49:50 +0000
with message-id <[email protected]>
and subject line Bug#749195: fixed in python-numpy 1:1.9.0~rc1-1
has caused the Debian Bug report #749195,
regarding python-numpy: Please add support for OpenRISC/or1k architecture
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
749195: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=749195
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: python-numpy
Version: 1.8.1-1
Severity: normal
Tags: patch upstream

Hi,

The patch provided allows to get this package compiled in OpenRISC/or1k
architecture that Christian and I are creating in Debian.

It would be helpful if you could add the patch soonish, so we do not
have to carry local patches and they build cleanly from the Debian
archives.

After installing python-numpy and python-nose, most of the unit tests
seem to pass, and the ones that do not pass might be due to underlying
problems in blas or others.

-----------------------------------------------------------------------
>>> import numpy
>>> numpy.test('full')
Running unit tests for numpy
NumPy version 1.8.1
NumPy is installed in /usr/lib/python2.7/dist-packages/numpy
Python version 2.7.6 (default, Mar 23 2014, 21:28:58) [GCC 4.8.2]
nose version 1.3.1

[> 95% are dots, a few "S" and "F", stopping them after about 10
 minutes]

Ran 2346 tests in 764.363s

FAILED (KNOWNFAIL=1, SKIP=6, failures=4)
<nose.result.TextTestResult run=2346 errors=0 failures=4>

----------------------------------------------------------------------


This can be used to get more details on what is running and the results:

>>> numpy.test('full', verbose=2)


Cheers.
--
Manuel
diff -Nru python-numpy-1.8.1/debian/changelog python-numpy-1.8.1/debian/changelog
--- python-numpy-1.8.1/debian/changelog	2014-03-27 19:25:19.000000000 +0000
+++ python-numpy-1.8.1/debian/changelog	2014-04-19 10:26:17.000000000 +0100
@@ -1,3 +1,10 @@
+python-numpy (1:1.8.1-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * or1k port
+
+ -- Manuel A. Fernandez Montecelo <[email protected]>  Sat, 19 Apr 2014 10:25:58 +0100
+
 python-numpy (1:1.8.1-1) unstable; urgency=medium
 
   * New upstream bugfix release
diff -Nru python-numpy-1.8.1/debian/patches/or1k-port.patch python-numpy-1.8.1/debian/patches/or1k-port.patch
--- python-numpy-1.8.1/debian/patches/or1k-port.patch	1970-01-01 01:00:00.000000000 +0100
+++ python-numpy-1.8.1/debian/patches/or1k-port.patch	2014-04-19 10:31:14.000000000 +0100
@@ -0,0 +1,21 @@
+--- a/numpy/core/include/numpy/npy_cpu.h
++++ b/numpy/core/include/numpy/npy_cpu.h
+@@ -66,6 +66,8 @@
+     #define NPY_CPU_MIPSEL
+ #elif defined(__MIPSEB__)
+     #define NPY_CPU_MIPSEB
++#elif defined(__or1k__)
++    #define NPY_CPU_OR1K
+ #elif defined(__aarch64__)
+     #define NPY_CPU_AARCH64
+ #elif defined(__mc68000__)
+--- a/numpy/core/include/numpy/npy_endian.h
++++ b/numpy/core/include/numpy/npy_endian.h
+@@ -37,6 +37,7 @@
+             || defined(NPY_CPU_ARMEB)   \
+             || defined(NPY_CPU_SH_BE)   \
+             || defined(NPY_CPU_MIPSEB)  \
++            || defined(NPY_CPU_OR1K)    \
+             || defined(NPY_CPU_M68K)
+         #define NPY_BYTE_ORDER NPY_BIG_ENDIAN
+     #else
diff -Nru python-numpy-1.8.1/debian/patches/series python-numpy-1.8.1/debian/patches/series
--- python-numpy-1.8.1/debian/patches/series	2014-03-27 19:25:19.000000000 +0000
+++ python-numpy-1.8.1/debian/patches/series	2014-04-19 10:27:01.000000000 +0100
@@ -4,3 +4,4 @@
 #05_fix_endianness_detection.patch
 10_use_local_python.org_object.inv_sphinx.diff
 python3-soabi.patch
+or1k-port.patch

--- End Message ---
--- Begin Message ---
Source: python-numpy
Source-Version: 1:1.9.0~rc1-1

We believe that the bug you reported is fixed in the latest version of
python-numpy, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Julian Taylor <[email protected]> (supplier of updated python-numpy 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Tue, 02 Sep 2014 21:28:36 +0200
Source: python-numpy
Binary: python-numpy python-numpy-dbg python3-numpy python3-numpy-dbg 
python-numpy-doc
Architecture: source amd64 all
Version: 1:1.9.0~rc1-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Python Modules Team 
<[email protected]>
Changed-By: Julian Taylor <[email protected]>
Description:
 python-numpy - Numerical Python adds a fast array facility to the Python 
languag
 python-numpy-dbg - Fast array facility to the Python language (debug extension)
 python-numpy-doc - NumPy documentation
 python3-numpy - Fast array facility to the Python 3 language
 python3-numpy-dbg - Fast array facility to the Python 3 language (debug 
extension)
Closes: 749195
Changes:
 python-numpy (1:1.9.0~rc1-1) experimental; urgency=medium
 .
   * New upstream release candidate
     - added support for or1k (Closes: #749195)
   * debian/{rules,python-numpy-doc.install,python-numpy.manpages}:
     f2py documentation moved to same tree as the rest
   * debian/python{,}3-numpy.install:
     oldnumeric and numarray have been removed
   * drop upstream applied ppc64el_cpu_config.patch
Checksums-Sha1:
 42d2249f21d74f2f1edab6d7db6c2dd6f541ed25 1961 python-numpy_1.9.0~rc1-1.dsc
 2b77e45610a6843c946da0c9b8f2d2190d3264c2 3968693 
python-numpy_1.9.0~rc1.orig.tar.gz
 712d9cb2c816f0c8360a308d1c22dc312b5c4782 138780 
python-numpy_1.9.0~rc1-1.debian.tar.xz
 a46cadbde0aec8f5d34cabec95e1ffa28d39a418 1650894 
python-numpy_1.9.0~rc1-1_amd64.deb
 2b90d5b0b1775f7f56d95fad047c8110ca3569c1 3161454 
python-numpy-dbg_1.9.0~rc1-1_amd64.deb
 58da55b9922da15c108092230c4574456e6d902a 1647428 
python3-numpy_1.9.0~rc1-1_amd64.deb
 7d5ace74e2e3490ef3f9b23ea446af7c5a6407f1 3855956 
python3-numpy-dbg_1.9.0~rc1-1_amd64.deb
 be26eb8ac6a0547dfafe48ad191e89842dc71f61 3937880 
python-numpy-doc_1.9.0~rc1-1_all.deb
Checksums-Sha256:
 bfeca450f64273381a10fa7010a53ce8bfda8b3f4f7266f1ad56d24198a20f93 1961 
python-numpy_1.9.0~rc1-1.dsc
 278e0f9a35a47256d2a479e0e85c356fd3d2d034d6a511a1efed35295d29aec4 3968693 
python-numpy_1.9.0~rc1.orig.tar.gz
 fe69159a39fabf48314c5fc629ea06e13376fb04086f0dedab423555ef0f69d4 138780 
python-numpy_1.9.0~rc1-1.debian.tar.xz
 82a40d1fe2335895233a982be3070caef83c8211e04eb7b0c3d4b7b2cd1d4a80 1650894 
python-numpy_1.9.0~rc1-1_amd64.deb
 e80f7cee480338d22c4d6088f0b99903b21c3fe1a29edd230d834fdff76d13d3 3161454 
python-numpy-dbg_1.9.0~rc1-1_amd64.deb
 2d7af6879fc4a06e238fe33adb3b729dac36436fd248fe639206c436b9907444 1647428 
python3-numpy_1.9.0~rc1-1_amd64.deb
 f7fac6e3511ddc80ba9e2090de0c7117fdd311599826e11b14ee1e1703b05cc8 3855956 
python3-numpy-dbg_1.9.0~rc1-1_amd64.deb
 0927768e08f445398f690c2cdcbd92d5b17559de0427685d497d8b4b74967dcb 3937880 
python-numpy-doc_1.9.0~rc1-1_all.deb
Files:
 5298380fb47b46aedaca492b7551268e 1650894 python optional 
python-numpy_1.9.0~rc1-1_amd64.deb
 68dba4431f96d6ba0ee1e03a70b23b66 3161454 debug extra 
python-numpy-dbg_1.9.0~rc1-1_amd64.deb
 c95c4fe47f524e714e4faf5f62c254c7 1647428 python optional 
python3-numpy_1.9.0~rc1-1_amd64.deb
 c7ef324ff4e0ea729d08b083cdfca7c1 3855956 debug extra 
python3-numpy-dbg_1.9.0~rc1-1_amd64.deb
 8f4f44a7539a9c4573ccaa1a66037d57 3937880 doc optional 
python-numpy-doc_1.9.0~rc1-1_all.deb
 819b940bd2a1063a0727113af9fd10fe 1961 python optional 
python-numpy_1.9.0~rc1-1.dsc
 fe4a2b5415c3826d7fd8f849c6f67929 3968693 python optional 
python-numpy_1.9.0~rc1.orig.tar.gz
 bc44e45503cca1a63681d2f37137f816 138780 python optional 
python-numpy_1.9.0~rc1-1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iEYEARECAAYFAlQGN88ACgkQAukwV0RN2VBnlgCdH0uNkTg5YDjqXLyiV02LaoGR
lTIAniLoKbq3Kp7v611t4eXxUgC8OTi4
=tSZJ
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
Python-modules-team mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

Reply via email to