Skip to content

Commit

Permalink
Merge pull request #6 from regro-cf-autotick-bot/7_7.3.1_hb96b7a
Browse files Browse the repository at this point in the history
gz-rendering v7_7.3.1
  • Loading branch information
traversaro authored Apr 16, 2023
2 parents 836c1d7 + bbd8da4 commit fdea150
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
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

0 comments on commit fdea150

Please sign in to comment.