Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanmmacleod committed Jul 23, 2024
1 parent 9e78805 commit 3d18efb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ source:
build:
error_overdepending: true
error_overlinking: true
number: 1
number: 2
skip: true # [win]

requirements:
Expand Down Expand Up @@ -174,6 +174,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') }}
Expand Down

0 comments on commit 3d18efb

Please sign in to comment.