Thomas Köppe

Results 123 comments of Thomas Köppe

> > Concatenation is not commutative, so `+` is unnatural mathematically. > > I think there's a broader question here: do we want to have some notion of semantics associated...

How hard would option 2 be, removing those using-directives?

If you want to repro the problem, you can build this little demo benchmark: https://github.com/tkoeppe/tarpit/blob/bab67d3bbe7b077cebee06d05591a37ed977516b/sandbox/BUILD#L41-L46 Just adjust the repo's Bazel WORKSPACE to pin the benchmark revision to the broken one.

If we build wheels with macos-11, will that make the wheels less compatible? Or are we expecting most users to be recent enough?

> I was thinking that we'd increase compatibility by building with both 11 and 10.15. But actually I've just checked and 11 can build from 10.15 wheels. I'll revert the...

Can you run `bazel clean --expunge` first? It's weird that you're using `gcc` to link despite asking for Clang.

Then assuming you can fix that, can you just run the linker command directly and see what's wrong? ``` /cvmfs/soft.computecanada.ca/easybuild/software/2020/Core/gcccore/9.3.0/bin/gcc @bazel-out/host/bin/external/luajit_archive/minilua-2.params ```