Skip to content

Commit

Permalink
gz-math v7.3.0 (#10)
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 Aug 29, 2023
2 parents c401c08 + ca268c1 commit fd5a78a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 13 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.

5 changes: 4 additions & 1 deletion .azure-pipelines/azure-pipelines-win.yml

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

10 changes: 5 additions & 5 deletions .scripts/run_osx_build.sh

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,6 +1,6 @@
{% set component_name = "math" %}
{% set repo_name = "gz-" + component_name %}
{% set version = "7.2.0" %}
{% set version = "7.3.0" %}
{% set major_version = version.split('.')[0] %}
{% set name = repo_name + major_version %}
{% set component_version = component_name + major_version %}
Expand All @@ -13,7 +13,7 @@ package:

source:
- url: https://github.com/gazebosim/{{ repo_name }}/archive/{{ repo_name }}{{ major_version }}_{{ version }}.tar.gz
sha256: 9de884f77ba048b3651ec9a600457d73e4914637b3bfa5541675ef6774147127
sha256: 320afb30f43727340718743c0f8d94e61e9c1083c17927701efe75087f9cc6d0
patches:
- standalone_bindings.patch

Expand Down

0 comments on commit fd5a78a

Please sign in to comment.