Changes between Initial Version and Version 1 of Ticket #69190
- Timestamp:
- Jan 25, 2024, 8:55:01 PM (10 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #69190 – Description
initial v1 1 I cannot make the base to pick correct compilers now via blacklist for `folly`. What I need is `clang-15` and not `clang-11`.1 I cannot make the base to pick correct compilers now via blacklist for `folly`. What I need is `clang-15` or later and not `clang-11`. 2 2 3 3 The port currently has: … … 47 47 macports-libcxx 48 48 }}} 49 50 There is no overriding `compiler.blacklist` in the portfile, everything is appended.