We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3c22e4f + c2209fb commit 725642eCopy full SHA for 725642e
1 file changed
.github/workflows/wheels.yml
@@ -80,7 +80,7 @@ jobs:
80
-DCMAKE_INSTALL_PREFIX="$HOME/.local/libomp"
81
cmake --build openmp_build --target install --config Release
82
83
- - uses: pypa/cibuildwheel@v3.1.3
+ - uses: pypa/cibuildwheel@v3.1.4
84
env:
85
CIBW_ENVIRONMENT: CMAKE_ARGS="-DDIPTEST_ENABLE_ARCH_FLAGS=OFF -DDIPTEST_ENABLE_OPENMP=ON"
86
CIBW_TEST_COMMAND: pytest {project}/tests && python -c "from diptest import _has_openmp_support; assert _has_openmp_support"
@@ -137,7 +137,7 @@ jobs:
137
-DCMAKE_INSTALL_PREFIX="/usr/local"
138
139
140
141
142
# only build for x86_64, arm wheels are build seperately
143
CIBW_ARCHS: "x86_64"
0 commit comments