Skip to content

Commit

Permalink
Merge pull request #116 from jorisv/topic/release_2_7_1
Browse files Browse the repository at this point in the history
Release 2.7.1
  • Loading branch information
jorisv authored Apr 26, 2024
2 parents c124af6 + c2e4825 commit ad0cc6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 35 deletions.
9 changes: 3 additions & 6 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
{% set name = "pinocchio" %}
{% set version = "2.7.0" %}
{% set version = "2.7.1" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://github.com/stack-of-tasks/{{ name }}/releases/download/v{{ version }}/{{ name }}-{{ version }}.tar.gz
sha256: fbc8de46b3296c8bf7d4d9b03392c04809a1bca52930fab243749eeef39db406
patches:
# Fix stubgen generation (https://github.com/stack-of-tasks/pinocchio/pull/2166
- patches/0001-cmake-Add-binding-dependency-to-stubgen.patch
sha256: fd50b72f9f32c14c8f9e7712d9abe077c154d2072e780faf12cc132cc198815f

build:
number: 2
number: 0
run_exports:
- {{ pin_subpackage(name, max_pin='x.x.x') }}

Expand Down
29 changes: 0 additions & 29 deletions recipe/patches/0001-cmake-Add-binding-dependency-to-stubgen.patch

This file was deleted.

0 comments on commit ad0cc6e

Please sign in to comment.