Changeset 2345 for install


Ignore:
Timestamp:
Jun 26, 2016 6:27:23 PM (7 years ago)
Author:
toby
Message:

fix for Windows directories with spaces

Location:
install
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • install/g2conda/construct.yaml

    r2315 r2345  
    99
    1010packages:
    11   - g2load-0.1.6-0
     11  - g2load-0.1.7-0
    1212
    1313specs:
     
    2828  - sip
    2929  - pyqt
    30 #  - qt                                   [not win]
    31 #  - sip                                  [not win]
    32 #  - pyqt                                 [not win]
    3330
    3431license_file: EULA.txt
  • install/g2pkg/build.sh

    r2171 r2345  
    22echo 'running build.sh'
    33mkdir $PREFIX/bin
    4 cp bootstrap.py $PREFIX/bin/gsas2-install.py
     4cp src/bootstrap.py $PREFIX/bin/gsas2-install.py
  • install/g2pkg/src/bootstrap.py

    r2315 r2345  
    66home = 'https://subversion.xray.aps.anl.gov/pyGSAS/'
    77print 70*'*'
     8print 'Preload matplotlib to build fonts...'
     9try:
     10    import matplotlib
     11except:
     12    pass
    813print 'Checking python packages...',
    914missing = []
Note: See TracChangeset for help on using the changeset viewer.