~ruther/guix-local

ref: 4e71ab18ded77fb18c18da50df8e99cd9668dde7 guix-local/gnu/packages/patches/python-numpy-gcc-14.patch -rw-r--r-- 475 bytes
4e71ab18 — Cayetano Santos gnu: trilinos-serial-xyce, trilinos-parallel-xyce: Update to 14.4.0. 6 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Upstream status: Not presented upstream.

--- numpy-1.26.4/numpy/core/src/common/half_private.hpp.orig	2024-12-11 22:32:59.883085553 +0100
+++ numpy-1.26.4/numpy/core/src/common/half_private.hpp	2024-12-11 22:33:05.291112742 +0100
@@ -1,6 +1,9 @@
 #ifndef NUMPY_CORE_SRC_COMMON_HALF_PRIVATE_HPP
 #define NUMPY_CORE_SRC_COMMON_HALF_PRIVATE_HPP
 
+int fetestexcept (int);
+int feclearexcept (int);
+int feraiseexcept (int);
 #include "npstd.hpp"
 #include "float_status.hpp"