Changeset 0e17b31 in sasview
- Timestamp:
- Nov 22, 2017 11:28:09 AM (7 years ago)
- Branches:
- master, magnetic_scatt, release-4.2.2, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
- Children:
- 3b0632f
- Parents:
- 274cbef
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
run.py
r0225a3f r0e17b31 112 112 113 113 # Build project if the build directory does not already exist. 114 if not os.path.exists(build_path): 114 # PAK: with "update" we can always build since it is fast 115 if True or not os.path.exists(build_path): 115 116 import subprocess 116 117 with cd(root): 117 subprocess.call((sys.executable, "setup.py", "build" ), shell=False)118 subprocess.call((sys.executable, "setup.py", "build", "update"), shell=False) 118 119 119 120 # Put the source trees on the path
Note: See TracChangeset
for help on using the changeset viewer.