Skip to content

Commit

Permalink
Merge pull request #78 from conda-forge-admin/conda_forge_admin_77
Browse files Browse the repository at this point in the history
ENH: update package version
  • Loading branch information
traversaro authored Mar 11, 2024
2 parents c85ae76 + 4ee8bbd commit 6f8a83b
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 20 deletions.
6 changes: 3 additions & 3 deletions .scripts/build_steps.sh

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

6 changes: 3 additions & 3 deletions .scripts/run_osx_build.sh

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

4 changes: 2 additions & 2 deletions .scripts/run_win_build.bat

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

5 changes: 3 additions & 2 deletions build-locally.py

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

14 changes: 4 additions & 10 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "idyntree" %}
{% set version = "10.3.0" %}
{% set version = "11.0.0" %}

package:
name: {{ name }}
version: {{ version }}

source:
url: https://github.com/robotology/idyntree/archive/refs/tags/v{{ version }}.tar.gz
sha256: 33cfa0afea2b39eef6383c8722dfaae91395483a5831434ac092179a4b763ba4
sha256: 0f957ad76ff3ae82f45616297b162a65073b85fa07c67199b5b05e1512ed530b

build:
skip: true # [ppc64le]
Expand All @@ -27,14 +27,6 @@ requirements:
- ninja
- {{ cdt('mesa-libgl-devel') }} # [linux]
- {{ cdt('mesa-dri-drivers') }} # [linux]
- {{ cdt('libselinux') }} # [linux]
- {{ cdt('libxdamage') }} # [linux]
- {{ cdt('libxxf86vm') }} # [linux]
- {{ cdt('libxext') }} # [linux]
- {{ cdt('libxcb') }} # [linux]
- {{ cdt('libxfixes') }} # [linux]
- {{ cdt('libxau') }} # [linux]
- {{ cdt('expat') }} # [linux]
- sed # [unix]
- diffutils # [unix]
- m2-sed # [win]
Expand All @@ -55,6 +47,8 @@ requirements:
- libosqp
- osqp-eigen
- assimp
- xorg-libx11 # [linux]
- xorg-libxrandr # [linux]
- xorg-libxfixes # [linux]

run:
Expand Down

0 comments on commit 6f8a83b

Please sign in to comment.