Skip to content

Commit

Permalink
Build #2 version of 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-penev authored and vgvassilev committed Mar 16, 2024
1 parent b2284ff commit 743ed2f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 47 deletions.
11 changes: 5 additions & 6 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
{% set name = "CppInterOp" %}
{% set build_number = 1 %}
{% set build_number = 2 %}
{% set version = "1.2.0" %}
{% set revision_tag = "v"+version %}


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

source:
- url: https://github.com/compiler-research/CppInterOp/archive/refs/tags/{{ revision_tag }}.tar.gz
sha256: b3cf25f500624fe12ffc40f858a04c46daea808298e64d924b594eb35ca1c806
# - url: https://github.com/compiler-research/CppInterOp/archive/refs/tags/{{ revision_tag }}.tar.gz
- url: https://github.com/compiler-research/CppInterOp/archive/refs/heads/main.tar.gz
sha256: 6a5dc0dbf2cfb01c712176d9e5d59e1473287a2587ce4c7d1ee43e5c49e6e78a
folder: cppinterop
patches:
- patches/cppinterop/0001-cmake-Work-around-a-bug-in-the-llvm-config.patch
- patches/cppinterop/0002-cmake-Fix-install-folder.patch
- path: patches
folder: add_patches

Expand Down

This file was deleted.

13 changes: 0 additions & 13 deletions recipe/patches/cppinterop/0002-cmake-Fix-install-folder.patch

This file was deleted.

0 comments on commit 743ed2f

Please sign in to comment.