Changeset 4737 for install


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

more install work

Location:
install
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • install/bootstrap.py

    r4736 r4737  
    576576    msg = 'Failed with import of GSASIIpath. This is unexpected.'
    577577    msg += '\nGSAS-II will not run without correcting this. Contact toby@anl.gov'
     578    print('GSASIIpath import error\n',err)
    578579    BailOut(msg)
    579580
  • install/g2complete/build.sh.template

    r4736 r4737  
    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.txt 2>&1
     10python $PREFIX/GSASII/bootstrap.py --binary=**npversion** > $PREFIX/GSASII/conda_G2build.log 2>&1
Note: See TracChangeset for help on using the changeset viewer.