File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ jobs:
185185 variables :
186186 LD_LIBRARY_PATH : /usr/local/opt/llvm/lib
187187 LIBRARY_PATH : /usr/local/opt/llvm/lib
188- RANLIB : llvm-ranlib
188+ RANLIB : touch
189189 steps :
190190 - script : |
191191 brew update
@@ -198,7 +198,7 @@ jobs:
198198 variables :
199199 LD_LIBRARY_PATH : /usr/local/opt/llvm/lib
200200 LIBRARY_PATH : /usr/local/opt/llvm/lib
201- RANLIB : llvm-ranlib
201+ RANLIB : touch
202202 steps :
203203 - script : |
204204 brew update
@@ -242,7 +242,7 @@ jobs:
242242 LD_LIBRARY_PATH : /usr/local/opt/llvm/lib
243243 MACOS_HPCKIT_URL : https://registrationcenter-download.intel.com/akdlm/IRC_NAS/edb4dc2f-266f-47f2-8d56-21bc7764e119/m_HPCKit_p_2023.2.0.49443.dmg
244244 LIBRARY_PATH : /usr/local/opt/llvm/lib
245- RANLIB : llvm-ranlib
245+ RANLIB : touch
246246 MACOS_FORTRAN_COMPONENTS : intel.oneapi.mac.ifort-compiler
247247 steps :
248248 - script : |
You can’t perform that action at this time.
0 commit comments