We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0d9be9 commit ba81047Copy full SHA for ba81047
1 file changed
recipe/meta.yaml
@@ -4,7 +4,7 @@
4
{% set ver2 = '.'.join(version.split('.')[0:2]) %}
5
{% set ver2nd = ''.join(version.split('.')[0:2]) %}
6
{% set ver3nd = ''.join(version.split('.')[0:3]) %}
7
-{% set build_number = 1 %}
+{% set build_number = 2 %}
8
9
# this makes the linter happy
10
{% set channel_targets = channel_targets or 'conda-forge main' %}
@@ -88,7 +88,7 @@ outputs:
88
# Copy rather than link.
89
no_link:
90
- DLLs/_ctypes.pyd # [win]
91
- ignore_run_exports_from: # [unix]
+ ignore_run_exports_from:
92
# C++ only installed so CXX is defined for distutils/sysconfig.
93
- {{ compiler('cxx') }} # [unix]
94
# this is just to get the headers needed for tk.h, but is unused
0 commit comments