Skip to content

Commit

Permalink
deps for xeus-sqlite (#708)
Browse files Browse the repository at this point in the history
xeus-sqlite dependencies
  • Loading branch information
DerThorsten authored Nov 30, 2023
1 parent 6becc40 commit aad6892
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
context:
version: 0.0.10
version: 3.3.1


package:
name: xvega
name: sqlitecpp
version: '{{ version }}'

source:
url: https://github.com/SRombauts/SQLiteCpp/archive/refs/tags/{{ version }}.tar.gz
sha256: 71f990f9fb4b004533b6859ce40729af823b87fe691dd99ca084a7fd40db54b9

build:
number: 0
number: 1

requirements:
build:
Expand All @@ -22,7 +23,7 @@ about:
home: https://github.com/SRombauts/SQLiteCpp
license: MIT
license_family: MIT
license_file: LICENSE
license_file: LICENSE.txt
summary: xvega
doc_url: https://github.com/SRombauts/SQLiteCpp
dev_url: https://github.com/SRombauts/SQLiteCpp
Expand Down
2 changes: 1 addition & 1 deletion recipes/recipes_emscripten/tabulate/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ source:
sha256: 16b289f46306283544bb593f4601e80d6ea51248fde52e910cc569ef08eba3fb

build:
number: 0
number: 1

requirements:
build:
Expand Down
1 change: 1 addition & 0 deletions recipes/recipes_emscripten/xeus-lite/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ cmake ${CMAKE_ARGS} .. \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_PREFIX_PATH=$PREFIX \
-DCMAKE_INSTALL_PREFIX=$PREFIX \
-DXSQL_BUILD_XSQLITE_EXECUTABLE=OFF \
-DCMAKE_FIND_DEBUG_MODE=OFF \

# Build step
Expand Down
2 changes: 1 addition & 1 deletion recipes/recipes_emscripten/xvega/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ source:
git_rev: patch-1

build:
number: 4
number: 5

requirements:
build:
Expand Down

0 comments on commit aad6892

Please sign in to comment.