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 a35abce commit 8516544Copy full SHA for 8516544
.github/workflows/ci.yml
@@ -61,8 +61,8 @@ jobs:
61
sudo apt-get install -y libmpfr-dev libssl-dev libfftw3-dev
62
- name: Install SLEEF
63
run: |
64
- yum update -y
65
- yum install -y cmake gcc gcc-c++ make git pkgconfig
+ sudo apt-get update -y
+ sudo apt-get install -y cmake gcc g++ make git pkg-config
66
git clone --branch 3.8 https://github.com/shibatch/sleef.git
67
cd sleef
68
cmake -S . -B build -DSLEEF_BUILD_QUAD:BOOL=ON -DSLEEF_BUILD_SHARED_LIBS:BOOL=ON -DCMAKE_POSITION_INDEPENDENT_CODE=ON
0 commit comments