Skip to content

Commit b0db99a

Browse files
authored
Merge pull request conda-forge#47 from regro-cf-autotick-bot/0.16.1_h0b8e7c
bipedal-locomotion-framework v0.16.1
2 parents 986c61d + 26841ca commit b0db99a

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.scripts/run_win_build.bat

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

conda-forge.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ build_platform:
33
linux_aarch64: linux_64
44
conda_build:
55
pkg_format: '2'
6+
conda_build_tool: "conda-build"
67
conda_forge_output_validation: true
78
github:
89
branch_name: main

recipe/meta.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
{% set name = "bipedal-locomotion-framework" %}
22
{% set namecxx = "libbipedal-locomotion-framework" %}
33
{% set namepython = "bipedal-locomotion-framework-python" %}
4-
{% set version = "0.16.0" %}
4+
{% set version = "0.16.1" %}
55

66
package:
77
name: {{ name }}
88
version: {{ version }}
99

1010
source:
1111
url: https://github.com/ami-iit/bipedal-locomotion-framework/archive/refs/tags/v{{ version }}.tar.gz
12-
sha256: 8ba394d513eda33e8f48d1838efdd305736e3a19428111957c543c403b0c8142
12+
sha256: ec9d97c923baf120b068d43051f79ad96491d9f6106fc342dafa833d340921af
1313
patches:
1414

1515
build:
1616
number: 0
17+
skip: True # [win and py==38]
1718

1819
outputs:
1920
- name: {{ namecxx }}

0 commit comments

Comments
 (0)