You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The bohrium install from nightly PPA on 14.04 no longer works. Any operation throws an exception like:
0|~ > python -c "import bohrium as bh; print(bh.bh_info.runtime_info())"
Cannot load library: /usr/lib/libbh_ve_openmp.so: undefined symbol: _ZN5boost10filesystem6detail9copy_fileERKNS0_4pathES4_NS0_11copy_optionEPNS_6system10error_codeE
terminate called after throwing an instance of 'std::runtime_error'
what(): ConfigParser: Cannot load library
zsh: abort python -c "import bohrium as bh; print(bh.bh_info.runtime_info())"
134|~ > bardino@nelson
The bohrium install from nightly PPA on 14.04 no longer works. Any operation throws an exception like:
0|~ > python -c "import bohrium as bh; print(bh.bh_info.runtime_info())"
Cannot load library: /usr/lib/libbh_ve_openmp.so: undefined symbol: _ZN5boost10filesystem6detail9copy_fileERKNS0_4pathES4_NS0_11copy_optionEPNS_6system10error_codeE
terminate called after throwing an instance of 'std::runtime_error'
what(): ConfigParser: Cannot load library
zsh: abort python -c "import bohrium as bh; print(bh.bh_info.runtime_info())"
134|~ > bardino@nelson
Not sure but it sounds like it may be due to a boost update:
https://bbs.archlinux.org/viewtopic.php?id=174508
I tried downgrading all boost dependency packages to the version before the latest security upgrade but it still fails.
Maybe it would help bumping the package dependencies from boost-1.54 to boost-1.55 which is also available in the standard repositories:
https://packages.ubuntu.com/trusty/libboost1.55-dev
The text was updated successfully, but these errors were encountered: