We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d358591 commit f487b2cCopy full SHA for f487b2c
src/ogdf_python/loader.py
@@ -50,6 +50,8 @@
50
cppyy.cppdef("#undef NDEBUG")
51
cppyy.cppdef("#define OGDF_INSTALL")
52
try:
53
+ cppyy.load_library("OGDF")
54
+
55
cppyy.include("ogdf/basic/internal/config_autogen.h")
56
cppyy.include("ogdf/basic/internal/config.h")
57
cppyy.include("ogdf/basic/Graph.h")
@@ -59,8 +61,6 @@
59
61
pass # gone in newer versions
60
62
cppyy.include("ogdf/fileformats/GraphIO.h")
63
cppyy.include("ogdf/basic/LayoutStandards.h")
-
- cppyy.load_library("OGDF")
64
except:
65
print( # TODO check if the issue is really that the file couldn't be found
66
"ogdf-python couldn't load OGDF. "
0 commit comments