void-packages/srcpkgs/python-numpy/files/fenv-constants.patch
fosslinux 9ec90e5ce5 python-numpy: fix armv5tel-musl.
Uses the same patch and file from python3-numpy so we just use that from
python3-numpy's files directory.

Closes: #24988 [via git-merge-pr]
2021-01-06 11:07:38 -05:00

12 lines
327 B
Diff

--- numpy/core/src/npymath/ieee754.c.src 2020-09-20 14:53:51.998825328 +1000
+++ numpy/core/src/npymath/ieee754.c.src 2020-09-20 14:54:03.611889518 +1000
@@ -8,6 +8,8 @@
#include "npy_math_private.h"
#include "numpy/utils.h"
+#include "fenv-constants.h"
+
#ifndef HAVE_COPYSIGN
double npy_copysign(double x, double y)
{