Skip to content

Commit 2b4eaad

Browse files
authored
try to make do without ranlib on OSX
1 parent 331b9ef commit 2b4eaad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)