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-rendering v7_7.3.1 #6

Merged
merged 7 commits into from
Apr 16, 2023
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_OGRE_VERSION1.10.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ c_compiler:
c_compiler_version:
- '11'
cdt_name:
- cos6
- cos7
channel_sources:
- conda-forge
channel_targets:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/linux_64_OGRE_VERSION1.12.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ c_compiler:
c_compiler_version:
- '11'
cdt_name:
- cos6
- cos7
channel_sources:
- conda-forge
channel_targets:
Expand Down
2 changes: 2 additions & 0 deletions conda-forge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ provider:
linux_aarch64: default
linux_ppc64le: default
test: native_and_emulated
os_version:
linux_64: cos7
7 changes: 5 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set component_name = "rendering" %}
{% set repo_name = "gz-" + component_name %}
{% set version = "7_7.3.0" %}
{% set version = "7_7.3.1" %}
{% set major_version = version.split('_')[0] %}
{% set version_package = version.split('_')[1] %}
{% set name = repo_name + major_version %}
Expand All @@ -13,7 +13,7 @@ package:

source:
- url: https://github.com/gazebosim/{{ repo_name }}/archive/{{ repo_name }}{{ version }}.tar.gz
sha256: ef654d3c25c4dcf8f0111f864339884c1aa5a71f7424fc1980285f640277f44a
sha256: 9a9da62f77c21f7a0b695e929bf9108ac3d88e1747b474eba26c9c5121ae5a99

build:
number: 0
Expand All @@ -33,8 +33,11 @@ outputs:
- cmake
- pkg-config
# x11
- sysroot_linux-64 2.17 # [linux64]
- {{ cdt('mesa-libgl-devel') }} # [unix and not (osx and arm64)]
- {{ cdt('mesa-dri-drivers') }} # [unix and not (osx and arm64)]
- {{ cdt('mesa-libegl-devel') }} # [linux]
- {{ cdt('libglvnd-devel') }} # [linux]
- {{ cdt('libselinux') }} # [linux]
- {{ cdt('libxdamage') }} # [linux]
- {{ cdt('libxxf86vm') }} # [linux]
Expand Down