Skip to content

Commit adf20fc

Browse files
committed
- deactivated avx in Linux wheels due to problems
1 parent dafe796 commit adf20fc

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/build-linux-wheels.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ jobs:
3737
yum install -y epel-release &&
3838
yum install -y cmake3 libXrandr-devel libXinerama-devel libXcursor-devel libXi-devel mesa-libGLU-devel
3939
# Provide flags similar to prior pip-wheel-args (handled via env; setup.py could be adapted to read these)
40-
# EXTRA_CMAKE_DEFINES: "-DUSE_AVX=Off -DCI_BUILD=On"
41-
EXTRA_CMAKE_DEFINES: "-DUSE_AVX=On -DCI_BUILD=On"
40+
EXTRA_CMAKE_DEFINES: "-DUSE_AVX=Off -DCI_BUILD=On"
4241
# Verbosity
4342
CIBW_BUILD_VERBOSITY: "1"
4443
run: |

Changelog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2.15.1
2+
- deactivated avx in Linux wheels due to problems
3+
14
2.15.0
25
- macOS support (thanks to Robin Rademacher)
36
- update to OpenGL 3.3 (thanks to Robin Rademacher)

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.15.0
1+
2.15.1

0 commit comments

Comments
 (0)