diff --git a/.ci_support/linux_64_OGRE_VERSION1.10.yaml b/.ci_support/linux_64_OGRE_VERSION1.10.yaml index b7d70ef..3ab4e21 100644 --- a/.ci_support/linux_64_OGRE_VERSION1.10.yaml +++ b/.ci_support/linux_64_OGRE_VERSION1.10.yaml @@ -5,7 +5,7 @@ c_compiler: c_compiler_version: - '11' cdt_name: -- cos6 +- cos7 channel_sources: - conda-forge channel_targets: diff --git a/.ci_support/linux_64_OGRE_VERSION1.12.yaml b/.ci_support/linux_64_OGRE_VERSION1.12.yaml index 338138a..fa6779f 100644 --- a/.ci_support/linux_64_OGRE_VERSION1.12.yaml +++ b/.ci_support/linux_64_OGRE_VERSION1.12.yaml @@ -5,7 +5,7 @@ c_compiler: c_compiler_version: - '11' cdt_name: -- cos6 +- cos7 channel_sources: - conda-forge channel_targets: diff --git a/conda-forge.yml b/conda-forge.yml index 8491c9d..7eb6fe4 100644 --- a/conda-forge.yml +++ b/conda-forge.yml @@ -12,3 +12,5 @@ provider: linux_aarch64: default linux_ppc64le: default test: native_and_emulated +os_version: + linux_64: cos7 diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 889c9fc..6dd0bf5 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -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 %} @@ -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 @@ -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]