ball
ball copied to clipboard
The Biochemical Algorithms Library
For cMake version 3.12 or later, variable PythonInterp and PythonLibs has been changed into Python. `find_package(Python ${PY_VERSION} REQUIRED)` should be used, instead of: `find_package(PythonInterp ${PY_VERSION} REQUIRED) find_package(PythonLibs ${PY_VERSION} REQUIRED)` which...
When I installed BALL,I get an Error: BALL-1.1.1/source/config.mak:159: recipe for target 'logStream.o' failed this is my linux information: Linux 5.3.18-2-pve #1 SMP PVE 5.3.18-2 (Sat, 15 Feb 2020 15:11:52 +0100)...
**Version**: v1.4.79 Windows binaries provided [here](https://abibuilder.informatik.uni-tuebingen.de/archive/ball/BALL/stable/). Afaik this issue is also reproducible when compiling from current source. Hello! When using the python bindings, iterating over a system's molecules with `molecules(system)`...
The last "released" beta1 doesn't compile anymore. Can you please cut a new tarball release from master such that people have something useful to compile/package?
``` In file included from /usr/local/include/boost/asio/basic_socket_iostream.hpp:24: /usr/local/include/boost/asio/basic_socket_streambuf.hpp:304:35: error: no matching member function for call to 'resolve' connect_to_endpoints(resolver.resolve(x..., ec_)); ~~~~~~~~~^~~~~~~ /usr/local/include/boost/asio/basic_socket_iostream.hpp:270:18: note: in instantiation of function template specialization 'boost::asio::basic_socket_streambuf::connect' requested here...
`install_name_tool` does not seem to like `@executable_path` any longer. ``` CPack: Create package using DragNDrop CPack: Install projects CPack: - Run preinstall target for: BALL CPack: - Install project: BALL...
**Reported by odin on 10 Aug 43379833 18:55 UTC** When no renderer plugins are found, everything starts fine but nothing is of course displayed and the user has no clue...
Currently `POVRenderer` seems to be the only renderer that actually uses the old `Stage` material system. We should port `POVRenderer` to the new system so that the `Stage` system can...
The shortcut handling of BALLView should be limited to the widget that is currently focused (at least for some shortcuts). Especially high-impact shortcuts like `Del`, `Space`, or even `Ctrl+{C,V,X}` often...
Project files include a copy of the BALLView INI file, which will be restored when loading, overriding all existing user settings present in the (potentially stale) copy. In addition to...