Skip to content

Commit

Permalink
loosen host libcxx-devel pin for outputs depending on clangxx
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Sep 3, 2024
1 parent d23c32b commit 224c5a9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ outputs:
- {{ pin_subpackage("clang-tools", exact=True) }}
- {{ pin_subpackage("libclang", exact=True) }}
- {{ pin_subpackage("libclang-cpp", exact=True) }}
# Use the same requirements as the top-level requirements
- libcxx-devel {{ cxx_compiler_version }} # [osx]
# unpinned because we depend on clangxx here, which pins libcxx-devel
- libcxx-devel # [osx]
- llvmdev =={{ version }}
- libxml2
- zlib
Expand Down Expand Up @@ -519,8 +519,8 @@ outputs:
- {{ pin_subpackage("libclang", exact=True) }}
- {{ pin_subpackage("libclang-cpp", exact=True) }}
- llvm =={{ version }}
# Use the same requirements as the top-level requirements
- libcxx-devel {{ cxx_compiler_version }} # [osx]
# unpinned because we depend on clangxx here, which pins libcxx-devel
- libcxx-devel # [osx]
- llvmdev =={{ version }}
- libxml2
- zlib
Expand Down Expand Up @@ -567,8 +567,8 @@ outputs:
- {{ pin_subpackage("libclang-cpp", exact=True) }}
- {{ pin_subpackage("clang-format-" ~ major_version, exact=True) }} # [unix]
- llvm =={{ version }}
# Use the same requirements as the top-level requirements
- libcxx-devel {{ cxx_compiler_version }} # [osx]
# unpinned because we depend on clangxx here, which pins libcxx-devel
- libcxx-devel # [osx]
- llvmdev =={{ version }}
- libxml2
- zlib
Expand Down Expand Up @@ -612,8 +612,8 @@ outputs:
- {{ pin_subpackage("libclang-cpp", exact=True) }}
- {{ pin_subpackage("clang-format", exact=True) }}
- llvm =={{ version }}
# Use the same requirements as the top-level requirements
- libcxx-devel {{ cxx_compiler_version }} # [osx]
# unpinned because we depend on clangxx here, which pins libcxx-devel
- libcxx-devel # [osx]
- llvmdev =={{ version }}
- libxml2
- zlib
Expand Down

0 comments on commit 224c5a9

Please sign in to comment.