- Timestamp:
- Jan 18, 2020 10:10:00 PM (4 years ago)
- Location:
- install/g2complete
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
install/g2complete/post-link.sh
r4257 r4258 5 5 $PREFIX/bin/python $PREFIX/GSASII/bootstrap.py --nonet #2>&1 > /tmp/bootstrap1.log 6 6 # Now try to update to latest GSAS-II version (will fail if no network) 7 $PREFIX/bin/python $PREFIX/GSASII/bootstrap.py --noinstall #2>&1> /tmp/bootstrap2.log7 $PREFIX/bin/python $PREFIX/GSASII/bootstrap.py --noinstall > /tmp/bootstrap2.log -
install/g2complete/src/bootstrap.py
r4256 r4258 67 67 dlg.ShowModal() 68 68 dlg.Destroy() 69 #else:70 #print(msg,file=sys.stderr)69 else: 70 print(msg,file=sys.stderr) 71 71 sys.exit() 72 72
Note: See TracChangeset
for help on using the changeset viewer.