Skip to content

Commit 6665f9c

Browse files
Update bx-python to 0.15.1 (#68558)
* Update bx-python to 0.15.0 * Add ``stdlib('c')`` to build requirements * Update bx-python to 0.15.1 --------- Co-authored-by: Nicola Soranzo <nicola.soranzo@earlham.ac.uk>
1 parent b831152 commit 6665f9c

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

recipes/bx-python/meta.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% set name = "bx-python" %}
2-
{% set version = "0.14.0" %}
3-
{% set sha256 = "c46eef1006d6107e31d2ff42f1ca27c34ddb080151309a909b4d2e53ca812cc6" %}
2+
{% set version = "0.15.1" %}
3+
{% set sha256 = "8c7102ffbf970139bcd792d320923b32f630ea20fde4898e9084c69b8ef06bb2" %}
44

55
package:
66
name: {{ name|lower }}
@@ -11,7 +11,7 @@ source:
1111
sha256: {{ sha256 }}
1212

1313
build:
14-
number: 1
14+
number: 0
1515
script:
1616
- export LDFLAGS="${LDFLAGS} -L${PREFIX}/lib"
1717
- export CFLAGS="${CFLAGS} -I${PREFIX}/include -O3" # [not osx]
@@ -23,6 +23,7 @@ build:
2323
requirements:
2424
build:
2525
- {{ compiler('cxx') }}
26+
- {{ stdlib('c') }}
2627
- pkg-config
2728
host:
2829
- python

0 commit comments

Comments
 (0)