Changeset 4747 for install/g2full/g2postinstall.sh
- Timestamp:
- Jan 7, 2021 9:56:07 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
install/g2full/g2postinstall.sh
r4745 r4747 5 5 echo "source $PREFIX/bin/activate" >> $PREFIX/start_G2_bootstrap.sh 6 6 echo "$PREFIX/bin/python $PREFIX/GSASII/bootstrap.py" >> $PREFIX/start_G2_bootstrap.sh 7 # in case constructor changed the binary files 7 # constructor fixups, missing empty directories & changed binary files 8 mkdir -p $PREFIX/GSASII/.svn/tmp 8 9 $PREFIX/bin/svn revert $PREFIX/GSASII/bindist/* 9 10 # … … 12 13 echo "launching bootstrap process" 13 14 #$PREFIX/bin/python $PREFIX/GSASII/bootstrap.py --nonet > $PREFIX/GSASII/conda_inst.log 2>&1 14 $PREFIX/bin/python $PREFIX/GSASII/bootstrap.py --nonet 2> $PREFIX/GSASII/conda_postinst.log15 $PREFIX/bin/python $PREFIX/GSASII/bootstrap.py --nonet 15 16 # Now try to update to latest GSAS-II version (will fail if no network) 16 17 #$PREFIX/bin/python $PREFIX/GSASII/bootstrap.py --noinstall >> $PREFIX/GSASII/conda_inst.log 2>&1 17 $PREFIX/bin/python $PREFIX/GSASII/bootstrap.py --noinstall 2>> $PREFIX/GSASII/conda_postinst.log18 $PREFIX/bin/python $PREFIX/GSASII/bootstrap.py --noinstall 18 19 # 19 20 # create start script
Note: See TracChangeset
for help on using the changeset viewer.