Changeset ffbf35ee in sasview
- Timestamp:
- Nov 13, 2018 2:54:20 PM (6 years ago)
- Branches:
- ticket-1094-headless
- Children:
- cb44d66
- Parents:
- 1580cc3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
run.py
r1580cc3 rffbf35ee 111 111 #addpath(os.path.join(root, '..','wxPython-src-3.0.0.0','wxPython')) 112 112 113 <<<<<<< HEAD114 # Build project if the build directory does not already exist.115 # PAK: with "update" we can always build since it is fast116 if rebuild or not os.path.exists(build_path):117 =======118 113 # Put the sas source tree on the path 119 114 addpath(joinpath(root, 'src')) … … 132 127 # Build C extensions if necessary. Do an inplace build to simplify path. 133 128 if rebuild: 134 >>>>>>> master135 129 import subprocess 136 130 build_cmd = [sys.executable, "setup.py", "build_ext", "--inplace", "update"]
Note: See TracChangeset
for help on using the changeset viewer.