Skip to content

Commit

Permalink
Merge pull request #9 from regro-cf-autotick-bot/5.0.0_hbf3aae
Browse files Browse the repository at this point in the history
libignition-rendering4 v5.0.0
  • Loading branch information
traversaro authored Apr 2, 2021
2 parents 0a06df9 + e699a28 commit a9f7353
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 19 deletions.
22 changes: 11 additions & 11 deletions README.md

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

3 changes: 3 additions & 0 deletions conda-forge.yml
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
conda_forge_output_validation: true
bot:
abi_migration_branches:
- "v4"
3 changes: 2 additions & 1 deletion recipe/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ cmake .. \

cmake --build . --config Release
cmake --build . --config Release --target install
ctest --output-on-failure -C Release -E "INTEGRATION|PERFORMANCE|REGRESSION|UNIT_RenderingIface_TEST|check_UNIT_RenderingIface_TEST"
# UNIT_Heightmap_TEST disabled for https://github.com/conda-forge/libignition-rendering4-feedstock/issues/10
ctest --output-on-failure -C Release -E "INTEGRATION|PERFORMANCE|REGRESSION|UNIT_RenderingIface_TEST|check_UNIT_RenderingIface_TEST|UNIT_Heightmap_TEST"
12 changes: 5 additions & 7 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set base_name = "libignition-rendering" %}
{% set version = "4.7.0" %}
{% set version = "5.0.0" %}
{% set name = base_name + version.split('.')[0] %}

package:
Expand All @@ -8,12 +8,12 @@ package:

source:
url: https://github.com/ignitionrobotics/ign-rendering/archive/ignition-rendering{{ version.split('.')[0] }}_{{ version }}.tar.gz
sha256: f9c23e604e785b7a2352686f044964899b87146dc2000a9f1ddfa04fd09560c9
sha256: 99527b4b96049184a6da53a895b55568093e26008e1fcde6655e8014ab897c74
patches:
- ogre-version.patch

build:
number: 1
number: 0
run_exports:
- {{ pin_subpackage(name, max_pin='x') }}

Expand All @@ -39,16 +39,14 @@ requirements:
- xorg-libxext # [unix]
- libglu # [linux]
- libignition-math6 >=6.6
- libignition-common3
- libignition-common4
- libignition-plugin1
- libignition-utils1
- ogre {{ ogre }}
run:
- xorg-libx11 # [unix]
- xorg-libxext # [unix]
- libglu # [linux]
- libignition-math6 >=6.6
- libignition-common3
- libignition-plugin1
- {{ pin_compatible('ogre', max_pin='x.x') }}
- __osx >={{ MACOSX_DEPLOYMENT_TARGET|default("10.9") }} # [osx and x86_64]

Expand Down

0 comments on commit a9f7353

Please sign in to comment.