Ticket #6566 (closed: fixed)
Do the python byte-compile once in cmake
Reported by: | Martyn Gigg | Owned by: | Martyn Gigg |
---|---|---|---|
Priority: | major | Milestone: | Release 2.5 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Owen Arnold |
Description
Currently each Python section does its own little bit for compiling to pyc files for the installer.
This would be easier to maintain if it was done in one shot just for the package as that's really where it matters.
Change History
comment:2 Changed 8 years ago by Martyn Gigg
Compile pyc files at a single point. Refs #6566
Changeset: f1523e0393e1e6cb4173acb714723771ad7ff441
comment:3 Changed 8 years ago by Martyn Gigg
- Status changed from accepted to verify
- Resolution set to fixed
Tester: Take a look at the installed packages. All .py files should be accompanied by .pyc files still and removing the package should clear up all that it installed.
comment:4 Changed 8 years ago by Martyn Gigg
Take the files from the correct place on windows. Refs #6566
Changeset: 47724128ae9af51a39ae1823e854da9b2da58fad
comment:5 Changed 8 years ago by Martyn Gigg
Fix install rule for Windows. Refs #6566
Changeset: 2c43d0b72175d4e8c1ed674ec113242db08f74fb