Wrap kuzu 0.11.1.
This commit is contained in:
parent
d2bb8f5c46
commit
d486b5d575
4 changed files with 3 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -3,7 +3,6 @@ docs/*
|
||||||
experiments/imdb/*
|
experiments/imdb/*
|
||||||
!experiments/imdb/Makefile
|
!experiments/imdb/Makefile
|
||||||
!experiments/imdb/*.nim
|
!experiments/imdb/*.nim
|
||||||
kuzu
|
|
||||||
nimble.paths
|
nimble.paths
|
||||||
nimcache/*
|
nimcache/*
|
||||||
testresults/*
|
testresults/*
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@ when defined( futharkWrap ):
|
||||||
import futhark, os
|
import futhark, os
|
||||||
|
|
||||||
importc:
|
importc:
|
||||||
outputPath currentSourcePath.parentDir / "kuzu" / "0.11.0.nim"
|
outputPath currentSourcePath.parentDir / "kuzu" / "0.11.1.nim"
|
||||||
"kuzu.h"
|
"kuzu.h"
|
||||||
else:
|
else:
|
||||||
include "kuzu/0.11.0.nim"
|
include "kuzu/0.11.1.nim"
|
||||||
|
|
||||||
import
|
import
|
||||||
std/files,
|
std/files,
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
# vim: set et sta sw=4 ts=4 :
|
# vim: set et sta sw=4 ts=4 :
|
||||||
|
|
||||||
const KUZU_VERSION* = "0.6.1"
|
const KUZU_VERSION* = "0.6.1"
|
||||||
const KUZU_EXPECTED_LIBVERSION* = "0.11.0"
|
const KUZU_EXPECTED_LIBVERSION* = "0.11.1"
|
||||||
const BLOB_MAXSIZE = 4096
|
const BLOB_MAXSIZE = 4096
|
||||||
|
|
||||||
let KUZU_DEFAULT_CONFIG* = kuzu_default_system_config()
|
let KUZU_DEFAULT_CONFIG* = kuzu_default_system_config()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue