File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments