source: install/g2conda/construct.yaml @ 2410

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

update for new mac build

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