Changes between Initial Version and Version 1 of Ticket #55980, comment 6


Ignore:
Timestamp:
Mar 7, 2018, 1:59:01 AM (6 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #55980, comment 6

    initial v1  
    1 blacklisting clang < 800 with compiler_blacklist_versions appears to do it. That forces mavericks to call in clang-4.0, which supports thread_local.
     1blacklisting clang < 800 with compiler_blacklist_versions appears to do it. That forces mavericks to call in clang-4.0, which supports thread_local.
     2
     3{{{
     4$ port -v installed uhd
     5The following ports are currently installed:
     6  uhd @3.11.0.0_0+docs+examples+gpsd+libusb+manpages+manual+python27+test (active) platform='darwin 13' archs='x86_64' date='2018-03-06T17:51:31-0800'
     7}}}
    28
    39`portconfigure.tcl` should be updated at some point soon to fall back to clang-5.0 instead though, I think -- that's what the `cxx11 1.1` portgroup calls in, so might as well be consistent.