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

build changes for win/conda-forge

File:
1 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
Note: See TracChangeset for help on using the changeset viewer.