Skip to content

Commit 562edad

Browse files
committed
update host-deps for clang-tools
1 parent 2cc62cb commit 562edad

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

recipe/meta.yaml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -543,11 +543,6 @@ outputs:
543543
track_features:
544544
- hcc # [variant=="hcc"]
545545
string: {{ variant }}_h{{ PKG_HASH }}_{{ build_number }}
546-
ignore_run_exports_from:
547-
# the build fails if it doesn't find the following, but it's not used
548-
- zlib # [unix]
549-
- libxml2 # [unix]
550-
- zstd # [unix]
551546
requirements:
552547
build:
553548
# "compiling .pyc files" fails without this
@@ -564,10 +559,12 @@ outputs:
564559
- {{ pin_subpackage("libclang-cpp", exact=True) }}
565560
- {{ pin_subpackage("clang-format", exact=True) }}
566561
- llvm =={{ version }}
567-
# Use the same requirements as the top-level requirements
568562
- libcxx {{ cxx_compiler_version }} # [osx]
569563
- llvmdev =={{ version }}
564+
- icu # [unix]
565+
- libiconv
570566
- libxml2
567+
- xz # [unix]
571568
- zlib
572569
- zstd
573570
run:

0 commit comments

Comments
 (0)