"git@i10git.cs.fau.de:pycodegen/lbmpy.git" did not exist on "2b7af25e896b0ede046af0a7b720755c148774f4"
If pystencils
is installed from git and cython
is not installed you get the error: gcc: error: pystencils/boundaries/createindexlistcython.c: No such file or directory
. This is because the generated C file is not shipped and thus it is not available.
On pypi the C-file is shipped and thus it works.
Fixes #14 (closed)