Skip to content

Commit

Permalink
Rebuild for urdfdom 4.0 (#199)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] authored Jan 7, 2024
2 parents 704aaee + c5e6cde commit b5f6fbb
Show file tree
Hide file tree
Showing 12 changed files with 34 additions and 50 deletions.
4 changes: 2 additions & 2 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ffmpeg:
graphviz:
- '9'
hdf5:
- 1.14.2
- 1.14.3
libabseil:
- '20230802'
libblas:
Expand Down Expand Up @@ -56,7 +56,7 @@ tbb_devel:
tinyxml2:
- '9'
urdfdom:
- '3.1'
- '4.0'
zip_keys:
- - c_compiler_version
- cxx_compiler_version
4 changes: 2 additions & 2 deletions .ci_support/linux_aarch64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ ffmpeg:
graphviz:
- '9'
hdf5:
- 1.14.2
- 1.14.3
libabseil:
- '20230802'
libblas:
Expand Down Expand Up @@ -60,7 +60,7 @@ tbb_devel:
tinyxml2:
- '9'
urdfdom:
- '3.1'
- '4.0'
zip_keys:
- - c_compiler_version
- cxx_compiler_version
20 changes: 0 additions & 20 deletions .ci_support/migrations/boost_cpp_to_libboost.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .ci_support/migrations/graphviz9.yaml

This file was deleted.

9 changes: 0 additions & 9 deletions .ci_support/migrations/libgdal38.yaml

This file was deleted.

8 changes: 8 additions & 0 deletions .ci_support/migrations/urdfdom40.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
__migrator:
build_number: 1
commit_message: Rebuild for urdfdom 4.0
kind: version
migration_number: 1
migrator_ts: 1703639180.921018
urdfdom:
- '4.0'
4 changes: 2 additions & 2 deletions .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ffmpeg:
graphviz:
- '9'
hdf5:
- 1.14.2
- 1.14.3
libabseil:
- '20230802'
libblas:
Expand Down Expand Up @@ -58,7 +58,7 @@ tbb_devel:
tinyxml2:
- '9'
urdfdom:
- '3.1'
- '4.0'
zip_keys:
- - c_compiler_version
- cxx_compiler_version
Expand Down
4 changes: 2 additions & 2 deletions .ci_support/osx_arm64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ffmpeg:
graphviz:
- '9'
hdf5:
- 1.14.2
- 1.14.3
libabseil:
- '20230802'
libblas:
Expand Down Expand Up @@ -56,7 +56,7 @@ tbb_devel:
tinyxml2:
- '9'
urdfdom:
- '3.1'
- '4.0'
zip_keys:
- - c_compiler_version
- cxx_compiler_version
Expand Down
4 changes: 2 additions & 2 deletions .ci_support/win_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ffmpeg:
graphviz:
- '9'
hdf5:
- 1.14.2
- 1.14.3
libabseil:
- '20230802'
libblas:
Expand All @@ -42,4 +42,4 @@ tbb_devel:
tinyxml2:
- '9'
urdfdom:
- '3.1'
- '4.0'
14 changes: 12 additions & 2 deletions .gitignore

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

4 changes: 3 additions & 1 deletion .scripts/run_win_build.bat

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

2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ source:
- fix-invisible-meshes.patch

build:
number: 4
number: 5
run_exports:
- {{ pin_subpackage('gazebo', max_pin='x') }}

Expand Down

0 comments on commit b5f6fbb

Please sign in to comment.