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 ed6a915 commit 8a094e8Copy full SHA for 8a094e8
.github/workflows/ci.yml
@@ -61,7 +61,7 @@ jobs:
61
sudo apt-get install -y libmpfr-dev libssl-dev libfftw3-dev
62
- name: Install SLEEF
63
run: |
64
- git clone -b 3.6 https://github.com/shibatch/sleef.git
+ git clone https://github.com/shibatch/sleef.git
65
cd sleef
66
cmake -S . -B build -DSLEEF_BUILD_QUAD:BOOL=ON -DSLEEF_BUILD_SHARED_LIBS:BOOL=ON -DCMAKE_POSITION_INDEPENDENT_CODE=ON
67
cmake --build build/ --clean-first -j
0 commit comments