Skip to content

Commit 9639628

Browse files
committed
fixing sleef linking issues
1 parent e91104e commit 9639628

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,14 +69,10 @@ jobs:
6969
cmake -S . -B build -DSLEEF_BUILD_QUAD:BOOL=ON -DSLEEF_BUILD_SHARED_LIBS:BOOL=ON -DCMAKE_POSITION_INDEPENDENT_CODE=ON
7070
cmake --build build/ --clean-first -j
7171
sudo cmake --install build --prefix /usr
72-
- name: Check Sleef installation
73-
working-directory: quaddtype
74-
run: |
75-
find / -name libsleefquad.3.dylib 2>/dev/null
7672
- name: Install quaddtype
7773
working-directory: quaddtype
7874
run: |
79-
python -m pip install . -v --no-build-isolation -Cbuilddir=build -C'compile-args=-v' -Csetup-args="-Dbuildtype=debug"
75+
LDFLAGS="-Wl,-rpath,/usr/lib" python -m pip install . -v --no-build-isolation -Cbuilddir=build -C'compile-args=-v' -Csetup-args="-Dbuildtype=debug"
8076
- name: Run quaddtype tests
8177
working-directory: quaddtype
8278
run: |

0 commit comments

Comments
 (0)