source: install/g2conda/construct.yaml @ 4260

Last change on this file since 4260 was 3408, checked in by toby, 5 years ago

fix for Mac; test on Linux

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