Skip to content

Commit 976f8ed

Browse files
committed
workflow: -fopenmp for linux
1 parent 7c15c98 commit 976f8ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
yum update -y
4141
yum install -y cmake gcc gcc-c++ make git pkgconfig
4242
CIBW_ENVIRONMENT: >
43-
LDFLAGS="-fopenmp $LDFLAGS"
43+
LDFLAGS="-fopenmp"
4444
CIBW_REPAIR_WHEEL_COMMAND: |
4545
auditwheel repair -w {dest_dir} --plat manylinux_2_28_x86_64 {wheel}
4646
CIBW_TEST_COMMAND: |

0 commit comments

Comments
 (0)