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 508ddbe commit ed42fa8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/arm64_graviton.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,7 @@ jobs:
run: |
case "${{ matrix.build }}" in
"make")
wget https://patch-diff.githubusercontent.com/raw/OpenMathLib/OpenBLAS/pull/4963.diff
patch -p1 <4963.diff
sed -i -e "s/SMALL_MATRIX_OPT = 1/SMALL_MATRIX_OPT = 0/g" Makefile.system
make -j$(nproc) DYNAMIC_ARCH=1 USE_OPENMP=0 FC="ccache ${{ matrix.fortran }}"
;;
"cmake")
Expand Down

0 comments on commit ed42fa8

Please sign in to comment.