Changeset 2345
- Timestamp:
- Jun 26, 2016 6:27:23 PM (7 years ago)
- Location:
- install
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
install/g2conda/construct.yaml
r2315 r2345 9 9 10 10 packages: 11 - g2load-0.1. 6-011 - g2load-0.1.7-0 12 12 13 13 specs: … … 28 28 - sip 29 29 - pyqt 30 # - qt [not win]31 # - sip [not win]32 # - pyqt [not win]33 30 34 31 license_file: EULA.txt -
install/g2pkg/build.sh
r2171 r2345 2 2 echo 'running build.sh' 3 3 mkdir $PREFIX/bin 4 cp bootstrap.py $PREFIX/bin/gsas2-install.py4 cp src/bootstrap.py $PREFIX/bin/gsas2-install.py -
install/g2pkg/src/bootstrap.py
r2315 r2345 6 6 home = 'https://subversion.xray.aps.anl.gov/pyGSAS/' 7 7 print 70*'*' 8 print 'Preload matplotlib to build fonts...' 9 try: 10 import matplotlib 11 except: 12 pass 8 13 print 'Checking python packages...', 9 14 missing = []
Note: See TracChangeset
for help on using the changeset viewer.