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:
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 : |
You can’t perform that action at this time.
0 commit comments