source: install/g2complete/bld.bat @ 3915

Last change on this file since 3915 was 3910, checked in by toby, 5 years ago

new packaging including GSAS-II files

  • Property svn:executable set to *
File size: 255 bytes
Line 
1if not exist "%PREFIX%\GSASII" (
2    mkdir "%PREFIX%\GSASII"
3    if errorlevel 1 exit 1
4 )
5copy %RECIPE_DIR%\src\bootstrap.py %PREFIX%\GSASII\
6if errorlevel 1 exit 1
7python %PREFIX%\GSASII\bootstrap.py --noproxy --noinstall
8if errorlevel 1 exit 1
Note: See TracBrowser for help on using the repository browser.