Skip to content

Commit

Permalink
Update arm64_graviton.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-frbg authored Dec 9, 2024
1 parent c3d436b commit e341ca3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/arm64_graviton.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ jobs:
run: |
case "${{ matrix.build }}" in
"make")
sed -i -e "s/SMALL_MATRIX_OPT = 1/SMALL_MATRIX_OPT = 0/g" Makefile.system
wget https://patch-diff.githubusercontent.com/raw/OpenMathLib/OpenBLAS/pull/4963.diff
patch -p1 <4963.diff
make -j$(nproc) DYNAMIC_ARCH=1 USE_OPENMP=0 FC="ccache ${{ matrix.fortran }}"
;;
"cmake")
Expand Down

0 comments on commit e341ca3

Please sign in to comment.