Changeset 5412
- Timestamp:
- Nov 27, 2022 1:55:13 PM (6 months ago)
- Location:
- install
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
install/g2complete/bld.bat.template
r4771 r5412 1 REM This gets run during Build of gsas2complete to put all G2 files into .exe 1 REM| This gets run during Build of gsas2complete to put all G2 files into .exe 2 REM| 3 REM| pulls bootstrap.py & svn from GSASII repository and then uses the 4 REM| bootstrap to pull in the current GSAS-II distribution into the build 5 REM| directory 6 REM| 7 2 8 if not exist "%PREFIX%\GSASII" ( 3 9 mkdir "%PREFIX%\GSASII" 4 10 if errorlevel 1 exit 1 5 11 ) 6 copy %RECIPE_DIR%\src\bootstrap.py %PREFIX%\GSASII\ 12 REM copy %RECIPE_DIR%\src\bootstrap.py %PREFIX%\GSASII\ 13 svn export https://subversion.xray.aps.anl.gov/pyGSAS/install/bootstrap.py %PREFIX%\GSASII 14 if errorlevel 1 exit 1 15 REM mkdir %PREFIX%\GSASII\SVN 16 REM copy C:\Users\IEUser\SVN\*.* %PREFIX%\GSASII\SVN 17 svn export https://subversion.xray.aps.anl.gov/pyGSAS/install/svn/anaconda_win64 %PREFIX%\GSASII\SVN 7 18 if errorlevel 1 exit 1 8 19 REM Install files now -
install/g2complete/meta.yaml.template
r4726 r5412 18 18 - scipy 19 19 - pillow 20 - requests 20 21 - pyopengl 21 - svn 22 - svn [not win] 22 23 - hdf5 23 24 - h5py 24 25 - imageio 25 26 - pywin32 [win] 26 - python.app =2[osx]27 - python.app [osx] -
install/g2full/construct.yaml.template
r4773 r5412 4 4 5 5 channels: 6 - https://conda.anaconda.org/anaconda 7 # - https://conda.anaconda.org/conda-forge 8 # - https://repo.continuum.io/pkgs/main 6 - https://conda.anaconda.org/conda-forge 9 7 10 8 specs:
Note: See TracChangeset
for help on using the changeset viewer.