Working Windows build
Main changes
- Add paths to libraries in
setup.pyandinclude_dirs.txt - Add
.batscripts generation for python scripts without extension (inscripts) - Set all subprocess calls to
shell=True, otherwise.batscripts are not found - Move all closures definitions for multiprocessing to work in "fork" mode
Possible improvements
- Set absolute paths for the libraries
- Included a .dll inside the source files (
tools/mesh/libgmp-10.dll) for it to be shipped in the right directory (aspackage_data). Maybe there is a better way to do it?
Next steps
- Ensure all tests pass on windows AND linux
- Build windows wheels for multible Python versions