Opened 4 years ago

Last modified 2 years ago

#16965 closed bug

__STDC_NO_THREADS__ is not defined in Haiku — at Initial Version

Reported by: Begasus Owned by: nobody
Priority: normal Milestone: R1/beta4
Component: - General Version: R1/beta2
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

When trying to build scipy I getting an error that the script wants to include "threads.h". This however isn't availabe in Haiku and the check for that is due to STDC_NO_THREADS not being defined.

The source of the issue is with numpy. See a PR at https://github.com/numpy/numpy/pull/18180

STDC_VERSION = 201710 STDC_NO_THREADS not defined GLIBC not defined

Change History (0)

Note: See TracTickets for help on using tickets.