Skip to content

Commit

Permalink
Merge pull request #39 from regro-cf-autotick-bot/10.0.0_hd82ec8
Browse files Browse the repository at this point in the history
[bot-automerge] gz-fuel-tools v10.0.0
  • Loading branch information
Tobias-Fischer authored Sep 30, 2024
2 parents d94b500 + 1509890 commit a448ede
Show file tree
Hide file tree
Showing 10 changed files with 27 additions and 44 deletions.
2 changes: 1 addition & 1 deletion .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jsoncpp:
libcurl:
- '8'
libprotobuf:
- 5.27.5
- 4.25.3
libzip:
- '1'
target_platform:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/linux_aarch64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jsoncpp:
libcurl:
- '8'
libprotobuf:
- 5.27.5
- 4.25.3
libzip:
- '1'
target_platform:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/linux_ppc64le_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jsoncpp:
libcurl:
- '8'
libprotobuf:
- 5.27.5
- 4.25.3
libzip:
- '1'
target_platform:
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jsoncpp:
libcurl:
- '8'
libprotobuf:
- 5.27.5
- 4.25.3
libzip:
- '1'
macos_machine:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/osx_arm64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jsoncpp:
libcurl:
- '8'
libprotobuf:
- 5.27.5
- 4.25.3
libzip:
- '1'
macos_machine:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/win_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jsoncpp:
libcurl:
- '8'
libprotobuf:
- 5.27.5
- 4.25.3
libzip:
- '1'
target_platform:
Expand Down
26 changes: 13 additions & 13 deletions README.md

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

1 change: 1 addition & 0 deletions conda-forge.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
bot:
abi_migration_branches:
- v8
- v9
automerge: true
build_platform:
linux_aarch64: linux_64
Expand Down
14 changes: 7 additions & 7 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% set component_name = "fuel-tools" %}
{% set cmake_name = "fuel_tools" %}
{% set repo_name = "gz-" + component_name %}
{% set version = "9.0.3" %}
{% set version = "10.0.0" %}
{% set major_version = version.split('.')[0] %}
{% set name = repo_name + major_version %}
{% set component_version = component_name + major_version %}
Expand All @@ -14,10 +14,10 @@ package:

source:
- url: https://github.com/gazebosim/{{ repo_name }}/archive/{{ repo_name }}{{ major_version }}_{{ version }}.tar.gz
sha256: fba6798efd7db5a6ac824113123effd19e9907cd479d5d1b1314bb3dd4c6f705
sha256: 47fc53b1628b6d2baa4b769f80286a94290979adbafeea0e07cd8b0a53f237c6

build:
number: 4
number: 0

outputs:
- name: {{ cxx_name }}
Expand All @@ -35,10 +35,10 @@ outputs:
- ninja
- pkgconfig
host:
- libgz-cmake3
- libgz-math7
- libgz-msgs10
- libgz-common5
- libgz-cmake4
- libgz-math8
- libgz-msgs11
- libgz-common6
- libgz-tools2
- libcurl
- jsoncpp
Expand Down

0 comments on commit a448ede

Please sign in to comment.