Changeset 4227 for install/g2complete
- Timestamp:
- Jan 2, 2020 4:36:00 PM (4 years ago)
- Location:
- install/g2complete
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
install/g2complete/bld.bat
r4226 r4227 5 5 copy %RECIPE_DIR%\src\bootstrap.py %PREFIX%\GSASII\ 6 6 if errorlevel 1 exit 1 7 call "%PREFIX%\Scripts\Activate" 8 "%PREFIX%\python" %PREFIX%\GSASII\bootstrap.py --noproxy --noinstall 7 python %PREFIX%\GSASII\bootstrap.py --noproxy --noinstall 9 8 if errorlevel 1 exit 1 -
install/g2complete/post-link.bat
r3934 r4227 3 3 set "updatescript=%PREFIX%\GSASII\bootstrap.py" 4 4 REM "install" the GSAS-II package (create shortcuts, byte-compile...) 5 call "%PREFIX%\Scripts\Activate" 5 6 "%python%" "%updatescript%" --nonet 6 7 REM Now try to update to latest GSAS-II version (will fail if no network)
Note: See TracChangeset
for help on using the changeset viewer.