We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c15c98 commit 976f8edCopy full SHA for 976f8ed
.github/workflows/build_wheels.yml
@@ -40,7 +40,7 @@ jobs:
40
yum update -y
41
yum install -y cmake gcc gcc-c++ make git pkgconfig
42
CIBW_ENVIRONMENT: >
43
- LDFLAGS="-fopenmp $LDFLAGS"
+ LDFLAGS="-fopenmp"
44
CIBW_REPAIR_WHEEL_COMMAND: |
45
auditwheel repair -w {dest_dir} --plat manylinux_2_28_x86_64 {wheel}
46
CIBW_TEST_COMMAND: |
0 commit comments