Skip to content

Commit e91104e

Browse files
committed
fixing sleef linking issues
1 parent 53396db commit e91104e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,14 @@ 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
7276
- name: Install quaddtype
7377
working-directory: quaddtype
7478
run: |
7579
python -m pip install . -v --no-build-isolation -Cbuilddir=build -C'compile-args=-v' -Csetup-args="-Dbuildtype=debug"
76-
find ./dist/*.whl | xargs python -m pip install
7780
- name: Run quaddtype tests
7881
working-directory: quaddtype
7982
run: |

0 commit comments

Comments
 (0)