bh107 / bohrium

Automatic parallelization of Python/NumPy, C, and C++ codes on Linux and MacOSX
http://www.bh107.org
Apache License 2.0
219 stars 31 forks source link

Use absolute path for kernel dependencies #564

Closed omegahm closed 5 years ago

omegahm commented 5 years ago

This might fix #551

madsbk commented 5 years ago

To fix the bug in the PIP package, try changing https://github.com/bh107/bohrium/blob/master/bridge/py_api/setup.py#L284 to

config_str = _regex_replace("%s/share/bohrium/" % _install_prefix, "{CONF_PATH}/", config_str)