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 a9d3262 commit cfe05dcCopy full SHA for cfe05dc
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 = "0" %}
+{% set build_number = "1" %}
8
{% set channel_targets = ('abc', 'def') %}
9
# this is just for the initial build, to break dependencies with python -> pip -> libpython-static
10
{% set bootstrap = "false" %}
@@ -294,6 +294,7 @@ outputs:
294
{% else %}
295
string: h{{ PKG_HASH }}_{{ rl_string }}{{ PKG_BUILDNUM }}{{ linkage_nature }}{{ debug }}
296
{% endif %}
297
+ skip: true # [win and readline_mode != 'none']
298
requirements:
299
build:
300
- {{ compiler('c') }}
0 commit comments