Skip to content

Commit

Permalink
Update azure-pipelines.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-frbg authored Mar 25, 2024
1 parent 4441d60 commit 044e6ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@ jobs:
steps:
- script: |
brew update
make TARGET=CORE2 DYNAMIC_ARCH=1 USE_OPENMP=1 INTERFACE64=1 CC=gcc-10 FC=gfortran-10 DYNAMIC_LIST="HASWELL"
make TARGET=CORE2 DYNAMIC_ARCH=1 USE_OPENMP=1 INTERFACE64=1 CC=gcc-10 FC=gfortran-10 DYNAMIC_LIST="HASWELL" PREFIX=../blasinst install
make TARGET=CORE2 DYNAMIC_ARCH=1 USE_OPENMP=1 INTERFACE64=1 CC=gcc FC=gfortran DYNAMIC_LIST="NEHALEM HASWELL SKYlAKEX"
make TARGET=CORE2 DYNAMIC_ARCH=1 USE_OPENMP=1 INTERFACE64=1 CC=gcc FC=gfortran DYNAMIC_LIST="NEHALEM HASWELL SKYLAKEX" PREFIX=../blasinst install
ls -lR ../blasinst
- job: OSX_GCC_Nothreads
Expand Down

0 comments on commit 044e6ed

Please sign in to comment.