There was an error while loading. Please reload this page.
1 parent b831152 commit 6665f9cCopy full SHA for 6665f9c
1 file changed
recipes/bx-python/meta.yaml
@@ -1,6 +1,6 @@
1
{% set name = "bx-python" %}
2
-{% set version = "0.14.0" %}
3
-{% set sha256 = "c46eef1006d6107e31d2ff42f1ca27c34ddb080151309a909b4d2e53ca812cc6" %}
+{% set version = "0.15.1" %}
+{% set sha256 = "8c7102ffbf970139bcd792d320923b32f630ea20fde4898e9084c69b8ef06bb2" %}
4
5
package:
6
name: {{ name|lower }}
@@ -11,7 +11,7 @@ source:
11
sha256: {{ sha256 }}
12
13
build:
14
- number: 1
+ number: 0
15
script:
16
- export LDFLAGS="${LDFLAGS} -L${PREFIX}/lib"
17
- export CFLAGS="${CFLAGS} -I${PREFIX}/include -O3" # [not osx]
@@ -23,6 +23,7 @@ build:
23
requirements:
24
25
- {{ compiler('cxx') }}
26
+ - {{ stdlib('c') }}
27
- pkg-config
28
host:
29
- python
0 commit comments