"...ssh:/git@developer.sourcefind.cn:2222/tsoc/openmm.git" did not exist on "cf9795e86df2876ea89e3b0dc4197ce596855d68"
Commit bb628e2e authored by Robert McGibbon's avatar Robert McGibbon
Browse files

Reset the dlopen flags

parent a99915ba
...@@ -40,3 +40,7 @@ if os.getenv('OPENMM_PLUGIN_DIR') is None and os.path.isdir(version.openmm_libra ...@@ -40,3 +40,7 @@ if os.getenv('OPENMM_PLUGIN_DIR') is None and os.path.isdir(version.openmm_libra
else: else:
pluginLoadedLibNames = Platform.loadPluginsFromDirectory(Platform.getDefaultPluginsDirectory()) pluginLoadedLibNames = Platform.loadPluginsFromDirectory(Platform.getDefaultPluginsDirectory())
__version__ = Platform.getOpenMMVersion() __version__ = Platform.getOpenMMVersion()
if sys.platform not in ['win32', 'darwin']:
# rset the dlopen flags on linux
sys.setdlopenflags(flags)
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment