Changes between Version 1 and Version 2 of Ticket #55382, comment 14


Ignore:
Timestamp:
Nov 24, 2017, 9:35:54 PM (7 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #55382, comment 14

    v1 v2  
    1 Something like that might work. But there are hiccups -- 10.7 configured to libc++ can't build the current cmake, for example, and has to be forced back to libstdc++ for the build to work. Weird stuff.
     1Something like that might work. But there are hiccups --
     2
     310.7 configured to libc++ can't build the current cmake, for example, and has to be forced back to libstdc++ for the build to work. Weird stuff.
     4
     5systems configured with `stdlib=libstdc++` set up with the cxx11 1.1 PG can build the most recent cmake if they have a new clang like clang-5.0 installed, so really shouldn't be held back to `3.9.6.` for any particular reason.
    26
    37Also, if we did spin off cmake39 for older systems, Michael might be able to clean out a lot of legacy crud in that cmake Portfile and start lean and fresh going forward...