- Timestamp:
- Jan 3, 2020 12:19:24 PM (4 years ago)
- Location:
- install
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
install/g2complete/bld.bat
r4227 r4230 1 REM This gets run during Build of gsas2complete to put all G2 files into .exe 1 2 if not exist "%PREFIX%\GSASII" ( 2 3 mkdir "%PREFIX%\GSASII" … … 5 6 copy %RECIPE_DIR%\src\bootstrap.py %PREFIX%\GSASII\ 6 7 if errorlevel 1 exit 1 8 REM Install files now 7 9 python %PREFIX%\GSASII\bootstrap.py --noproxy --noinstall 8 10 if errorlevel 1 exit 1 -
install/g2full/construct.yaml.template
r4226 r4230 22 22 - pywin32 [win] 23 23 - python.app [osx] 24 - pytz =201825 - pyparsing =2.324 - pytz 25 - pyparsing 26 26 - C:\Jenkins\g2builds\win-64\gsas2complete-**Version**-0.tar.bz2 [win] 27 27 - ~/builds/osx-64\gsas2complete-**Version**-0.tar.bz2 [osx]
Note: See TracChangeset
for help on using the changeset viewer.