Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
graph-tool
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
44
Issues
44
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tiago Peixoto
graph-tool
Commits
5752f5eb
Commit
5752f5eb
authored
Feb 17, 2017
by
Tiago Peixoto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove HAVE_SCIPY cruft
parent
3a76ec81
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
8 deletions
+0
-8
src/graph/graph_bind.cc
src/graph/graph_bind.cc
+0
-8
No files found.
src/graph/graph_bind.cc
View file @
5752f5eb
...
...
@@ -546,14 +546,6 @@ BOOST_PYTHON_MODULE(libgraph_tool_core)
(
"shared_ptr<multigraph_t>"
,
no_init
)
.
def
(
"get"
,
&
get_ptr
);
#ifdef HAVE_SCIPY
to_python_converter
<
py
::
object
,
scxx_to_python
<
py
::
object
>
>
();
to_python_converter
<
py
::
tuple
,
scxx_to_python
<
py
::
tuple
>
>
();
to_python_converter
<
py
::
list
,
scxx_to_python
<
py
::
list
>
>
();
to_python_converter
<
py
::
dict
,
scxx_to_python
<
py
::
dict
>
>
();
to_python_converter
<
py
::
str
,
scxx_to_python
<
py
::
str
>
>
();
#endif
class_
<
IStream
>
(
"IStream"
,
no_init
).
def
(
"read"
,
&
IStream
::
read
);
class_
<
OStream
>
(
"OStream"
,
no_init
).
def
(
"write"
,
&
OStream
::
write
).
def
(
"flush"
,
&
OStream
::
flush
);
...
...
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