File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44{% set ver2 = '.'.join(version.split('.')[0:2]) %}
55{% set ver2nd = ''.join(version.split('.')[0:2]) %}
66{% set ver3nd = ''.join(version.split('.')[0:3]) %}
7- {% set build_number = 0 %}
7+ {% set build_number = 1 %}
88
99# this makes the linter happy
1010{% set channel_targets = channel_targets or 'conda-forge main' %}
@@ -102,8 +102,8 @@ outputs:
102102 # C++ only installed so CXX is defined for distutils/sysconfig.
103103 - {{ compiler('cxx') }} # [unix]
104104 # These two are just to get the headers needed for tk.h, but is unused
105- - xorg-libx11
106- - xorg-xorgproto
105+ - xorg-libx11 # [unix]
106+ - xorg-xorgproto # [unix]
107107 # Disabled until verified to work correctly
108108 detect_binary_files_with_prefix : true
109109 # detect_binary_files_with_prefix: False
@@ -181,8 +181,8 @@ outputs:
181181 - readline # [not win]
182182 - tk
183183 # These two are just to get the headers needed for tk.h, but is unused
184- - xorg-libx11
185- - xorg-xorgproto
184+ - xorg-libx11 # [unix]
185+ - xorg-xorgproto # [unix]
186186 - ncurses # [unix]
187187 - libffi
188188 - ld_impl_{{ target_platform }} >=2.36.1 # [linux]
@@ -209,7 +209,7 @@ outputs:
209209 - {{ compiler('cxx') }}
210210 - {{ stdlib('c') }}
211211 # For tkinter, but we expect from system
212- - xorg-libx11
212+ - xorg-libx11 # [unix]
213213 files :
214214 - tests/cmake/*
215215 - tests/cython/*
You can’t perform that action at this time.
0 commit comments