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

gz-common v6.0.0 #46

Merged
merged 15 commits into from
Sep 29, 2024
32 changes: 16 additions & 16 deletions README.md

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

4 changes: 4 additions & 0 deletions conda-forge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,7 @@ provider:
linux_aarch64: default
linux_ppc64le: default
test: native_and_emulated
bot:
abi_migration_branches:
- v5
automerge: true
66 changes: 0 additions & 66 deletions recipe/641.patch

This file was deleted.

13 changes: 0 additions & 13 deletions recipe/apple_disable_profiler_error_test.patch

This file was deleted.

14 changes: 6 additions & 8 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set repo_name = "gz-common" %}
{% set component_name = repo_name.split('-')[1] %}
{% set version = "5.6.0" %}
{% set version = "6.0.0" %}
{% set major_version = version.split('.')[0] %}
{% set name = repo_name + major_version %}
{% set component_version = component_name + major_version %}
Expand All @@ -12,15 +12,13 @@ package:

source:
- url: https://github.com/gazebosim/{{ repo_name }}/archive/{{ repo_name }}{{ major_version }}_{{ version }}.tar.gz
sha256: 39d02930638c5da35bbdd4925385bfe10180a8166c9c649b8ae67e083a47130e
sha256: 13eb0ea1cd756c17cf399afacaf4b704dcf9f4f20512e1a4f5504fe4a5bd1f61
patches:
- librt_linkage.patch # [linux]
- macro_path_binary_relocation.patch
- apple_disable_profiler_error_test.patch
- 641.patch

build:
number: 7
number: 0

outputs:
- name: {{ cxx_name }}
Expand All @@ -38,8 +36,8 @@ outputs:
- cmake
- pkg-config
host:
- libgz-math7
- libgz-cmake3
- libgz-math8
- libgz-cmake4
- libgz-utils2
- dlfcn-win32 # [win]
- libuuid # [linux]
Expand Down Expand Up @@ -113,7 +111,7 @@ about:
* `{{ name }}`: Meta-package that depends on `{{ cxx_name }}`.

If you need to depend at build time on the C++ package, please depend on `{{ cxx_name }}` in your recipe.

extra:
feedstock-name: {{ repo_name }}
recipe-maintainers:
Expand Down
Loading