Skip to content

Commit 07e3bf1

Browse files
authored
Update cppinterop to 1.5.0 (#1482)
1 parent 82b758a commit 07e3bf1

File tree

3 files changed

+3
-331
lines changed

3 files changed

+3
-331
lines changed

recipes/recipes_emscripten/cppinterop/build.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ export CMAKE_SYSTEM_PREFIX_PATH=$PREFIX
66

77
# Configure step
88
emcmake cmake -DCMAKE_BUILD_TYPE=Release \
9-
-DUSE_CLING=OFF \
10-
-DUSE_REPL=ON \
119
-DCMAKE_PREFIX_PATH=$PREFIX \
1210
-DLLVM_DIR=$PREFIX \
1311
-DLLD_DIR=$PREFIX \

recipes/recipes_emscripten/cppinterop/patches/lld.patch

Lines changed: 0 additions & 324 deletions
This file was deleted.

recipes/recipes_emscripten/cppinterop/recipe.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
11
context:
2-
version: 1.4.0
2+
version: 1.5.0
33

44
package:
55
name: cppinterop
66
version: ${{ version }}
77

88
source:
99
url: https://github.com/compiler-research/CppInterOp/archive/refs/tags/v${{ version }}.tar.gz
10-
sha256: 566e3818de97656990d302a916a2d6925db33c7765a762f36ba28dead03c34a8
11-
patches:
12-
- patches/lld.patch
10+
sha256: d29d610adeb23820533a456714c795de4e458153e04a003d26ac8b0326a3469f
1311

1412
build:
15-
number: 5
13+
number: 0
1614

1715
requirements:
1816
build:

0 commit comments

Comments
 (0)