File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -69,14 +69,10 @@ jobs:
69
69
cmake -S . -B build -DSLEEF_BUILD_QUAD:BOOL=ON -DSLEEF_BUILD_SHARED_LIBS:BOOL=ON -DCMAKE_POSITION_INDEPENDENT_CODE=ON
70
70
cmake --build build/ --clean-first -j
71
71
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
76
72
- name : Install quaddtype
77
73
working-directory : quaddtype
78
74
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"
80
76
- name : Run quaddtype tests
81
77
working-directory : quaddtype
82
78
run : |
You can’t perform that action at this time.
0 commit comments