- Timestamp:
- Jan 7, 2021 4:11:04 PM (2 years ago)
- Location:
- install
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
install/bootstrap.py
r4736 r4737 576 576 msg = 'Failed with import of GSASIIpath. This is unexpected.' 577 577 msg += '\nGSAS-II will not run without correcting this. Contact toby@anl.gov' 578 print('GSASIIpath import error\n',err) 578 579 BailOut(msg) 579 580 -
install/g2complete/build.sh.template
r4736 r4737 8 8 mkdir -p $PREFIX/GSASII 9 9 cp $RECIPE_DIR/src/bootstrap.py $PREFIX/GSASII 10 python $PREFIX/GSASII/bootstrap.py --binary=**npversion** > $PREFIX/GSASII/conda_G2build _log.txt2>&110 python $PREFIX/GSASII/bootstrap.py --binary=**npversion** > $PREFIX/GSASII/conda_G2build.log 2>&1
Note: See TracChangeset
for help on using the changeset viewer.