source: install/g2conda/construct.yaml @ 3216

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

update bootstrap for Py3

File size: 677 bytes
Line 
1name: g2conda
2version: 0.1.2
3#conda install numpy scipy matplotlib pillow h5py pyopengl pywin32 svn wxpython m2w64-gcc-libgfortran
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
18  - matplotlib
19  - pillow
20  - pyopengl
21  - wxpython 3.*
22  - svn
23  - hdf5
24  - h5py
25  - pywin32                              [win]
26
27exclude:
28  - qt
29  - sip
30  - pyqt
31
32#post_install: g2install.sh           [unix]
33#post_install: g2install.bat           [win]
34
35license_file: EULA.txt
36
37welcome_image: gsas2-welcome.png
38icon_image: gsas2.png
Note: See TracBrowser for help on using the repository browser.