head 1.2; access; symbols; locks; strict; comment @# @; 1.2 date 2018.06.18.06.47.03; author adam; state dead; branches; next 1.1; commitid zwxjnn5A9rzejJGA; 1.1 date 2018.06.10.12.56.54; author wen; state Exp; branches; next ; commitid 0vvqLGdf8PILBJFA; desc @@ 1.2 log @py-numpy: updated to 1.14.5 NumPy 1.14.5: This is a bugfix release for bugs reported following the 1.14.4 release. The most significant fixes are: * fixes for compilation errors on alpine and NetBSD @ text @$NetBSD: patch-numpy_core_src_npymath_ieee754.c.src,v 1.1 2018/06/10 12:56:54 wen Exp $ --- numpy/core/src/npymath/ieee754.c.src.orig 2018-06-10 12:21:31.000000000 +0000 +++ numpy/core/src/npymath/ieee754.c.src @@@@ -584,7 +584,7 @@@@ int npy_get_floatstatus() { defined(__NetBSD__) #include -int npy_get_floatstatus_barrier(char * param)) +int npy_get_floatstatus_barrier(char * param) { int fpstatus = fpgetsticky(); /* @ 1.1 log @Update to 1.14.4 Upstream changes: NumPy 1.14.4 Release Notes This is a bugfix release for bugs reported following the 1.14.3 release. The most significant fixes are: fixes for compiler instruction reordering that resulted in NaN's not being properly propagated in np.max and np.min, fixes for bus faults on SPARC and older ARM due to incorrect alignment checks. @ text @d1 1 a1 1 $NetBSD$ @