source: install/g2complete/post-link.sh @ 4736

Last change on this file since 4736 was 4736, checked in by toby, 2 years ago

more install work

  • Property svn:executable set to *
File size: 671 bytes
Line 
1#!/bin/bash
2echo "Complete complete installation GSAS-II from APS subversion server" > $PREFIX/GSASII/conda_inst.log
3# Note: for g2complete create scripts to access bootstrap & start are moved to g2postinstall.sh (g2full)
4#
5# "install" the GSAS-II package (create shortcuts, byte-compile...)
6#
7$PREFIX/bin/python $PREFIX/GSASII/bootstrap.py --nonet >> $PREFIX/GSASII/conda_inst.log 2>&1
8# Now try to update to latest GSAS-II version (will fail if no network)
9$PREFIX/bin/python $PREFIX/GSASII/bootstrap.py --noinstall >> $PREFIX/GSASII/conda_inst.log 2>&1
10cp $PREFIX/GSASII/conda_inst.log $PREFIX/.messages.txt
11echo "GSAS-II bootstrap completed" >> $PREFIX/.messages.txt
Note: See TracBrowser for help on using the repository browser.