Skip to content

Commit

Permalink
Try to compile GALAHAD with PASTIX
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Feb 22, 2024
1 parent 02b2a78 commit a1aaed9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/meson.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,10 @@ jobs:
tar -xzvf METIS.v5.1.2.$PLATFORM.tar.gz -C deps
wget https://github.com/JuliaBinaryWrappers/CompilerSupportLibraries_jll.jl/releases/download/CompilerSupportLibraries-v1.1.0%2B0/CompilerSupportLibraries.v1.1.0.$PLATFORM-libgfortran5.tar.gz
tar -xzvf CompilerSupportLibraries.v1.1.0.$PLATFORM-libgfortran5.tar.gz -C deps
# wget https://github.com/JuliaBinaryWrappers/SCOTCH_jll.jl/releases/download/SCOTCH-v7.0.4%2B0/SCOTCH.v7.0.4.$PLATFORM.tar.gz
# tar -xzvf SCOTCH.v7.0.4.$PLATFORM.tar.gz -C deps
# wget https://github.com/JuliaBinaryWrappers/PaStiX_jll.jl/releases/download/PaStiX-v6.3.0%2B0/PaStiX.v6.3.0.$PLATFORM-libgfortran5.tar.gz
# tar -xzvf PaStiX.v6.3.0.$PLATFORM-libgfortran5.tar.gz -C deps
wget https://github.com/JuliaBinaryWrappers/SCOTCH_jll.jl/releases/download/SCOTCH-v7.0.4%2B0/SCOTCH.v7.0.4.$PLATFORM.tar.gz
tar -xzvf SCOTCH.v7.0.4.$PLATFORM.tar.gz -C deps
wget https://github.com/JuliaBinaryWrappers/PaStiX_jll.jl/releases/download/PaStiX-v6.3.0%2B0/PaStiX.v6.3.0.$PLATFORM-libgfortran5.tar.gz
tar -xzvf PaStiX.v6.3.0.$PLATFORM-libgfortran5.tar.gz -C deps
fi
fi
# wget https://github.com/JuliaBinaryWrappers/MKL_jll.jl/releases/download/MKL-v2023.2.0%2B0/MKL.v2023.2.0.$PLATFORM.tar.gz
Expand Down

0 comments on commit a1aaed9

Please sign in to comment.