Skip to content

Commit

Permalink
Merge pull request #201 from regro-cf-autotick-bot/rebuild-libprotobu…
Browse files Browse the repository at this point in the history
…f4251-0-1_h1907a1

Rebuild for libprotobuf 4.25.1
  • Loading branch information
traversaro authored Feb 6, 2024
2 parents a00a1d7 + 6ef6fda commit 1600a75
Show file tree
Hide file tree
Showing 12 changed files with 34 additions and 73 deletions.
2 changes: 1 addition & 1 deletion .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ libcurl:
libgdal:
- '3.8'
libprotobuf:
- 4.24.4
- 4.25.1
libuuid:
- '2'
libxcb:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/linux_aarch64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ libcurl:
libgdal:
- '3.8'
libprotobuf:
- 4.24.4
- 4.25.1
libuuid:
- '2'
libxcb:
Expand Down
10 changes: 10 additions & 0 deletions .ci_support/migrations/libprotobuf4251.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
__migrator:
build_number: 1
commit_message: Rebuild for libprotobuf 4.25.1
kind: version
migration_number: 1
libgrpc:
- "1.60"
libprotobuf:
- 4.25.1
migrator_ts: 1705841975.2201185
2 changes: 1 addition & 1 deletion .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ libcurl:
libgdal:
- '3.8'
libprotobuf:
- 4.24.4
- 4.25.1
libxcb:
- '1.15'
macos_machine:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/osx_arm64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ libcurl:
libgdal:
- '3.8'
libprotobuf:
- 4.24.4
- 4.25.1
libxcb:
- '1.15'
macos_machine:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/win_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ libcurl:
libgdal:
- '3.8'
libprotobuf:
- 4.24.4
- 4.25.1
pin_run_as_build:
graphviz:
max_pin: x
Expand Down
13 changes: 12 additions & 1 deletion .gitignore

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

6 changes: 0 additions & 6 deletions .scripts/build_steps.sh

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

6 changes: 6 additions & 0 deletions .scripts/run_docker_build.sh

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

6 changes: 0 additions & 6 deletions recipe/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,6 @@ fi
mkdir build
cd build

# Workaround for https://github.com/conda-forge/gazebo-feedstock/pull/150
# Remove when boost is updated to 1.80.0
if [[ "${target_platform}" == "osx-64" ]]; then
export CXXFLAGS="-DBOOST_ASIO_DISABLE_STD_ALIGNED_ALLOC ${CXXFLAGS}"
fi

if [[ "${CONDA_BUILD_CROSS_COMPILATION}" == "1" ]]; then
export CMAKE_ARGS="${CMAKE_ARGS} -DFREEIMAGE_RUNS:BOOL=ON -DFREEIMAGE_RUNS__TRYRUN_OUTPUT:STRING="" -DFREEIMAGE_COMPILES:BOOL=ON -DProtobuf_PROTOC_EXECUTABLE=$BUILD_PREFIX/bin/protoc -DPROTOBUF_PROTOC_EXECUTABLE=$BUILD_PREFIX/bin/protoc -DGAZEBOMSGS_OUT_EXECUTABLE:STRING=`pwd`/../build-host/gazebo/msgs/gazebomsgs_out"
fi
Expand Down
54 changes: 0 additions & 54 deletions recipe/fix_build.patch

This file was deleted.

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: 6
number: 7
run_exports:
- {{ pin_subpackage('gazebo', max_pin='x') }}

Expand Down

0 comments on commit 1600a75

Please sign in to comment.