06-fix-config.h.patch 760 B

12345678910111213141516171819
  1. --- contrib/python/numpy/py3/numpy/core/include/numpy/config-linux-x86_64.h (index)
  2. +++ contrib/python/numpy/py3/numpy/core/include/numpy/config-linux-x86_64.h (working tree)
  3. @@ -31,3 +31,5 @@
  4. #define HAVE_FALLOCATE 1
  5. +/* breake test_extension_incref_elide and test_extension_incref_elide_stack
  6. #define HAVE_BACKTRACE 1
  7. +*/
  8. #define HAVE_MADVISE 1
  9. @@ -90 +90 @@
  10. -#define NPY_CAN_LINK_SVML 1
  11. +//#define NPY_CAN_LINK_SVML 1
  12. --- contrib/python/numpy/py3/numpy/core/include/numpy/config-osx-x86_64.h (index)
  13. +++ contrib/python/numpy/py3/numpy/core/include/numpy/config-osx-x86_64.h (working tree)
  14. @@ -5,3 +5,5 @@
  15. #define MATHLIB
  16. +/* breake test_extension_incref_elide and test_extension_incref_elide_stack
  17. #define HAVE_BACKTRACE 1
  18. +*/
  19. #define HAVE_MADVISE 1