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 f84d6c8 commit aa09199Copy full SHA for aa09199
setup.py
@@ -93,7 +93,7 @@
93
"torch_python",
94
f"boost_python{python_version}",
95
],
96
- library_dirs=[os.path.join(rdkit_prefix, "lib"), os.path.join(torch_dir, "lib")],
+ library_dirs=[os.path.join(rdkit_prefix, "lib"), os.path.join(torch_dir, "lib"), torch_dir],
97
extra_compile_args=package_compile_args,
98
)
99
]
0 commit comments