Skip to content

Commit

Permalink
Merge pull request #14 from conda-forge-admin/conda_forge_admin_13
Browse files Browse the repository at this point in the history
ENH: update package version to 1.0.0
  • Loading branch information
traversaro authored Oct 23, 2024
2 parents 2866782 + 955fe6e commit a1a4476
Show file tree
Hide file tree
Showing 7 changed files with 104 additions and 64 deletions.
2 changes: 1 addition & 1 deletion .azure-pipelines/azure-pipelines-osx.yml

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

19 changes: 2 additions & 17 deletions .azure-pipelines/azure-pipelines-win.yml

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

14 changes: 7 additions & 7 deletions .scripts/build_steps.sh

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

43 changes: 27 additions & 16 deletions .scripts/run_osx_build.sh

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

42 changes: 32 additions & 10 deletions .scripts/run_win_build.bat

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

33 changes: 29 additions & 4 deletions azure-pipelines.yml

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

15 changes: 6 additions & 9 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,18 @@
{% set name = "libzenohc" %}
{% set version = "0.11.0" %}
{% set version = "1.0.0" %}

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

source:
- url: https://github.com/eclipse-zenoh/zenoh-c/archive/refs/tags/{{ version }}.tar.gz
sha256: a0ed1c19eca3c0db5b4c140c2a9cd84b471f1a427599ddf12ee1b4005d860e71
sha256: 316309b850338fd7588d2a439ea21500817903338f6bb55fcbb23aa2c2901344
patches:
- 469.patch
- 470.patch
- 471a.patch
- 471b.patch
- link_threads_in_tests.patch

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

Expand All @@ -25,6 +21,7 @@ requirements:
- {{ compiler('rust') }}
- {{ compiler('c') }}
- {{ stdlib('c') }}
- {{ compiler('cxx') }}
- cargo-bundle-licenses
- cmake
- ninja
Expand All @@ -45,10 +42,10 @@ test:
about:
home: https://github.com/eclipse-zenoh/zenoh-c
license: Apache-2.0 OR EPL-2.0
license_file:
license_file:
- LICENSE
- THIRDPARTY.yml
summary: C API for Zenoh
summary: C API for Zenoh

extra:
# Stick to the repo name for the feedstock name
Expand Down

0 comments on commit a1a4476

Please sign in to comment.