Skip to content

Commit

Permalink
Merge pull request #16 from regro-cf-autotick-bot/7.5.0_h01688d
Browse files Browse the repository at this point in the history
[bot-automerge] gz-math v7.5.0
  • Loading branch information
traversaro authored Jun 22, 2024
2 parents 93ad2c8 + 2156816 commit a8e4e76
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 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.4.0" %}
{% set version = "7.5.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: e7c7d09cba113f437fc6a8f39729ebd273c79a3779195881e6dcf0c45803a410
sha256: b323b6082902c7970938f81e7bf515ab035f5bcb9f1b08ea1a5acf03ab247000
patches:
- standalone_bindings.patch

Expand Down Expand Up @@ -61,6 +61,7 @@ outputs:
requirements:
build:
- {{ compiler('c') }}
- {{ stdlib('c') }}
- {{ compiler('cxx') }}
- swig
- ninja
Expand Down

0 comments on commit a8e4e76

Please sign in to comment.