Closed hobu closed 1 year ago
clang 14 needs libcxx>=14, so the combination is fine. Do you have a reproducer for the error with std::stable_sort
?
Do you have a reproducer for the error with
std::stable_sort
?
Not currently. Our workaround is to force install of libcxx=14
for now. Our builds (PDAL) based on compilers
and the conda-forge
channel started breaking over the weekend. It is very possible the bug is in the PDAL codebase, but when we build with matched libcxx and clang/clangxx versions (either both 14 or both 15), the bug is not exhibited. It also is only happening on OSX and not in in linux, so I'm not quite sure what to make of it.
Given this is expected to work, I'll close for now and assume it is somehow our issue still.
Solution to issue cannot be found in the documentation.
Issue
Does this package need a rerender, or is there a pin that isn't specified somewhere? It seems that the
compilers
package is pulling inclang=14.0.6
on osx, but it is also pulling inlibcxx=15.0.7
. Are these able to be out of sync? I have a build that started breaking onstd::stable_sort
and tracked it down to what I think is mismatched versions of clang from thecompilers
package and thelibcxx=15.0.7
that just started pushing out a few days ago.Installed packages
Environment info