Tom de Geus

Results 225 comments of Tom de Geus

@JohanMabille Do you know which CMake version supports what in terms of the target? I have seen this this problem before in several libraries, but I cannot find the right...

I'm still so surprised that such old CMake's are shipped... But ok, we should deal with it.

Sorry for having overlooked this issue. This issue involves the extra target depending on a relatively modern version of CMake. We added a version test for this, which switches off...

I cannot reproduce this segmentation fault. Can you tell us how you build (on which platform, with which compiler, ...)?

Similarly `xt::keep(xt::view(...))` does not work

Is there a reason to allow this?

I don't think that we provide or ask any target `OpenMP::OpenMP_CXX_xtensor`. I see it being used here https://github.com/xtensor-stack/xtensor/blob/fe81957365ce7eb56ea417bea95476c1344d7c31/CMakeLists.txt#L83-L110 but I think that that is only for testing of xtensor. My...

Hi @WenyinWei . Your reply confuses me, if you installed it (using CMake or conda) I don't see for the moment how you could be faced with `OpenMP::OpenMP_CXX_xtensor` ?

Do I understand that it is a wrapper around `meshgrid` and https://xtensor.readthedocs.io/en/latest/operator.html#universal-functions-and-vectorization ? If so, the wrapper should be easy to implement. Would you be willing to give it a...