source: install/g2conda/construct.yaml @ 3405

Last change on this file since 3405 was 3405, checked in by toby, 7 years ago

test changes to g2conda

File size: 619 bytes
Line 
1name: g2conda
2version: 1.0.1
3install_in_dependency_order: True
4
5channels:
6  - http://repo.continuum.io/pkgs/free/
7  - https://conda.anaconda.org/briantoby/ 
8
9packages:
10  - gsas2pkg
11
12specs:
13  - python
14  - conda
15  - numpy
16  - scipy
17  - matplotlib
18  - pillow
19  - pyopengl
20  - wxpython
21  - svn
22  - hdf5
23  - h5py
24  - imageio
25  - python.app                           [osx]
26  - pywin32                              [win]
27
28exclude:
29  - qt
30  - sip
31  - pyqt
32
33#post_install: g2install.sh           [unix]
34#post_install: g2install.bat           [win]
35
36license_file: EULA.txt
37
38welcome_image: gsas2-welcome.png
39icon_image: gsas2.png
Note: See TracBrowser for help on using the repository browser.