source: install/g2conda/construct.yaml @ 3404

Last change on this file since 3404 was 3404, checked in by toby, 6 years ago

latest builds from jenkins & update to build g2conda

File size: 649 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  - pywin32                              [win]
25  - imageio
26
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
40
41####  - gsas2pkg-1.0.3-0
42####  - python.app                           [mac]
Note: See TracBrowser for help on using the repository browser.