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 41edd8a commit c6ba5a7Copy full SHA for c6ba5a7
src/ogdf_python/loader.py
@@ -136,6 +136,7 @@ def get_macro(m):
136
try:
137
wheel_inst_dir = importlib_resources.files("ogdf_wheel") / "install"
138
if wheel_inst_dir.is_dir():
139
+ cppyy.add_library_path(str(wheel_inst_dir / "bin"))
140
cppyy.add_library_path(str(wheel_inst_dir / "lib"))
141
cppyy.add_include_path(str(wheel_inst_dir / "include"))
142
except ImportError:
0 commit comments