Skip to content

Commit 1b80ba2

Browse files
authored
Update git2cpp to 0.0.8 (#5196)
1 parent e39385d commit 1b80ba2

File tree

4 files changed

+3
-50
lines changed

4 files changed

+3
-50
lines changed

recipes/recipes_emscripten/git2cpp/build.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ export EMCC_CFLAGS="${EMCC_CFLAGS} -Os"
22

33
export CONFIG_CXXFLAGS="\
44
-I$BUILD_PREFIX/include \
5-
-Wno-deprecated-declarations \
65
"
76

87
# stringToNewUTF8 and writeArrayToMemory are used by libgit2.
@@ -13,7 +12,6 @@ export CONFIG_LDFLAGS="\
1312
-sEXPORTED_RUNTIME_METHODS=FS,ENV,PROXYFS,TTY,stringToNewUTF8,writeArrayToMemory \
1413
-sFORCE_FILESYSTEM=1 \
1514
-sMODULARIZE=1 \
16-
--pre-js $RECIPE_DIR/pre.js \
1715
-sSTACK_SIZE=1MB \
1816
-lproxyfs.js \
1917
"

recipes/recipes_emscripten/git2cpp/patches/0001-Simplify-string-split-code.patch

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

recipes/recipes_emscripten/git2cpp/pre.js

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

recipes/recipes_emscripten/git2cpp/recipe.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
context:
22
name: git2cpp
3-
version: 0.0.7
3+
version: 0.0.8
44

55
package:
66
name: ${{ name }}
77
version: ${{ version }}
88

99
source:
1010
url: https://github.com/QuantStack/${{ name }}/archive/refs/tags/${{ version }}.tar.gz
11-
sha256: 48364f858a21d5a5a6b5f05ad33c94a768daeaf000784fec69a7424c809a44e0
11+
sha256: 97921a450564f4f2a22c255ef972b79b5c4646bb11319d297466e6e5b822529d
1212

1313
build:
14-
number: 2
14+
number: 0
1515

1616
requirements:
1717
build:

0 commit comments

Comments
 (0)