TheochemUI / eOn

eOn v3 and beyond
https://theochemui.github.io/eOn/
BSD 3-Clause "New" or "Revised" License
2 stars 2 forks source link

Note that all older documentation calls to ~eon~ should now be ~python -m eon.server~. The ~eonclient~ binary is automatically made available in the activated environment. ** Running Tests *** Meson This is the preferred method.

+begin_src bash

cd client

in conda, add --prefix=$CONDA_PREFIX --libdir=lib

meson setup bbdir --buildtype=debug -Dbuild_tests=true meson test -C bbdir

+end_src