Skip to content

Commit 331b9ef

Browse files
authored
Use llvm-ranlib in gmake/llvm builds on Mac
1 parent 60d03c3 commit 331b9ef

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +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
188189
steps:
189190
- script: |
190191
brew update
@@ -197,6 +198,7 @@ jobs:
197198
variables:
198199
LD_LIBRARY_PATH: /usr/local/opt/llvm/lib
199200
LIBRARY_PATH: /usr/local/opt/llvm/lib
201+
RANLIB: llvm-ranlib
200202
steps:
201203
- script: |
202204
brew update
@@ -240,6 +242,7 @@ jobs:
240242
LD_LIBRARY_PATH: /usr/local/opt/llvm/lib
241243
MACOS_HPCKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/edb4dc2f-266f-47f2-8d56-21bc7764e119/m_HPCKit_p_2023.2.0.49443.dmg
242244
LIBRARY_PATH: /usr/local/opt/llvm/lib
245+
RANLIB: llvm-ranlib
243246
MACOS_FORTRAN_COMPONENTS: intel.oneapi.mac.ifort-compiler
244247
steps:
245248
- script: |

0 commit comments

Comments
 (0)