Changeset 2370


Ignore:
Timestamp:
Jul 12, 2016 3:15:53 PM (7 years ago)
Author:
toby
Message:

work on windows installation with constructor 1.3.0

Location:
install
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • install/g2conda/construct.yaml

    r2345 r2370  
    2929  - pyqt
    3030
     31post_install: g2install.bat           [win]
     32
    3133license_file: EULA.txt
    3234
  • 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%
     1echo "Install GSAS-II from APS subversion server (v. 2016/7/11)"
     2rem echo a error level is %ERRORLEVEL% >> "%PREFIX%\install-out.txt"
     3mkdir "%PREFIX%\GSASII"
     4rem echo b error level is %ERRORLEVEL%  >> "%PREFIX%\install-out.txt"
     5copy "%PREFIX%\Scripts\gsas2-install.py" "%PREFIX%\GSASII\bootstrap.py"
     6rem echo c error level is %ERRORLEVEL% >> "%PREFIX%\install-out.txt"
     7set "python=%PREFIX%\python.exe"
     8set "script=%PREFIX%\GSASII\bootstrap.py"
     9rem echo d error level is %ERRORLEVEL% >> "%PREFIX%\install-out.txt"
     10"%python%" "%script%"
     11rem echo e error level is %ERRORLEVEL% >> "%PREFIX%\install-out.txt"
    1112pause
    12 
     13rem echo f error level is %ERRORLEVEL% >> "%PREFIX%\install-out.txt"
     14set errorlevel=0
     15rem echo g error level is %ERRORLEVEL% >> "%PREFIX%\install-out.txt"
    1316exit 0
     17rem echo h error level is %ERRORLEVEL% >> "%PREFIX%\install-out.txt"
  • install/windows_notes.txt

    r2358 r2370  
    77conda update anaconda-client
    88
    9 cd Z:\software\G2\install\all
     9cd /d Z:\software\G2\install\all
    1010conda build g2pkg
    1111
     
    1616use this command to build the conda dist
    1717conda update constructor
    18 cd Z:\software\G2\install\all
     18cd /d Z:\software\G2\install\all
    1919constructor g2conda
    2020
    2121Note that downloads are to C:\Users\toby.TOBY-VM\.conda\constructor\win-64
    22 
     22rm /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.