Changeset 5412 for install/g2complete


Ignore:
Timestamp:
Nov 27, 2022 1:55:13 PM (10 months ago)
Author:
toby
Message:

build changes for win/conda-forge

Location:
install/g2complete
Files:
2 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
     1REM|  This gets run during Build of gsas2complete to put all G2 files into .exe
     2REM|
     3REM|  pulls bootstrap.py & svn from GSASII repository and then uses the
     4REM|  bootstrap to pull in the current GSAS-II distribution into the build
     5REM|  directory
     6REM|
     7
    28if not exist "%PREFIX%\GSASII" (
    39    mkdir "%PREFIX%\GSASII"
    410    if errorlevel 1 exit 1
    511 )
    6 copy %RECIPE_DIR%\src\bootstrap.py %PREFIX%\GSASII\
     12REM copy %RECIPE_DIR%\src\bootstrap.py %PREFIX%\GSASII\
     13svn export https://subversion.xray.aps.anl.gov/pyGSAS/install/bootstrap.py %PREFIX%\GSASII
     14if errorlevel 1 exit 1
     15REM mkdir %PREFIX%\GSASII\SVN
     16REM copy C:\Users\IEUser\SVN\*.* %PREFIX%\GSASII\SVN
     17svn export https://subversion.xray.aps.anl.gov/pyGSAS/install/svn/anaconda_win64 %PREFIX%\GSASII\SVN
    718if errorlevel 1 exit 1
    819REM Install files now
  • install/g2complete/meta.yaml.template

    r4726 r5412  
    1818    - scipy
    1919    - pillow
     20    - requests
    2021    - pyopengl
    21     - svn
     22    - svn                                  [not win]
    2223    - hdf5
    2324    - h5py
    2425    - imageio
    2526    - pywin32                              [win]
    26     - python.app=2                         [osx]
     27    - python.app                           [osx]
Note: See TracChangeset for help on using the changeset viewer.