Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
wendelin.core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Joshua
wendelin.core
Commits
58478ccb
Commit
58478ccb
authored
Dec 16, 2019
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
407f7422
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
bigfile/_file_zodb.pyx
bigfile/_file_zodb.pyx
+3
-0
setup.py
setup.py
+5
-1
No files found.
bigfile/_file_zodb.pyx
View file @
58478ccb
...
...
@@ -24,6 +24,9 @@
"""XXX"""
cdef
extern
from
"wcfs/internal/wcfs.h"
:
pass
#from wendelin.bigfile import BigFile
cdef
extern
from
"bigfile/_bigfile.h"
:
ctypedef
extern
class
_bigfile
.
BigFile
[
object
PyBigFile
]:
...
...
setup.py
View file @
58478ccb
...
...
@@ -266,7 +266,11 @@ setup(
_bigfile
,
PyGoExt
(
'wendelin.bigfile._file_zodb'
,
[
'bigfile/_file_zodb.pyx'
]),
[
'bigfile/_file_zodb.pyx'
],
extra_compile_args
=
[
'-fplan9-extensions'
,
# anonymous-structs + simple inheritance
'-std=gnu++11'
,
# not c++11 since we use typeof
]),
PyGoExt
(
'wendelin.wcfs.internal._wcfs'
,
[
'wcfs/internal/_wcfs.pyx'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment