Changeset 4255 for install/g2complete


Ignore:
Timestamp:
Jan 18, 2020 7:26:50 PM (4 years ago)
Author:
toby
Message:

debug mac install

File:
1 edited

Legend:

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

    r3934 r4255  
    33echo $PREFIX/bin/python
    44# "install" the GSAS-II package (create shortcuts, byte-compile...)
    5 $PREFIX/bin/python $PREFIX/GSASII/bootstrap.py --nonet
     5$PREFIX/bin/python $PREFIX/GSASII/bootstrap.py --nonet 2>&1 > /tmp/bootstrap1.log
    66# Now try to update to latest GSAS-II version (will fail if no network)
    7 $PREFIX/bin/python $PREFIX/GSASII/bootstrap.py --noinstall
     7$PREFIX/bin/python $PREFIX/GSASII/bootstrap.py --noinstall 2>&1 > /tmp/bootstrap2.log
Note: See TracChangeset for help on using the changeset viewer.