SlicerGitSVNArchive icon indicating copy to clipboard operation
SlicerGitSVNArchive copied to clipboard

ENH: RFC bundle fixup script in python

Open ihnorton opened this issue 7 years ago • 1 comments

See commit message for more detailed information. The goal here is to make the packaging system easier to use and debug. Using python allows for shorter code, and makes the fixup step much faster: the total packaging time is reduced to ~3 min as compared to ~1 hr (make package in an up-to-date build tree). The script can also be debugged with pdb. Hopefully this makes other build system improvements easier to test and iterate, because the turn-around to test changes will be shorter.

ihnorton avatar Feb 05 '18 22:02 ihnorton

Note, not ready to merge. To do:

  • [ ] Extension support
  • [ ] Windows support
  • [ ] Linux support
  • [ ] Exclude Qt headers? (IIUC the current packager excludes them, but that may be done by the qt-easy-build?)

ihnorton avatar Feb 05 '18 22:02 ihnorton