Skip to content

Commit

Permalink
[bot-automerge] phonopy v2.21.1 (#129)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] authored Feb 16, 2024
2 parents e28fbc9 + 576c402 commit b8c1792
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 10 deletions.
13 changes: 12 additions & 1 deletion .gitignore

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

6 changes: 0 additions & 6 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.

6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "phonopy" %}
{% set version = "2.21.0" %}
{% set sha256 = "5805b180bc02850af0bada51b09b43528367c1e93a469641fbd26d50576bfe9c" %}
{% set version = "2.21.1" %}
{% set sha256 = "93d0f23dbd085181ee07df70a4d508b7be83eba33dff0cff09d5eaf0a6a9bf61" %}


package:
Expand All @@ -13,7 +13,7 @@ source:
sha256: {{ sha256 }}

build:
number: 1
number: 0
skip: true # [python_impl == 'pypy']
script: echo "extra_compile_args = -fopenmp=libomp" > site.cfg && echo "extra_link_args = -lomp" >> site.cfg &&{{ PYTHON }} -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv # [osx or arm64]
script: echo "extra_compile_args = -fopenmp" > site.cfg && echo "extra_link_args = -lgomp" >> site.cfg && {{ PYTHON }} -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv # [linux]
Expand Down

0 comments on commit b8c1792

Please sign in to comment.