ESS_GUIESS_GUI_DocsESS_GUI_batch_fittingESS_GUI_bumps_abstractionESS_GUI_iss1116ESS_GUI_iss879ESS_GUI_iss959ESS_GUI_openclESS_GUI_orderingESS_GUI_sync_sascalccostrafo411magnetic_scattrelease-4.1.1release-4.1.2release-4.2.2release_4.0.1ticket-1009ticket-1094-headlessticket-1242-2d-resolutionticket-1243ticket-1249ticket885unittest-saveload
Last change
on this file since 5f8fc78 was
3a39c2e,
checked in by krzywon, 10 years ago
|
Next iteration of the SANS→SAS is complete.
|
-
Property mode set to
100644
|
File size:
834 bytes
|
Line | |
---|
1 | cd %WORKSPACE% |
---|
2 | set PYTHON=c:\python26\python |
---|
3 | set EASY_INSTALL=c:\python26\scripts\easy_install.exe |
---|
4 | set NEXUSDIR="C:\Program Files (x86)\NeXus Data Format\" |
---|
5 | set PATH=c:\python26;c:\mingw\bin;%PATH% |
---|
6 | |
---|
7 | echo %SVN_REVISION%> svn_revision.txt |
---|
8 | |
---|
9 | %PYTHON% check_packages.py |
---|
10 | |
---|
11 | set PYTHONPATH=%WORKSPACE%\sasview-install;%PYTHONPATH% |
---|
12 | |
---|
13 | RD /S /Q sasview-install |
---|
14 | MD sasview-install |
---|
15 | RD /S /Q dist |
---|
16 | RD /S /Q build |
---|
17 | |
---|
18 | rem %PYTHON% -m pip install -t ../sasview-install --no-deps bumps=0.7.5.4 |
---|
19 | rem PYTHON% -m pip install -t ../sasview-install --no-deps periodictable=1.3.0 |
---|
20 | rem %PYTHON% -m pip install -t ../sasview-install --no-deps pyparsing=1.5.5 |
---|
21 | |
---|
22 | %PYTHON% setup.py build -cmingw32 |
---|
23 | %PYTHON% setup.py bdist_egg --skip-build |
---|
24 | cd dist |
---|
25 | %EASY_INSTALL% -d ..\sasview-install sasview*.egg |
---|
26 | |
---|
27 | cd %WORKSPACE%\test |
---|
28 | %PYTHON% utest_sasview.py |
---|
Note: See
TracBrowser
for help on using the repository browser.