Skip to content

Commit 7dd8611

Browse files
committed
fixing sleef compiling issue with FPIC
1 parent 28c205b commit 7dd8611

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- name: Install quaddtype
7373
working-directory: quaddtype
7474
run: |
75-
python -m pip install . -v --no-build-isolation -Cbuilddir=build -C'compile-args=-v' -Csetup-args="-Dbuildtype=debug"
75+
CFLAGS="-fPIC" CXXFLAGS="-fPIC" python -m pip install . -v --no-build-isolation -Cbuilddir=build -C'compile-args=-v' -Csetup-args="-Dbuildtype=debug"
7676
- name: Run quaddtype tests
7777
working-directory: quaddtype
7878
run: |

0 commit comments

Comments
 (0)