Fix missing gfortran in OSX cmake-clang-gfortran job
This commit is contained in:
parent
8a87e80c74
commit
bed8e250ba
|
@ -174,7 +174,7 @@ jobs:
|
|||
steps:
|
||||
- script: |
|
||||
brew update
|
||||
brew install llvm libomp
|
||||
brew install llvm libomp gfortran
|
||||
mkdir build
|
||||
cd build
|
||||
cmake -DTARGET=CORE2 -DUSE_OPENMP=1 -DINTERFACE64=1 -DDYNAMIC_ARCH=1 -DCMAKE_C_COMPILER=/usr/local/opt/llvm/bin/clang -DNO_AVX512=1 ..
|
||||
|
|
Loading…
Reference in New Issue