updates py-numpy to 1.7.0. Builds and installs fine on AMD64 and I'm
using it with some in-hourse projects with no obvious issues.
However, make regress gives these errors
FAILED (KNOWNFAIL=5, SKIP=10, failures=2)
Running unit tests for numpy
NumPy version 1.7.0
Python version 2.7.3 (default, Apr 4 2013, 16:00:07) [GCC 4.2.1 20070719 ]
nose version 1.1.2
But doing the same with in-tree version, 1.6.0, I get
FAILED (KNOWNFAIL=3, SKIP=6, failures=12)
NumPy version 1.6.0
Python version 2.7.3
Must fix or ignorable?
Index: Makefile
===================================================================
RCS file: /cvs/ports/math/py-numpy/Makefile,v
retrieving revision 1.36
diff -u -p -u -r1.36 Makefile
--- Makefile 11 Mar 2013 11:23:56 -0000 1.36
+++ Makefile 12 Apr 2013 07:05:32 -0000
@@ -2,18 +2,18 @@
COMMENT= fast array and numeric programming library for Python
-MODPY_EGG_VERSION= 1.6.0
+MODPY_EGG_VERSION = 1.7.0
DISTNAME= numpy-${MODPY_EGG_VERSION}
PKGNAME= py-${DISTNAME}
-REVISION = 3
CATEGORIES= math devel
-HOMEPAGE= http://numpy.scipy.org/
+HOMEPAGE = http://www.numpy.org/
# BSD
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= blas m lapack ${MODFORTRAN_WANTLIB} ${MODPY_WANTLIB}
+WANTLIB += pthread
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=numpy/}
Index: distinfo
===================================================================
RCS file: /cvs/ports/math/py-numpy/distinfo,v
retrieving revision 1.8
diff -u -p -u -r1.8 distinfo
--- distinfo 27 May 2011 10:06:12 -0000 1.8
+++ distinfo 12 Apr 2013 07:05:32 -0000
@@ -1,5 +1,2 @@
-MD5 (numpy-1.6.0.tar.gz) = 4Jk8dMuOgykuVg6sGpvo6Q==
-RMD160 (numpy-1.6.0.tar.gz) = Kb7oVOFDbguq1GFQYG16DS2ArGE=
-SHA1 (numpy-1.6.0.tar.gz) = BpKs+1zcVcolGqK5UOMhpmKBDDY=
-SHA256 (numpy-1.6.0.tar.gz) = aH3PtfalHyEHuh3IuzJP0aAUbOiw4r0Bo+57zEU+49g=
-SIZE (numpy-1.6.0.tar.gz) = 2633698
+SHA256 (numpy-1.7.0.tar.gz) = 9Ppwt+26tl7mQy62N0P1SJ8ZGcYUYysgsvtFqn5oKsY=
+SIZE (numpy-1.7.0.tar.gz) = 2832457
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/math/py-numpy/pkg/PLIST,v
retrieving revision 1.9
diff -u -p -u -r1.9 PLIST
--- pkg/PLIST 27 May 2011 10:06:12 -0000 1.9
+++ pkg/PLIST 12 Apr 2013 07:05:34 -0000
@@ -1,4 +1,4 @@
-@comment $OpenBSD: PLIST,v 1.9 2011/05/27 10:06:12 eric Exp $
+@comment $OpenBSD$
bin/f2py${MODPY_VERSION}
lib/python${MODPY_VERSION}/site-packages/numpy/
lib/python${MODPY_VERSION}/site-packages/numpy-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
@@ -28,11 +28,11 @@ lib/python${MODPY_VERSION}/site-packages
lib/python${MODPY_VERSION}/site-packages/numpy/core/
lib/python${MODPY_VERSION}/site-packages/numpy/core/__init__.py
lib/python${MODPY_VERSION}/site-packages/numpy/core/__init__.pyc
+lib/python${MODPY_VERSION}/site-packages/numpy/core/_dummy.so
lib/python${MODPY_VERSION}/site-packages/numpy/core/_internal.py
lib/python${MODPY_VERSION}/site-packages/numpy/core/_internal.pyc
-lib/python${MODPY_VERSION}/site-packages/numpy/core/_mx_datetime_parser.py
-lib/python${MODPY_VERSION}/site-packages/numpy/core/_mx_datetime_parser.pyc
-lib/python${MODPY_VERSION}/site-packages/numpy/core/_sort.so
+lib/python${MODPY_VERSION}/site-packages/numpy/core/_methods.py
+lib/python${MODPY_VERSION}/site-packages/numpy/core/_methods.pyc
lib/python${MODPY_VERSION}/site-packages/numpy/core/arrayprint.py
lib/python${MODPY_VERSION}/site-packages/numpy/core/arrayprint.pyc
lib/python${MODPY_VERSION}/site-packages/numpy/core/defchararray.py
@@ -61,9 +61,11 @@ lib/python${MODPY_VERSION}/site-packages
lib/python${MODPY_VERSION}/site-packages/numpy/core/include/numpy/npy_3kcompat.h
lib/python${MODPY_VERSION}/site-packages/numpy/core/include/numpy/npy_common.h
lib/python${MODPY_VERSION}/site-packages/numpy/core/include/numpy/npy_cpu.h
+lib/python${MODPY_VERSION}/site-packages/numpy/core/include/numpy/npy_deprecated_api.h
lib/python${MODPY_VERSION}/site-packages/numpy/core/include/numpy/npy_endian.h
lib/python${MODPY_VERSION}/site-packages/numpy/core/include/numpy/npy_interrupt.h
lib/python${MODPY_VERSION}/site-packages/numpy/core/include/numpy/npy_math.h
+lib/python${MODPY_VERSION}/site-packages/numpy/core/include/numpy/npy_no_deprecated_api.h
lib/python${MODPY_VERSION}/site-packages/numpy/core/include/numpy/npy_os.h
lib/python${MODPY_VERSION}/site-packages/numpy/core/include/numpy/numpyconfig.h
lib/python${MODPY_VERSION}/site-packages/numpy/core/include/numpy/old_defines.h
@@ -116,10 +118,13 @@ lib/python${MODPY_VERSION}/site-packages
lib/python${MODPY_VERSION}/site-packages/numpy/core/tests/test_function_base.py
lib/python${MODPY_VERSION}/site-packages/numpy/core/tests/test_getlimits.py
lib/python${MODPY_VERSION}/site-packages/numpy/core/tests/test_half.py
-lib/python${MODPY_VERSION}/site-packages/numpy/core/tests/test_iterator.py
+lib/python${MODPY_VERSION}/site-packages/numpy/core/tests/test_indexerrors.py
+lib/python${MODPY_VERSION}/site-packages/numpy/core/tests/test_indexing.py
lib/python${MODPY_VERSION}/site-packages/numpy/core/tests/test_machar.py
lib/python${MODPY_VERSION}/site-packages/numpy/core/tests/test_memmap.py
lib/python${MODPY_VERSION}/site-packages/numpy/core/tests/test_multiarray.py
+lib/python${MODPY_VERSION}/site-packages/numpy/core/tests/test_multiarray_assignment.py
+lib/python${MODPY_VERSION}/site-packages/numpy/core/tests/test_nditer.py
lib/python${MODPY_VERSION}/site-packages/numpy/core/tests/test_numeric.py
lib/python${MODPY_VERSION}/site-packages/numpy/core/tests/test_numerictypes.py
lib/python${MODPY_VERSION}/site-packages/numpy/core/tests/test_print.py
@@ -496,6 +501,8 @@ lib/python${MODPY_VERSION}/site-packages
lib/python${MODPY_VERSION}/site-packages/numpy/lib/_datasource.pyc
lib/python${MODPY_VERSION}/site-packages/numpy/lib/_iotools.py
lib/python${MODPY_VERSION}/site-packages/numpy/lib/_iotools.pyc
+lib/python${MODPY_VERSION}/site-packages/numpy/lib/arraypad.py
+lib/python${MODPY_VERSION}/site-packages/numpy/lib/arraypad.pyc
lib/python${MODPY_VERSION}/site-packages/numpy/lib/arraysetops.py
lib/python${MODPY_VERSION}/site-packages/numpy/lib/arraysetops.pyc
lib/python${MODPY_VERSION}/site-packages/numpy/lib/arrayterator.py
@@ -535,6 +542,7 @@ lib/python${MODPY_VERSION}/site-packages
lib/python${MODPY_VERSION}/site-packages/numpy/lib/tests/
lib/python${MODPY_VERSION}/site-packages/numpy/lib/tests/test__datasource.py
lib/python${MODPY_VERSION}/site-packages/numpy/lib/tests/test__iotools.py
+lib/python${MODPY_VERSION}/site-packages/numpy/lib/tests/test_arraypad.py
lib/python${MODPY_VERSION}/site-packages/numpy/lib/tests/test_arraysetops.py
lib/python${MODPY_VERSION}/site-packages/numpy/lib/tests/test_arrayterator.py
lib/python${MODPY_VERSION}/site-packages/numpy/lib/tests/test_financial.py
@@ -744,12 +752,14 @@ lib/python${MODPY_VERSION}/site-packages
lib/python${MODPY_VERSION}/site-packages/numpy/polynomial/setup.pyc
lib/python${MODPY_VERSION}/site-packages/numpy/polynomial/tests/
lib/python${MODPY_VERSION}/site-packages/numpy/polynomial/tests/test_chebyshev.py
+lib/python${MODPY_VERSION}/site-packages/numpy/polynomial/tests/test_classes.py
lib/python${MODPY_VERSION}/site-packages/numpy/polynomial/tests/test_hermite.py
lib/python${MODPY_VERSION}/site-packages/numpy/polynomial/tests/test_hermite_e.py
lib/python${MODPY_VERSION}/site-packages/numpy/polynomial/tests/test_laguerre.py
lib/python${MODPY_VERSION}/site-packages/numpy/polynomial/tests/test_legendre.py
lib/python${MODPY_VERSION}/site-packages/numpy/polynomial/tests/test_polynomial.py
lib/python${MODPY_VERSION}/site-packages/numpy/polynomial/tests/test_polyutils.py
+lib/python${MODPY_VERSION}/site-packages/numpy/polynomial/tests/test_printing.py
lib/python${MODPY_VERSION}/site-packages/numpy/random/
lib/python${MODPY_VERSION}/site-packages/numpy/random/__init__.py
lib/python${MODPY_VERSION}/site-packages/numpy/random/__init__.pyc
@@ -789,6 +799,7 @@ lib/python${MODPY_VERSION}/site-packages
lib/python${MODPY_VERSION}/site-packages/numpy/testing/setupscons.pyc
lib/python${MODPY_VERSION}/site-packages/numpy/testing/tests/
lib/python${MODPY_VERSION}/site-packages/numpy/testing/tests/test_decorators.py
+lib/python${MODPY_VERSION}/site-packages/numpy/testing/tests/test_doctesting.py
lib/python${MODPY_VERSION}/site-packages/numpy/testing/tests/test_utils.py
lib/python${MODPY_VERSION}/site-packages/numpy/testing/utils.py
lib/python${MODPY_VERSION}/site-packages/numpy/testing/utils.pyc