Skip to content
This repository has been archived by the owner on Aug 19, 2022. It is now read-only.

Commit

Permalink
Add max_pin to libclang-cpp (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
pearu committed Oct 8, 2021
1 parent ec374f8 commit 39f3cca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% set version = "5.7.1" %} # PEP 386
{% set source_version = "5.7.1" %}
{% set base_version = "5.7.1" %}
{% set number = "2" %}
{% set number = "3" %}
{% set cuda_enabled = cuda_compiler_version is not undefined and cuda_compiler_version == '11.0' %}
{% set build_ext_version = "1.0.0" %}
{% set build_ext = "cuda" if cuda_enabled else "cpu" %}
Expand Down Expand Up @@ -324,7 +324,7 @@ outputs:
- bzip2
# omnscidb Load-time UDF support calls clang++
- gxx_{{ target_platform }}
- {{ pin_compatible('libclang-cpp') }}
- {{ pin_compatible('libclang-cpp', max_pin='x.x') }}
- ncurses
- openjdk 8.*
- xz
Expand Down

0 comments on commit 39f3cca

Please sign in to comment.