source: install/g2complete/bld.bat.template @ 5412

Last change on this file since 5412 was 5412, checked in by toby, 6 months ago

build changes for win/conda-forge

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