An error occurred while fetching the assigned milestone of the selected merge_request.
Fix package requires
The phasefield model requires the generation of a module by Cython. However, this file was not shipped with pypi and cython is not required by lbmpy.
Merge request reports
Activity
Filter activity
added Bug label
If you include the C file, then Cython should no longer by a requirement since you can also build and inlcude the C file/python module directly. If you include Cython, then the C file should not be necessary.
EDIT: ok, Cython is only a build requirement... as it was before with Martins solution.
Edited by Stephan SeitzYou could have Cython just as a runtime dependency for that feature (it would just generate that file at the user side). We already have features like gpu, opencl, interactive...
Edited by Stephan Seitzmentioned in commit 3f3c98cd
Please register or sign in to reply