Ticket #6566 (closed: fixed)

Opened 8 years ago

Last modified 5 years ago

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:1 Changed 8 years ago by Martyn Gigg

  • Status changed from new to accepted

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

comment:6 Changed 8 years ago by Owen Arnold

  • Status changed from verify to verifying
  • Tester set to Owen Arnold

comment:7 Changed 8 years ago by Owen Arnold

  • Status changed from verifying to closed

comment:8 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 7412

Note: See TracTickets for help on using tickets.