From 15e3c342e3ff0d6eba495a53eaff29829baf37f9 Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Wed, 3 Apr 2024 03:00:06 +0000 Subject: [PATCH 1/3] Rebuild for idyntree 12 --- .ci_support/migrations/idyntree12.yaml | 8 ++++++++ recipe/meta.yaml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 .ci_support/migrations/idyntree12.yaml diff --git a/.ci_support/migrations/idyntree12.yaml b/.ci_support/migrations/idyntree12.yaml new file mode 100644 index 0000000..625c827 --- /dev/null +++ b/.ci_support/migrations/idyntree12.yaml @@ -0,0 +1,8 @@ +__migrator: + build_number: 1 + commit_message: Rebuild for idyntree 12 + kind: version + migration_number: 1 +idyntree: +- '12' +migrator_ts: 1711391201.1544764 diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 0054557..a8ad91a 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -13,7 +13,7 @@ source: patches: build: - number: 4 + number: 5 outputs: - name: {{ namecxx }} From 0ebab879e6a7f94459d1bdd38f96e877007b7dd2 Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Wed, 3 Apr 2024 03:00:39 +0000 Subject: [PATCH 2/3] MNT: Re-rendered with conda-build 24.3.0, conda-smithy 3.34.0, and conda-forge-pinning 2024.04.02.08.31.27 --- .ci_support/linux_64_.yaml | 2 +- .ci_support/linux_aarch64_.yaml | 2 +- .ci_support/osx_64_.yaml | 2 +- .ci_support/osx_arm64_.yaml | 2 +- .ci_support/win_64_.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.ci_support/linux_64_.yaml b/.ci_support/linux_64_.yaml index 277011f..9012dff 100644 --- a/.ci_support/linux_64_.yaml +++ b/.ci_support/linux_64_.yaml @@ -21,7 +21,7 @@ docker_image: fmt: - '10' idyntree: -- '11' +- '12' libboost_devel: - '1.82' libmatio_cpp: diff --git a/.ci_support/linux_aarch64_.yaml b/.ci_support/linux_aarch64_.yaml index a8383f2..da5c4ad 100644 --- a/.ci_support/linux_aarch64_.yaml +++ b/.ci_support/linux_aarch64_.yaml @@ -25,7 +25,7 @@ docker_image: fmt: - '10' idyntree: -- '11' +- '12' libboost_devel: - '1.82' libmatio_cpp: diff --git a/.ci_support/osx_64_.yaml b/.ci_support/osx_64_.yaml index dc8edbe..d9b489f 100644 --- a/.ci_support/osx_64_.yaml +++ b/.ci_support/osx_64_.yaml @@ -19,7 +19,7 @@ cxx_compiler_version: fmt: - '10' idyntree: -- '11' +- '12' libboost_devel: - '1.82' libmatio_cpp: diff --git a/.ci_support/osx_arm64_.yaml b/.ci_support/osx_arm64_.yaml index 421a0bb..357bd2b 100644 --- a/.ci_support/osx_arm64_.yaml +++ b/.ci_support/osx_arm64_.yaml @@ -19,7 +19,7 @@ cxx_compiler_version: fmt: - '10' idyntree: -- '11' +- '12' libboost_devel: - '1.82' libmatio_cpp: diff --git a/.ci_support/win_64_.yaml b/.ci_support/win_64_.yaml index 6551f3d..58a6cdc 100644 --- a/.ci_support/win_64_.yaml +++ b/.ci_support/win_64_.yaml @@ -11,7 +11,7 @@ cxx_compiler: fmt: - '10' idyntree: -- '11' +- '12' libboost_devel: - '1.82' libmatio_cpp: From 49f19baee389573f30d1e9b9ac61d71cc499a461 Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Wed, 3 Apr 2024 09:54:41 +0200 Subject: [PATCH 3/3] Constrain pybind11 to be <2.12.0 As a workaround fro https://github.com/conda-forge/pybind11-feedstock/pull/94#issuecomment-2033804227 . --- recipe/meta.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index a8ad91a..92f5aaf 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -112,7 +112,8 @@ outputs: - {{ pin_subpackage(namecxx, exact=True) }} - python - pip - - pybind11 + # Workaround for https://github.com/conda-forge/pybind11-feedstock/pull/94#issuecomment-2033804227 + - pybind11 <2.12.0 - pybind11-abi - liblie-group-controllers - libyarp