Skip to content

Commit

Permalink
Merge pull request #29 from regro-cf-autotick-bot/2023.10.27_hbccfc1
Browse files Browse the repository at this point in the history
acpype v2023.10.27
  • Loading branch information
lkagami authored Oct 27, 2023
2 parents a75e7d5 + 89218a4 commit 2adc8fd
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 20 deletions.
5 changes: 0 additions & 5 deletions .azure-pipelines/azure-pipelines-linux.yml

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

2 changes: 1 addition & 1 deletion .circleci/config.yml

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

9 changes: 4 additions & 5 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.

8 changes: 4 additions & 4 deletions README.md

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

6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{% set name = "acpype" %}
{% set version = "2022.7.21" %}
{% set version = "2023.10.27" %}

package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://github.com/alanwilter/{{ name }}/archive/{{ version }}.tar.gz
sha256: 5f7e6162d9a0aed2f770b9ccf5617ac1398a423cca815ae37cbf66d4cd62ea2f
sha256: 51dc45383c8efa0504075286226039c6baba9039311093b01e6d1b3ad88b1f44
build:
number: 1
number: 0
script:
- mv recipe/setup_conda.py setup.py
- {{ PYTHON }} -m pip install . -vv
Expand Down

0 comments on commit 2adc8fd

Please sign in to comment.