Opened 7 years ago
Closed 5 years ago
#1278 closed enhancement (wontfix)
Option to only rebuild Python component of bundle
Reported by: | Tristan Croll | Owned by: | Conrad Huang |
---|---|---|---|
Priority: | moderate | Milestone: | |
Component: | Tool Shed | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Notify when closed: | Platform: | all | |
Project: | ChimeraX |
Description
I realise this is somewhat complicated because bundle_builder relies on the Python CCompiler machinery to define the compiled library filenames, but it would be really nice to have a make option that bypasses the C/C++ compilation step when only the Python code has been modified. At present, calling make app-install
on the Clipper plugin takes almost 3 minutes every time, which adds up quickly.
Note:
See TracTickets
for help on using tickets.
setup.py might be smart enough to limit the compile to just the Python packages, but bundle builder is not.