Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a package for v1.2.0 #2

Merged
merged 23 commits into from
Mar 4, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 3 additions & 7 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "CppInterOp" %}
{% set build_number = 1 %}
{% set version = "1.1.0" %}
{% set build_number = 0 %}
{% set version = "1.2.0" %}
{% set revision_tag = "v"+version %}

package:
Expand All @@ -9,12 +9,8 @@ package:

source:
- url: https://github.com/compiler-research/CppInterOp/archive/refs/tags/{{ revision_tag }}.tar.gz
sha256: 29377ba4fecd82395efd2fefcaa911fe72396d78293607852bd0e9b9ab65d1dc
sha256: b3cf25f500624fe12ffc40f858a04c46daea808298e64d924b594eb35ca1c806
folder: cppinterop
patches:
- patches/cppinterop/cppinterop-1.1.0-0001-cppinterop-Add-missing-dependencies.patch
- path: patches
folder: add_patches

build:
skip: true # [win]
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.