Ignore:
Timestamp:
Apr 25, 2019 6:20:40 PM (4 years ago)
Author:
toby
Message:

try to avoid calling makeBat.py, etc. twice

File:
1 edited

Legend:

Unmodified
Added
Removed
  • install/g2complete/post-link.sh

    r3910 r3934  
    22echo "Complete installation GSAS-II and update from APS subversion server if on network"
    33echo $PREFIX/bin/python
     4# "install" the GSAS-II package (create shortcuts, byte-compile...)
    45$PREFIX/bin/python $PREFIX/GSASII/bootstrap.py --nonet
    5 $PREFIX/bin/python $PREFIX/GSASII/bootstrap.py
     6# Now try to update to latest GSAS-II version (will fail if no network)
     7$PREFIX/bin/python $PREFIX/GSASII/bootstrap.py --noinstall
Note: See TracChangeset for help on using the changeset viewer.