Changeset 4748 for install


Ignore:
Timestamp:
Jan 7, 2021 10:22:55 PM (2 years ago)
Author:
toby
Message:

still more work on install for OSX

Location:
install
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • install/bootstrap.py

    r4747 r4748  
    583583    print('\n'+75*'*')
    584584else:
    585     svncleanup(path2GSAS2)
     585    svn = whichsvn()
     586    if svn: svncleanup(path2GSAS2)
    586587
    587588# subsequent commands require GSASIIpath which better be here now, import it
  • install/g2complete/src/bootstrap.py

    r4747 r4748  
    583583    print('\n'+75*'*')
    584584else:
    585     svncleanup(path2GSAS2)
     585    svn = whichsvn()
     586    if svn: svncleanup(path2GSAS2)
    586587
    587588# subsequent commands require GSASIIpath which better be here now, import it
  • install/g2full/g2postinstall.sh

    r4747 r4748  
    2727   echo "$PREFIX/bin/python $PREFIX/GSASII/GSASII.py" >> $PREFIX/start_GSASII.sh
    2828fi
    29 #create the GSAS-II app or Desktop icon (note that scripts run only on correct platform)
    30 #$PREFIX/bin/python $PREFIX/GSASII/makeMacApp.py
    31 #$PREFIX/bin/python $PREFIX/GSASII/makeLinux.py
    3229echo "GSAS-II bootstrap completed"
Note: See TracChangeset for help on using the changeset viewer.