Opened 8 years ago
Last modified 7 years ago
#53074 new defect
clhep @2.3.4.3: fails to build on 10.6 due to unsupported thread-local storage
Reported by: | mojca (Mojca Miklavec) | Owned by: | mojca (Mojca Miklavec) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | snowleopard | Cc: | |
Port: | clhep |
Description
/path/to/clhep/work/build/CLHEP/Random/DoubConv.hh:51:10: error: thread-local storage is not supported for the current target static CLHEP_THREAD_LOCAL bool byte_order_known; ^
Upstream ticket:
Full log:
See also: #44062
Note: See
TracTickets for help on using
tickets.
Some modifications to clang-5.0 now allow
thread_local
storage on 10.6 (and lower, most likely), so this port now builds without trouble using clang-5.0 with those modifications: