Line | |
---|
1 | REM| This gets run during Build of gsas2complete to put all G2 files into .exe |
---|
2 | REM| |
---|
3 | REM| pulls bootstrap.py & svn from GSASII repository and then uses the |
---|
4 | REM| bootstrap to pull in the current GSAS-II distribution into the build |
---|
5 | REM| directory |
---|
6 | REM| |
---|
7 | |
---|
8 | if not exist "%PREFIX%\GSASII" ( |
---|
9 | mkdir "%PREFIX%\GSASII" |
---|
10 | if errorlevel 1 exit 1 |
---|
11 | ) |
---|
12 | REM copy %RECIPE_DIR%\src\bootstrap.py %PREFIX%\GSASII\ |
---|
13 | svn export https://subversion.xray.aps.anl.gov/pyGSAS/install/bootstrap.py %PREFIX%\GSASII |
---|
14 | if errorlevel 1 exit 1 |
---|
15 | REM mkdir %PREFIX%\GSASII\SVN |
---|
16 | REM copy C:\Users\IEUser\SVN\*.* %PREFIX%\GSASII\SVN |
---|
17 | svn export https://subversion.xray.aps.anl.gov/pyGSAS/install/svn/anaconda_win64 %PREFIX%\GSASII\SVN |
---|
18 | if errorlevel 1 exit 1 |
---|
19 | REM Install files now |
---|
20 | python %PREFIX%\GSASII\bootstrap.py --noproxy --noinstall --binary=**npversion**,**pyversion** |
---|
21 | if errorlevel 1 exit 1 |
---|
Note: See
TracBrowser
for help on using the repository browser.