Skip to content

Commit

Permalink
Align with humble
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro committed Jan 7, 2025
1 parent cdb08c2 commit ab488ea
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
13 changes: 8 additions & 5 deletions conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ python:
python_impl:
- cpython

c_compiler:
- ${{ "vs2019" if win }}
cxx_compiler:
- ${{ "vs2019" if win }}

c_stdlib:
- ${{ "sysroot" if linux }}
- ${{ "macosx_deployment_target" if osx }}
Expand All @@ -28,3 +23,11 @@ c_stdlib_version:
- ${{ "2.17" if linux }}
- ${{ "10.14" if osx and x86_64 }}
- ${{ "11.0" if osx and arm64 }}
c_compiler:
- ${{ "gcc" if linux }}
- ${{ "clang" if osx }}
- ${{ "vs2019" if win }}
cxx_compiler:
- ${{ "gxx" if linux }}
- ${{ "clangxx" if osx }}
- ${{ "vs2019" if win }}
2 changes: 1 addition & 1 deletion patch/dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ intra_process_demo:
add_host: ["REQUIRE_OPENGL"]
rviz_ogre_vendor:
add_host: ["zlib", "freeimage", "freetype", "assimp", "zziplib", "pugixml", "${{ 'libglu' if linux }}"]
add_build: ["vcstool", "patch"]
add_build: ["vcstool"]
add_run: ["assimp"]
pcl_conversions:
add_host: ["REQUIRE_OPENGL", "libboost-devel"]
Expand Down
2 changes: 1 addition & 1 deletion pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ upload = "anaconda -t $ANACONDA_API_TOKEN upload"

[dependencies]
python = ">=3.11.0,<3.12"
rattler-build = ">=0.33"
rattler-build = ">=0.33.2"
anaconda-client = ">=1.12"

[target.win-64.dependencies]
Expand Down

0 comments on commit ab488ea

Please sign in to comment.