Skip to content

Commit

Permalink
Rebuild for libboost 1.84 (#207)
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 Mar 27, 2024
2 parents e45f23f + e56a13b commit a292389
Show file tree
Hide file tree
Showing 8 changed files with 53 additions and 9 deletions.
10 changes: 9 additions & 1 deletion .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ c_compiler:
- gcc
c_compiler_version:
- '12'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_name:
- cos7
channel_sources:
Expand All @@ -31,13 +35,15 @@ libabseil:
libblas:
- 3.9 *netlib
libboost_devel:
- '1.82'
- '1.84'
libcblas:
- 3.9 *netlib
libcurl:
- '8'
libgdal:
- '3.8'
libode:
- 0.16.2
libprotobuf:
- 4.25.3
libuuid:
Expand All @@ -60,3 +66,5 @@ urdfdom:
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - c_stdlib_version
- cdt_name
10 changes: 9 additions & 1 deletion .ci_support/linux_aarch64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ c_compiler:
- gcc
c_compiler_version:
- '12'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_arch:
- aarch64
cdt_name:
Expand Down Expand Up @@ -35,13 +39,15 @@ libabseil:
libblas:
- 3.9 *netlib
libboost_devel:
- '1.82'
- '1.84'
libcblas:
- 3.9 *netlib
libcurl:
- '8'
libgdal:
- '3.8'
libode:
- 0.16.2
libprotobuf:
- 4.25.3
libuuid:
Expand All @@ -64,3 +70,5 @@ urdfdom:
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - c_stdlib_version
- cdt_name
10 changes: 10 additions & 0 deletions .ci_support/migrations/boost1840.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
__migrator:
build_number: 1
kind: version
commit_message: "Rebuild for libboost 1.84"
migration_number: 1
libboost_devel:
- "1.84"
libboost_python_devel:
- "1.84"
migrator_ts: 1700834511.141209
8 changes: 7 additions & 1 deletion .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ c_compiler:
- clang
c_compiler_version:
- '16'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
- '10.15'
channel_sources:
- conda-forge
channel_targets:
Expand All @@ -31,13 +35,15 @@ libabseil:
libblas:
- 3.9 *netlib
libboost_devel:
- '1.82'
- '1.84'
libcblas:
- 3.9 *netlib
libcurl:
- '8'
libgdal:
- '3.8'
libode:
- 0.16.2
libprotobuf:
- 4.25.3
libxcb:
Expand Down
8 changes: 7 additions & 1 deletion .ci_support/osx_arm64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ c_compiler:
- clang
c_compiler_version:
- '16'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
- '11.0'
channel_sources:
- conda-forge
channel_targets:
Expand All @@ -31,13 +35,15 @@ libabseil:
libblas:
- 3.9 *netlib
libboost_devel:
- '1.82'
- '1.84'
libcblas:
- 3.9 *netlib
libcurl:
- '8'
libgdal:
- '3.8'
libode:
- 0.16.2
libprotobuf:
- 4.25.3
libxcb:
Expand Down
6 changes: 5 additions & 1 deletion .ci_support/win_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ assimp:
- 5.3.1
c_compiler:
- vs2019
c_stdlib:
- vs
channel_sources:
- conda-forge
channel_targets:
Expand All @@ -21,13 +23,15 @@ libabseil:
libblas:
- 3.9 *netlib
libboost_devel:
- '1.82'
- '1.84'
libcblas:
- 3.9 *netlib
libcurl:
- '8'
libgdal:
- '3.8'
libode:
- 0.16.2
libprotobuf:
- 4.25.3
pin_run_as_build:
Expand Down
5 changes: 4 additions & 1 deletion recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
macos_min_version: # [osx and x86_64]
- 10.15 # [osx and x86_64]
MACOSX_DEPLOYMENT_TARGET: # [osx and x86_64]
c_stdlib_version: # [osx and x86_64]
- 10.15 # [osx and x86_64]

c_compiler: # [win]
Expand All @@ -15,3 +15,6 @@ docker_image: # [linux64]
- quay.io/condaforge/linux-anvil-cos7-x86_64 # [linux64]
cdt_name: # [linux64]
- cos7 # [linux64]

c_stdlib_version: # [linux]
- "2.17" # [linux]
5 changes: 2 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ source:
- fix-invisible-meshes.patch

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

requirements:
build:
- {{ compiler('cxx') }}
- {{ compiler('c') }}
- sysroot_linux-64 2.17 # [linux64 and cdt_name == 'cos7']
- {{ stdlib("c") }}
- cmake
- pkg-config
- ninja
Expand Down Expand Up @@ -132,7 +132,6 @@ requirements:
# see https://github.com/conda-forge/gazebo-feedstock/pull/188/files and
# https://github.com/conda-forge/gazebo-feedstock/pull/203#issuecomment-1981995139
- "ogre >=1.10.12.1"
- __osx >={{ MACOSX_DEPLOYMENT_TARGET|default("10.9") }} # [osx and x86_64]

test:
commands:
Expand Down

0 comments on commit a292389

Please sign in to comment.