We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bbf3f2a + d96c10c commit 74bc600Copy full SHA for 74bc600
.ci_support/linux_64_.yaml
@@ -1,3 +1,7 @@
1
+c_stdlib:
2
+- sysroot
3
+c_stdlib_version:
4
+- '2.12'
5
cdt_name:
6
- cos6
7
channel_sources:
@@ -6,3 +10,6 @@ channel_targets:
10
- conda-forge main
11
docker_image:
8
12
- quay.io/condaforge/linux-anvil-cos7-x86_64
13
+zip_keys:
14
+- - c_stdlib_version
15
+ - cdt_name
recipe/meta.yaml
@@ -1,13 +1,13 @@
{% set name = "ltbams" %}
-{% set version = "0.9.4" %}
+{% set version = "0.9.5" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
9
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/ltbams-{{ version }}.tar.gz
- sha256: 79518f89bd20423a186b4b479541287bc50f1e0a27e032428bee7fc19d3d9e07
+ sha256: 3f3958ee499d4b0eff0831fd75c5e694a4dc1c11f82039425ad327b649af4eab
build:
entry_points:
0 commit comments