- Timestamp:
- Jul 12, 2016 3:15:53 PM (7 years ago)
- Location:
- install
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
install/g2conda/construct.yaml
r2345 r2370 29 29 - pyqt 30 30 31 post_install: g2install.bat [win] 32 31 33 license_file: EULA.txt 32 34 -
install/g2pkg/post-link.bat
r2315 r2370 1 REM at present this does not get run in constructor, so it is a place-holder 2 echo "Preparing to install GSAS-II from APS subversion server" 3 mkdir %PREFIX%\GSASII 4 copy %PREFIX%\Scripts\gsas2-install.py %PREFIX%\GSASII\bootstrap.py 5 REM SET "install=%HOMEPATH%\Desktop\install-gsas2.bat" 6 REM echo "%PREFIX%\python.exe" "%PREFIX%\GSASII\bootstrap.py" > %install% 7 REM echo pause >> %install% 8 REM set "python=%PREFIX%\python.exe" 9 REM set "script=%PREFIX%\GSASII\bootstrap.py" 10 REM %python% %script% 1 echo "Install GSAS-II from APS subversion server (v. 2016/7/11)" 2 rem echo a error level is %ERRORLEVEL% >> "%PREFIX%\install-out.txt" 3 mkdir "%PREFIX%\GSASII" 4 rem echo b error level is %ERRORLEVEL% >> "%PREFIX%\install-out.txt" 5 copy "%PREFIX%\Scripts\gsas2-install.py" "%PREFIX%\GSASII\bootstrap.py" 6 rem echo c error level is %ERRORLEVEL% >> "%PREFIX%\install-out.txt" 7 set "python=%PREFIX%\python.exe" 8 set "script=%PREFIX%\GSASII\bootstrap.py" 9 rem echo d error level is %ERRORLEVEL% >> "%PREFIX%\install-out.txt" 10 "%python%" "%script%" 11 rem echo e error level is %ERRORLEVEL% >> "%PREFIX%\install-out.txt" 11 12 pause 12 13 rem echo f error level is %ERRORLEVEL% >> "%PREFIX%\install-out.txt" 14 set errorlevel=0 15 rem echo g error level is %ERRORLEVEL% >> "%PREFIX%\install-out.txt" 13 16 exit 0 17 rem echo h error level is %ERRORLEVEL% >> "%PREFIX%\install-out.txt" -
install/windows_notes.txt
r2358 r2370 7 7 conda update anaconda-client 8 8 9 cd Z:\software\G2\install\all9 cd /d Z:\software\G2\install\all 10 10 conda build g2pkg 11 11 … … 16 16 use this command to build the conda dist 17 17 conda update constructor 18 cd Z:\software\G2\install\all18 cd /d Z:\software\G2\install\all 19 19 constructor g2conda 20 20 21 21 Note that downloads are to C:\Users\toby.TOBY-VM\.conda\constructor\win-64 22 22 rm /Volumes/C/Users/toby.TOBY-VM/.conda//constructor/win-64/g2load-0.1.7-0.tar.bz2
Note: See TracChangeset
for help on using the changeset viewer.