4 | | When I do {{{port variants boost}}} I see a series of mutually exclusive compiler options. As the build defaults to clang-3.4, which cannot be built, I tried to choose clang-3.3 which can be built. However, the boost compiler blacklist causes my choice of variant, i.e. +clang33, to be ignored. The only option I see is to use configure.compiler or to define default compilers. |
| 4 | When I do {{{port variants boost}}} I see a series of mutually exclusive compiler options. As the build defaults to clang-3.4, which cannot be built, I tried to choose clang-3.3 which can be built. However, the boost compiler blacklist causes my choice of variant, i.e. +clang33, to be ignored. The only options I see is to use configure.compiler or to define default compilers. |