Skip to content

WIP: Make windows application

Thomas Vincent requested to merge tvincent/xsocs:win-freeze into master

Merge !74 (merged) first to get a smaller diff.

This MR aims at providing a standalone windows application. It workarounds a few issues to produce the standalone application.

The following issues still need to be solved:

  • It crashes during merge (in h5z library) and during qspace conversion. This does not occurs when run in a standard python installation.
  • Produced application is way too large (1.2GB) due to cx_Freeze duplicating dlls in each submodule...

closes #52

Merge request reports