CAPD DynSys Library 5.2.0
Binaries

Download

Binary version of the CAPD library can be download from SourceForge. Alternatively you can use our Docker image with installed CAPD in /usr/local:

Be aware that the binary version requires additional libraries in run-time. Please check CAPD requirements or Build environment . If there is no version for your system then you can try "similar" distribution or you need to compile the source code (see Sources). Let us know if you would like to see binaries for your system!

To use our shared libraries or bindings (e.g. Mathematica, Python etc.) you need to be sure that the libraries are visible in the system and all dependencies are satisfied. If your installation directory is not standard (standard location for Linux/macOS is /usr and /usr/local) you need to set LD_LIBRARY_PATH (DYLD_LIBRARY_PATH on macOS). You can read more deatils in your system manual.

To check if all run-time dependencies are satisfied you can load a shared library in Python using following snippet:

python -c "import sys; from ctypes import *; lib = cdll.LoadLibrary(sys.argv[1]);" PATH_TO_LIBRARY

In case of error your system will show you a message.

Build environment

Bellow you can find informations about our build environment. You can use similar setup to build the software yourself or to use binaries provided by us.

Dockerfiles

We build for Linux using Docker. You can find our images in the Docker Hub: