Changes between Initial Version and Version 1 of Ticket #55709, comment 9


Ignore:
Timestamp:
Jan 18, 2018, 5:17:28 PM (6 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #55709, comment 9

    initial v1  
    11All `macports.conf` are set up with a default `universal_archs`. Even if one is not specifically added to `macports.conf` there is already a default for that setting in base. That setting does not force everything to build universal. It only says what universal would be, if universal is called.
    22
    3 And on a 10.5 Intel machine, universal should not include `ppc` if you're following [wiki:LibcxxOnOlderSystems] unless you are prepared for the ramifications of that. Actually, if that is not in the instructions, I should add it to them.
    4 
    5 Perhaps you are thinking about +universal in your default variants. '''That''' would make everything build universal.
     3And on a 10.5 Intel machine, universal should not include `ppc` if you're following [wiki:LibcxxOnOlderSystems] unless you are prepared for the ramifications of that.
    64
    75Re: cmake --  I also have a personal cmake39 port <https://github.com/kencu/myports/tree/master/devel/cmake39> that doesn't require c++11 as well, but MacPorts has decided not to do that to keep things coherent and maintainable, and Ryan spent the better part of a week working on cmake to make sure it could bootstrap the current version of cmake on all systems (except 10.4, which doesn't build the current cmake).