diff --git a/recipe/meta.yaml b/recipe/meta.yaml index b28c950d..f8a28ba9 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -106,7 +106,7 @@ outputs: - {{ pin_subpackage("libclang-cpp", exact=True) }} - llvmdev =={{ version }} # we need to do this manually because clang_bootstrap has no run-export - - libcxx >={{ cxx_compiler_version }} # [osx] + - libcxx >={{ version }} # [osx] test: requires: - {{ compiler('cxx') }} @@ -170,7 +170,7 @@ outputs: - zstd run: # we need to do this manually because clang_bootstrap has no run-export - - libcxx >={{ cxx_compiler_version }} # [osx] + - libcxx >={{ version }} # [osx] test: commands: # presence of versioned library @@ -218,7 +218,7 @@ outputs: run: - {{ pin_subpackage("libclang-cpp" ~ minor_aware_ext, exact=True) }} # [unix] # we need to do this manually because clang_bootstrap has no run-export - - libcxx >={{ cxx_compiler_version }} # [osx] + - libcxx >={{ version }} # [osx] test: commands: # presence on unix @@ -267,7 +267,7 @@ outputs: - zstd run: # we need to do this manually because clang_bootstrap has no run-export - - libcxx >={{ cxx_compiler_version }} # [osx] + - libcxx >={{ version }} # [osx] test: commands: # presence of versioned libraries @@ -334,7 +334,7 @@ outputs: run: - {{ pin_subpackage("libclang" ~ libclang_soversion, exact=True) }} # we need to do this manually because clang_bootstrap has no run-export - - libcxx >={{ cxx_compiler_version }} # [osx] + - libcxx >={{ version }} # [osx] test: commands: - test -f $PREFIX/lib/libclang.so # [linux] @@ -378,12 +378,7 @@ outputs: run: - {{ pin_subpackage("libclang-cpp" ~ minor_aware_ext, exact=True) }} # [unix] # we need to do this manually because clang_bootstrap has no run-export - - libcxx >={{ cxx_compiler_version }} # [osx] - run_constrained: - - clangdev {{ version }} - - clangxx {{ version }} - - clang-tools {{ version }} - - llvm-tools {{ version }} + - libcxx >={{ version }} # [osx] test: commands: # presence of versioned libraries @@ -528,7 +523,7 @@ outputs: run: - {{ pin_subpackage("libclang-cpp" ~ minor_aware_ext, max_pin="x.x") }} # [unix] # we need to do this manually because clang_bootstrap has no run-export - - libcxx >={{ cxx_compiler_version }} # [osx] + - libcxx >={{ version }} # [osx] test: commands: - clang-format-{{ major_version }} --version @@ -577,7 +572,7 @@ outputs: - {{ pin_subpackage("libclang-cpp" ~ minor_aware_ext, max_pin="x.x") }} # [unix] - {{ pin_subpackage("clang-format-" ~ major_version, exact=True) }} # [unix] # we need to do this manually because clang_bootstrap has no run-export - - libcxx >={{ cxx_compiler_version }} # [osx] + - libcxx >={{ version }} # [osx] test: commands: - clang-format --version @@ -624,7 +619,7 @@ outputs: - {{ pin_subpackage("libclang" ~ libclang_soversion, max_pin=None) }} - {{ pin_subpackage("libclang-cpp" ~ minor_aware_ext, max_pin="x.x") }} # [unix] # we need to do this manually because clang_bootstrap has no run-export - - libcxx >={{ cxx_compiler_version }} # [osx] + - libcxx >={{ version }} # [osx] run_constrained: - clangdev {{ version }} test: