Skip to content

Commit

Permalink
It should be fine now!
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Jan 21, 2025
1 parent 06bec66 commit e9d658b
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/meson/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,25 +127,13 @@ runs:
meson compile -C builddir
meson install -C builddir
- name: Install OpenBLAS
if: inputs.os == 'self-hosted'
shell: bash
run: |
cd ..
mkdir -p deps
VERSION_OPENBLAS32="0.3.29"
VERSION_OPENBLAS="0.3.29"
wget https://github.com/JuliaBinaryWrappers/OpenBLAS_jll.jl/releases/download/OpenBLAS-v${VERSION_OPENBLAS}%2B0/OpenBLAS.v${VERSION_OPENBLAS}.$PLATFORM-libgfortran5.tar.gz
tar -xzvf OpenBLAS.v${VERSION_OPENBLAS}.$PLATFORM-libgfortran5.tar.gz -C deps
wget https://github.com/JuliaBinaryWrappers/OpenBLAS32_jll.jl/releases/download/OpenBLAS32-v${VERSION_OPENBLAS32}%2B0/OpenBLAS32.v${VERSION_OPENBLAS32}.$PLATFORM-libgfortran5.tar.gz
tar -xzvf OpenBLAS32.v${VERSION_OPENBLAS32}.$PLATFORM-libgfortran5.tar.gz -C deps
- name: Install libHSL
if: inputs.os != 'windows-latest'
shell: bash
run: |
# self-hosted runner
if [[ "$HOSTNAME" == "moonshot" ]]; then
mv /scratch/github-actions/actions_runner_galahad/lib/* $DEPS/deps/$LIBDIR
if [[ "${{ inputs.int }}" == "64" ]]; then
INT64="true"
BLAS="openblas64_"
Expand Down

0 comments on commit e9d658b

Please sign in to comment.