kylelutz / chemkit

A C++ library for molecular modelling, cheminformatics and molecular visualization.
http://www.chemkit.org
BSD 3-Clause "New" or "Revised" License
54 stars 26 forks source link

Plugins directory. #9

Closed rodrigobogossian closed 13 years ago

rodrigobogossian commented 13 years ago

The plugins directory should be set by hand after make install. export CHEMKIT_PLUGIN_PATH=path_for_plugins_directory.

kylelutz commented 13 years ago

I've resolved the issue. Instead of requiring the user to set CHEMKIT_PLUGIN_PATH by hand after installing I've changed the PluginManager class to use chemkit's install prefix to determine the plugin directory instead of using the hard coded "/usr/share/chemkit/plugins/".

Give it a try and let me know if the issue persists.

rodrigobogossian commented 13 years ago

It's resolved ! I had to rm the chemkit directory. Don't know why git checkout didn't work.

2011/5/15 kylelutz < reply@reply.github.com>

I've resolved the issue. Instead of requiring the user to set CHEMKIT_PLUGIN_PATH by hand after installing I've changed the PluginManager class to use chemkit's install prefix to determine the plugin directory instead of using the hard coded "/usr/share/chemkit/plugins/".

Give it a try and let me know if the issue persists.

Reply to this email directly or view it on GitHub: https://github.com/kylelutz/chemkit/issues/9#comment_1168350