Julien Schueller
Julien Schueller
cc @mahge
/cc @adeas31
same issue here, my wheel gets renamed with an unsupported tag: macosx_13_6_x86_64
I was expecting macosx_13_0_x86_64 Now if I set MACOSX_DEPLOYMENT_TARGET=13.0 I see the reason ; it flags all my python extensions modules as incompatible (but not my c++ library on which...
no, I'm using Python from homebrew but its not even linked to Python explicitely: ``` otool -L openturns/memoryview.cpython-38-darwin.so openturns/memoryview.cpython-38-darwin.so: /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1336.0.0) ```
It turns out it was cmake that decided set the min osx version, I worked around it with: ``` -DCMAKE_OSX_DEPLOYMENT_TARGET=13.0 ``` https://cmake.org/cmake/help/latest/variable/CMAKE_OSX_DEPLOYMENT_TARGET.html
@jlblancoc I would like the query of the k closests points of one unique reference point to use multithreading, not query the set of closest points of several reference points...
@jlblancoc could we consider reopening this issue ?
@hendrikweisser could you try #18 ?
it's up to 3.14.0 now