Changes between Initial Version and Version 1 of Ticket #53110, comment 5


Ignore:
Timestamp:
Dec 20, 2016, 2:34:31 PM (8 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #53110, comment 5

    initial v1  
    1 If that doesn't work, peg clang-3.8 to the last version so macports thinks it's current and stops asking to update it for the moment, then update libomp. If that works (it should), unpeg clang-3.8 and update it after libomp is current.
     1If that doesn't work, I would try editing  `/opt/local/etc/macports/macports.conf` and change the default compilers to clang-3.7
     2{{{
     3default_compilers       macports-clang-3.7 macports-clang-3.4 macports-clang-3.3 gcc-4.2 apple-gcc-4.2 gcc-4.0
     4}}}
     5then update libomp
     6
     7and then change them back to
     8{{{
     9default_compilers       macports-clang-3.8 macports-clang-3.4 macports-clang-3.3 gcc-4.2 apple-gcc-4.2 gcc-4.0
     10}}}
     11which is where I presume you have them now.