From 6ef6fda8fbb39486967239c858410f801151397a Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Wed, 31 Jan 2024 13:07:43 +0100 Subject: [PATCH] Remove unneeded Boost option --- recipe/build.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/recipe/build.sh b/recipe/build.sh index 0f7cae4b..edbbc3f6 100644 --- a/recipe/build.sh +++ b/recipe/build.sh @@ -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