- Timestamp:
- May 28, 2018 2:02:07 PM (6 years ago)
- Location:
- install
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
install/g2conda/construct.yaml
r3405 r3407 5 5 channels: 6 6 - http://repo.continuum.io/pkgs/free/ 7 - http://repo.continuum.io/pkgs/main/ 7 8 - https://conda.anaconda.org/briantoby/ 8 9 9 packages:10 - gsas2pkg 10 #packages: 11 # - gsas2pkg-1.0.3-0 11 12 12 13 specs: 14 - gsas2pkg 13 15 - python 14 16 - conda … … 28 30 exclude: 29 31 - qt 32 - pyqt 30 33 - sip 31 - pyqt32 34 33 35 #post_install: g2install.sh [unix] -
install/g2pkg/meta.yaml
r3405 r3407 9 9 home: https://subversion.xray.aps.anl.gov/trac/pyGSAS 10 10 11 build:12 noarch: python11 #build: 12 # noarch: python 13 13 14 14 requirements: … … 25 25 - hdf5 26 26 - h5py 27 - imageio 27 28 - pywin32 [win] 28 - imageio 29 - python.app [osx] # was [mac] 29 - python.app [osx] 30 30
Note: See TracChangeset
for help on using the changeset viewer.