Skip to content

Commit

Permalink
Compile SCOTCH with CI
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Jan 27, 2025
1 parent 9816a53 commit 020350e
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/meson/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,21 +202,15 @@ runs:
wget https://github.com/JuliaBinaryWrappers/METIS_jll.jl/releases/download/METIS-v${VERSION_METIS}%2B0/METIS.v${VERSION_METIS}.$PLATFORM.tar.gz
tar -xzvf METIS.v${VERSION_METIS}.$PLATFORM.tar.gz -C deps
- name: Install PASTIX
- name: Install PASTIX and SPM
if: inputs.int == '32' && inputs.os == 'ubuntu-latest' && inputs.compiler == 'gcc'
shell: bash
run: |
cd ..
mkdir -p deps
VERSION_SCOTCH="7.0.4"
VERSION_PASTIX="6.3.0"
VERSION_HWLOC="2.11.0"
VERSION_SCOTCH="7.0.6"
wget https://github.com/JuliaBinaryWrappers/SCOTCH_jll.jl/releases/download/SCOTCH-v${VERSION_SCOTCH}%2B0/SCOTCH.v${VERSION_SCOTCH}.$PLATFORM.tar.gz
tar -xzvf SCOTCH.v${VERSION_SCOTCH}.$PLATFORM.tar.gz -C deps
# wget https://github.com/JuliaBinaryWrappers/Hwloc_jll.jl/releases/download/Hwloc-v${VERSION_HWLOC}%2B0/Hwloc.v${VERSION_HWLOC}.$PLATFORM.tar.gz
# tar -xzvf Hwloc.v${VERSION_HWLOC}.$PLATFORM.tar.gz -C deps
# wget https://github.com/JuliaBinaryWrappers/PaStiX_jll.jl/releases/download/PaStiX-v${VERSION_PASTIX}%2B0/PaStiX.v${VERSION_PASTIX}.$PLATFORM-libgfortran5.tar.gz
# tar -xzvf PaStiX.v${VERSION_PASTIX}.$PLATFORM-libgfortran5.tar.gz -C deps
sudo apt-get -y install libhwloc-dev
git clone https://gitlab.inria.fr/solverstack/pastix.git
cd pastix
Expand Down

0 comments on commit 020350e

Please sign in to comment.