Skip to content

Commit

Permalink
ld64 needs libdispatch on Linux (#80)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] authored Sep 19, 2024
2 parents 873582a + 2b7e47c commit 228ac6d
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 10 deletions.
2 changes: 2 additions & 0 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build-locally.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions conda-forge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ build_platform:
osx_arm64: osx_64
conda_build:
pkg_format: '2'
error_overlinking: true
conda_forge_output_validation: true
github:
branch_name: main
Expand Down
3 changes: 2 additions & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ source:
- patches/0005-fix-glibc-headers.patch # [linux]

build:
number: 0
number: 1
skip: True # [win]
ignore_run_exports:
- zlib
Expand Down Expand Up @@ -124,6 +124,7 @@ outputs:
- clang {{ llvm_version }}.*
- tapi
- libcxx # [osx]
- libdispatch # [linux]
- libuuid # [linux]
run:
- {{ pin_compatible("tapi") }}
Expand Down

0 comments on commit 228ac6d

Please sign in to comment.