Changeset 4230 for install


Ignore:
Timestamp:
Jan 3, 2020 12:19:24 PM (4 years ago)
Author:
toby
Message:

more work on gsas2full build

Location:
install
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • install/g2complete/bld.bat

    r4227 r4230  
     1REM This gets run during Build of gsas2complete to put all G2 files into .exe
    12if not exist "%PREFIX%\GSASII" (
    23    mkdir "%PREFIX%\GSASII"
     
    56copy %RECIPE_DIR%\src\bootstrap.py %PREFIX%\GSASII\
    67if errorlevel 1 exit 1
     8REM Install files now
    79python %PREFIX%\GSASII\bootstrap.py --noproxy --noinstall
    810if errorlevel 1 exit 1
  • install/g2full/construct.yaml.template

    r4226 r4230  
    2222    - pywin32                              [win]
    2323    - python.app                           [osx]
    24     - pytz=2018
    25     - pyparsing=2.3
     24    - pytz
     25    - pyparsing
    2626    - C:\Jenkins\g2builds\win-64\gsas2complete-**Version**-0.tar.bz2 [win]
    2727    - ~/builds/osx-64\gsas2complete-**Version**-0.tar.bz2 [osx]
Note: See TracChangeset for help on using the changeset viewer.