Skip to content

Commit 87b01f6

Browse files
isurufxhochy
authored andcommitted
xorg only for unix
1 parent 3d12db2 commit 87b01f6

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

recipe/meta.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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/*

0 commit comments

Comments
 (0)