Changeset d1b43cd in sasview
- Timestamp:
- Mar 27, 2010 1:15:49 PM (15 years ago)
- Branches:
- master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
- Children:
- e5d76ce
- Parents:
- c4f52e3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sansview/build_sansview.py
r690003a rd1b43cd 183 183 install_pkg(".", "pr_inversion", "svn://danse.us/sans/trunk/pr_inversion") 184 184 185 os.chdir(wd) 186 if release: 187 pass 188 else: 189 install_pkg(".", "Invariant", "svn://danse.us/sans/trunk/Invariant") 190 191 os.chdir(wd) 192 if release: 193 pass 194 else: 195 install_pkg(".", "invariantview", "svn://danse.us/sans/trunk/invariantview") 196 197 os.chdir(wd) 198 if release: 199 pass 200 else: 201 install_pkg(".", "calculatorview", "svn://danse.us/sans/trunk/calculatorview") 202 203 os.chdir(wd) 204 if release: 205 pass 206 else: 207 install_pkg(".", "calculator", "svn://danse.us/sans/trunk/calculator") 208 209 os.chdir(wd) 210 if release: 211 pass 212 else: 213 install_pkg(".", "theoryview", "svn://danse.us/sans/trunk/theoryview") 214 185 215 #TODO: need a release version of PARK 186 216 os.chdir(wd)
Note: See TracChangeset
for help on using the changeset viewer.