From a8d8c8ed8c26202bb2c5189c5e0354456116d690 Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Fri, 8 Oct 2021 15:43:38 +0200 Subject: [PATCH 01/10] Update meta.yaml --- recipe/meta.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 3724fc0..d418e7e 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,6 +1,6 @@ {% set component_name = "sensors" %} {% set base_name = "libignition-" + component_name %} -{% set version = "5_5.0.0" %} +{% set version = "6_6.0.0" %} {% set version_package = version.split('_')[1] %} {% set major_version = version.split('_')[0] %} {% set name = base_name + major_version %} @@ -11,10 +11,10 @@ package: source: - url: https://github.com/ignitionrobotics/ign-{{ component_name }}/archive/ignition-{{ component_name }}{{ version }}.tar.gz - sha256: 2484b82d2122633956fdf3fab9e8a41fd8c18de3055d059ec461c9b9153c3257 + sha256: ad9da18d8d1316bccfe86e943c3f66b806cf3614bcf79479fc86c94a0c3680de build: - number: 4 + number: 0 run_exports: - {{ pin_subpackage(name, max_pin='x') }} From 2efcf56c18a52fd1c65bb221d60aa42504734156 Mon Sep 17 00:00:00 2001 From: conda-forge-linter Date: Fri, 8 Oct 2021 13:46:10 +0000 Subject: [PATCH 02/10] MNT: Re-rendered with conda-build 3.21.4, conda-smithy 3.12, and conda-forge-pinning 2021.10.08.08.39.03 --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6a3d1fd..84d4714 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ Current release info | Name | Downloads | Version | Platforms | | --- | --- | --- | --- | -| [![Conda Recipe](https://img.shields.io/badge/recipe-libignition--sensors5-green.svg)](https://anaconda.org/conda-forge/libignition-sensors5) | [![Conda Downloads](https://img.shields.io/conda/dn/conda-forge/libignition-sensors5.svg)](https://anaconda.org/conda-forge/libignition-sensors5) | [![Conda Version](https://img.shields.io/conda/vn/conda-forge/libignition-sensors5.svg)](https://anaconda.org/conda-forge/libignition-sensors5) | [![Conda Platforms](https://img.shields.io/conda/pn/conda-forge/libignition-sensors5.svg)](https://anaconda.org/conda-forge/libignition-sensors5) | +| [![Conda Recipe](https://img.shields.io/badge/recipe-libignition--sensors6-green.svg)](https://anaconda.org/conda-forge/libignition-sensors6) | [![Conda Downloads](https://img.shields.io/conda/dn/conda-forge/libignition-sensors6.svg)](https://anaconda.org/conda-forge/libignition-sensors6) | [![Conda Version](https://img.shields.io/conda/vn/conda-forge/libignition-sensors6.svg)](https://anaconda.org/conda-forge/libignition-sensors6) | [![Conda Platforms](https://img.shields.io/conda/pn/conda-forge/libignition-sensors6.svg)](https://anaconda.org/conda-forge/libignition-sensors6) | Installing libignition-sensors ============================== @@ -93,16 +93,16 @@ conda config --add channels conda-forge conda config --set channel_priority strict ``` -Once the `conda-forge` channel has been enabled, `libignition-sensors5` can be installed with: +Once the `conda-forge` channel has been enabled, `libignition-sensors6` can be installed with: ``` -conda install libignition-sensors5 +conda install libignition-sensors6 ``` -It is possible to list all of the versions of `libignition-sensors5` available on your platform with: +It is possible to list all of the versions of `libignition-sensors6` available on your platform with: ``` -conda search libignition-sensors5 --channel conda-forge +conda search libignition-sensors6 --channel conda-forge ``` From 5c619cb2b7e408eb6c902532e4a8e74b19b2dc8c Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Fri, 8 Oct 2021 15:58:58 +0200 Subject: [PATCH 03/10] Update conda-forge.yml --- conda-forge.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/conda-forge.yml b/conda-forge.yml index 825de43..73c9260 100644 --- a/conda-forge.yml +++ b/conda-forge.yml @@ -2,3 +2,4 @@ conda_forge_output_validation: true bot: abi_migration_branches: - "v4" + - "v5" From b7fa80276ae3b2d7fdd2b5871d28c4948232212b Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Fri, 8 Oct 2021 15:59:49 +0200 Subject: [PATCH 04/10] Update meta.yaml --- recipe/meta.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index d418e7e..3c14b15 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -30,11 +30,11 @@ requirements: - libprotobuf - libignition-math6 - libignition-common4 - - libignition-transport10 - - libignition-rendering5 - - libignition-msgs7 + - libignition-transport11 + - libignition-rendering6 + - libignition-msgs8 - libignition-plugin1 - - libsdformat11 + - libsdformat12 - libarchive # [osx] - ogre {{ ogre }} run: From 475365b6db653a7500c1c8c6491ad8596f5d263e Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Fri, 8 Oct 2021 17:40:58 +0200 Subject: [PATCH 05/10] Update build.sh --- recipe/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/build.sh b/recipe/build.sh index 47caf09..7d5dd2f 100644 --- a/recipe/build.sh +++ b/recipe/build.sh @@ -18,7 +18,7 @@ cmake --build . --config Release cmake --build . --config Release --target install if [[ ${HOST} =~ .*darwin.* ]]; then - ctest --output-on-failure -C Release -E "UNIT_Lidar_TEST|UNIT_Camera_TEST|INTEGRATION_camera_plugin|INTEGRATION_depth_camera_plugin|INTEGRATION_gpu_lidar_sensor_plugin|INTEGRATION_rgbd_camera_plugin|INTEGRATION_thermal_camera_plugin" + ctest -VV --output-on-failure -C Release -E "UNIT_Lidar_TEST|UNIT_Camera_TEST|INTEGRATION_camera_plugin|INTEGRATION_depth_camera_plugin|INTEGRATION_gpu_lidar_sensor_plugin|INTEGRATION_rgbd_camera_plugin|INTEGRATION_thermal_camera_plugin" else - ctest --output-on-failure -C Release + ctest -VV --output-on-failure -C Release fi From 33cd48b1aa678e424ab3f338260df85ed3547a67 Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Fri, 8 Oct 2021 17:41:13 +0200 Subject: [PATCH 06/10] Update bld.bat --- recipe/bld.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/bld.bat b/recipe/bld.bat index 1dc6da7..2ecdccf 100644 --- a/recipe/bld.bat +++ b/recipe/bld.bat @@ -22,5 +22,5 @@ cmake --build . --config Release --target install if errorlevel 1 exit 1 :: Test. -ctest -C Release +ctest -VV -C Release if errorlevel 1 exit 1 From c72171b33f6fbae9663bfb684b4a7592a8ba0f0b Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Fri, 8 Oct 2021 20:03:53 +0200 Subject: [PATCH 07/10] Update build.sh --- recipe/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/build.sh b/recipe/build.sh index 7d5dd2f..c2a6c77 100644 --- a/recipe/build.sh +++ b/recipe/build.sh @@ -18,7 +18,7 @@ cmake --build . --config Release cmake --build . --config Release --target install if [[ ${HOST} =~ .*darwin.* ]]; then - ctest -VV --output-on-failure -C Release -E "UNIT_Lidar_TEST|UNIT_Camera_TEST|INTEGRATION_camera_plugin|INTEGRATION_depth_camera_plugin|INTEGRATION_gpu_lidar_sensor_plugin|INTEGRATION_rgbd_camera_plugin|INTEGRATION_thermal_camera_plugin" + ctest -VV --output-on-failure -C Release -E "UNIT_Lidar_TEST|UNIT_Camera_TEST|INTEGRATION" else ctest -VV --output-on-failure -C Release fi From 83691260881c24dc70688e6b66f5a9f3f720bd3e Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Sat, 9 Oct 2021 17:09:13 +0200 Subject: [PATCH 08/10] Update build.sh --- recipe/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/build.sh b/recipe/build.sh index c2a6c77..38b033c 100644 --- a/recipe/build.sh +++ b/recipe/build.sh @@ -18,7 +18,7 @@ cmake --build . --config Release cmake --build . --config Release --target install if [[ ${HOST} =~ .*darwin.* ]]; then - ctest -VV --output-on-failure -C Release -E "UNIT_Lidar_TEST|UNIT_Camera_TEST|INTEGRATION" + ctest -VV --output-on-failure -C Release -E "UNIT_Lidar_TEST|UNIT_Camera_TEST" else ctest -VV --output-on-failure -C Release fi From d3bb1ce4d41a9d2eff86b1a0dda21ee7eff82549 Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Sat, 9 Oct 2021 19:12:17 +0200 Subject: [PATCH 09/10] Update build.sh --- recipe/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/build.sh b/recipe/build.sh index 38b033c..c2a6c77 100644 --- a/recipe/build.sh +++ b/recipe/build.sh @@ -18,7 +18,7 @@ cmake --build . --config Release cmake --build . --config Release --target install if [[ ${HOST} =~ .*darwin.* ]]; then - ctest -VV --output-on-failure -C Release -E "UNIT_Lidar_TEST|UNIT_Camera_TEST" + ctest -VV --output-on-failure -C Release -E "UNIT_Lidar_TEST|UNIT_Camera_TEST|INTEGRATION" else ctest -VV --output-on-failure -C Release fi From 623797e3d75712207374bc7b277cec23540ced2f Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Sat, 9 Oct 2021 19:12:46 +0200 Subject: [PATCH 10/10] Update bld.bat --- recipe/bld.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/bld.bat b/recipe/bld.bat index 2ecdccf..0cdf3e8 100644 --- a/recipe/bld.bat +++ b/recipe/bld.bat @@ -22,5 +22,5 @@ cmake --build . --config Release --target install if errorlevel 1 exit 1 :: Test. -ctest -VV -C Release +ctest -VV -C Release -E "UNIT_Lidar_TEST|UNIT_Camera_TEST|INTEGRATION" if errorlevel 1 exit 1