Skip to content

Commit

Permalink
Merge pull request #14 from TileDB-Inc/kerl/somacore-1.0.11
Browse files Browse the repository at this point in the history
somacore 1.0.11
  • Loading branch information
johnkerl authored Apr 29, 2024
2 parents 5c90386 + 5d770ad commit cbc9341
Show file tree
Hide file tree
Showing 7 changed files with 45 additions and 15 deletions.
1 change: 1 addition & 0 deletions .azure-pipelines/azure-pipelines-linux.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
c_stdlib:
- sysroot
c_stdlib_version:
- '2.12'
cdt_name:
- cos6
channel_sources:
Expand All @@ -6,3 +10,6 @@ channel_targets:
- tiledb main
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
zip_keys:
- - c_stdlib_version
- cdt_name
25 changes: 23 additions & 2 deletions .gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 3 additions & 9 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .scripts/run_docker_build.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions build-locally.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "somacore" %}
{% set version = "1.0.10" %}
{% set version = "1.0.11" %}

package:
name: {{ name|lower }}
Expand All @@ -10,7 +10,7 @@ package:
# shasum -a 256 somacore-i.j.k.tar.gz
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/somacore-{{ version }}.tar.gz
sha256: 5fb9b54b28fe83256ff34c8c97df8b6e691a627518bda1672598e0a32d58babf
sha256: 16395ae09006c8d6e80f75766b2c3ae7bda15e1afc6607af24c25ae75cc12104

build:
noarch: python
Expand Down

0 comments on commit cbc9341

Please sign in to comment.