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

deps for xeus-sqlite #708

Merged
merged 18 commits into from
Nov 30, 2023
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
Loading