Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bot-automerge] gz-fuel-tools v10.0.0 #39

Merged
merged 6 commits into from
Sep 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading