Skip to content

Commit

Permalink
Merge pull request #14 from regro-cf-autotick-bot/0.7.0_h3073c2
Browse files Browse the repository at this point in the history
  • Loading branch information
RMeli authored Apr 5, 2024
2 parents 267a8c3 + e23615d commit 66addf0
Show file tree
Hide file tree
Showing 9 changed files with 62 additions and 18 deletions.
4 changes: 4 additions & 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:
- conda-forge 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.

16 changes: 9 additions & 7 deletions .scripts/build_steps.sh

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

4 changes: 2 additions & 2 deletions .scripts/logging_utils.sh

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

9 changes: 9 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.

2 changes: 1 addition & 1 deletion README.md

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.

8 changes: 4 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "spyrmsd" %}
{% set version = "0.6.0" %}
{% set version = "0.7.0" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: e50e6c63537171882d0d07b1679ae905916bb1ac77ceef1ccb8989e28cf5a3a2
sha256: 55f787445e4cf4356c713060eff2e7a99959973167dcf0952e18162c07330e78

build:
noarch: python
Expand All @@ -16,11 +16,11 @@ build:

requirements:
host:
- python >=3.7
- python >=3.9
- pip
- flit
run:
- python >=3.7
- python >=3.9
- numpy
- scipy
- networkx >=2
Expand Down

0 comments on commit 66addf0

Please sign in to comment.