Changeset 4738 for install


Ignore:
Timestamp:
Jan 7, 2021 4:20:00 PM (2 years ago)
Author:
toby
Message:

more install work

Location:
install
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • install/bootstrap.py

    r4737 r4738  
    297297        print('import of GSASIIpath completed')
    298298    except Exception as err:
    299         msg = 'Failed with import of GSASIIpath. This is unexpected.'
     299        msg = 'Failed with import of GSASIIpath in svnChecksumPatch. This is unexpected.'
    300300        msg += '\nGSAS-II will not run without correcting this. Contact toby@anl.gov'
    301301        print(err)
  • install/g2complete/build.sh.template

    r4737 r4738  
    88mkdir -p $PREFIX/GSASII
    99cp $RECIPE_DIR/src/bootstrap.py $PREFIX/GSASII
    10 python $PREFIX/GSASII/bootstrap.py --binary=**npversion** > $PREFIX/GSASII/conda_G2build.log 2>&1
     10python $PREFIX/GSASII/bootstrap.py --binary=**npversion** > $PREFIX/GSASII/conda_G2build_out.log 2>  $PREFIX/GSASII/conda_G2build_errors.log
Note: See TracChangeset for help on using the changeset viewer.