Changes between Initial Version and Version 8 of Ticket #16965


Ignore:
Timestamp:
Sep 8, 2021, 3:13:57 PM (3 years ago)
Author:
pulkomandy
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16965 – Description

    initial v8  
    11When trying to build scipy I getting an error that the script wants to include "threads.h".
    2 This however isn't availabe in Haiku and the check for that is due to __STDC_NO_THREADS__ not being defined.
     2This however isn't availabe in Haiku and the check for that is due to {{{__STDC_NO_THREADS__}}} not being defined.
    33
    44The source of the issue is with numpy.
    55See a PR at https://github.com/numpy/numpy/pull/18180
    66
    7 ''__STDC_VERSION__ = 201710
     7{{{
     8__STDC_VERSION__ = 201710
    89__STDC_NO_THREADS__ not defined
    9 __GLIBC__ not defined''
     10__GLIBC__ not defined
     11}}}