From 37446ff73b590ed93d6497dbcc2f46ae8a74f784 Mon Sep 17 00:00:00 2001 From: Duncan Macleod Date: Tue, 23 Jul 2024 16:12:04 +0100 Subject: [PATCH] work around https://github.com/conda/conda-build/issues/5403 --- recipe/meta.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 0e09e1d..ce7606c 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -172,6 +172,10 @@ outputs: description: Just the HTCondor libcondor_utils shared object library. - name: htcondor-utils + build: + missing_dso_whitelist: + # https://github.com/conda/conda-build/issues/5403 + - $RPATH/ld64.so.2 # [ppc64le] requirements: build: - {{ compiler('c') }}