- Timestamp:
- Jan 7, 2021 4:20:00 PM (2 years ago)
- Location:
- install
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
install/bootstrap.py
r4737 r4738 297 297 print('import of GSASIIpath completed') 298 298 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.' 300 300 msg += '\nGSAS-II will not run without correcting this. Contact toby@anl.gov' 301 301 print(err) -
install/g2complete/build.sh.template
r4737 r4738 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 2>&110 python $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.