We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f53c130 commit 77e9967Copy full SHA for 77e9967
.github/workflows/ci.yml
@@ -73,6 +73,10 @@ jobs:
73
working-directory: quaddtype
74
run: |
75
CFLAGS="-fPIC" CXXFLAGS="-fPIC" python -m pip install . -v --no-build-isolation -Cbuilddir=build -C'compile-args=-v' -Csetup-args="-Dbuildtype=debug"
76
+ - name: Check SLEEF installation
77
+ run: |
78
+ ls -l /usr/local/lib | grep sleef
79
+ ls -l /usr/local/include | grep sleef
80
- name: Run quaddtype tests
81
82
0 commit comments