Skip to content

Commit c4b6cd6

Browse files
committed
more
1 parent 500bfb0 commit c4b6cd6

File tree

4 files changed

+3
-2641
lines changed

4 files changed

+3
-2641
lines changed

.github/workflows/cibuildwheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: workflow_dispatch
55
env:
66
# TODO: manylinux aarch64
77
# TODO: macos arm64
8-
CIBW_SKIP: cp2* pp* cp35* cp36* cp37* cp38* #*-win32 *-musllinux* *-macosx_*_universal2* *win_arm64* *-manylinux_arm64 *-manylinux_i686 *-manylinux_ppc64le *-manylinux_s390x *-manylinux_aarch64
8+
#CIBW_SKIP: #*-win32 *-musllinux* *-macosx_*_universal2* *win_arm64* *-manylinux_arm64 *-manylinux_i686 *-manylinux_ppc64le *-manylinux_s390x *-manylinux_aarch64
99
#CIBW_TEST_SKIP: "*-macosx_arm64"
1010
#CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
1111
CIBW_ARCHS: all

src/c_kdtree_boruvka.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,9 @@ class kdtree_boruvka : public kdtree<FLOAT, D, DISTANCE, NODE>
363363
std::vector<FLOAT> Mnn_dist; // M-1 nearest neighbours of each point if M>1
364364
std::vector<Py_ssize_t> Mnn_ind;
365365

366+
#if OPENMP_IS_ENABLED
366367
omp_lock_t omp_lock;
368+
#endif
367369
int omp_nthreads;
368370

369371

0 commit comments

Comments
 (0)