Skip to content

Commit

Permalink
install sleef?
Browse files Browse the repository at this point in the history
  • Loading branch information
mscroggs committed Sep 18, 2024
1 parent 6fcc8f2 commit 6f478ca
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,20 +34,8 @@ jobs:
- name: Install OpenBLAS, LAPACK, OpenSSL (yum)
run: yum -y install openblas-devel lapack-devel openssl-devel
if: matrix.platform.package-manager == 'yum'
- name: Clone Sleef (yum)
uses: actions/checkout@v4
with:
path: ./sleef
repository: shibatch/sleef
if: matrix.platform.package-manager == 'yum'
- name: Install Sleef (yum)
run: |
yum install -y mpfr
cd sleef
mkdir build
cmake -S . -B build
cmake --build build -j
cmake --install build
run: yum -y install https://dl.fedoraproject.org/pub/epel/8/Everything/x86_64/Packages/s/sleef-devel-3.5.1-3.el8.x86_64.rpm https://dl.fedoraproject.org/pub/epel/8/Everything/x86_64/Packages/s/sleef-3.5.1-3.el8.x86_64.rpm https://dl.fedoraproject.org/pub/epel/8/Everything/x86_64/Packages/s/sleef-3.5.1-3.el8.x86_64.rpm
if: matrix.platform.package-manager == 'yum'
- name: Install OpenBLAS, LAPACK, OpenSSL, Sleef (apt)
run: apt-get -y install libopenblas-dev liblapack-dev libsleef-dev
Expand Down

0 comments on commit 6f478ca

Please sign in to comment.