source:
install/g2conda/construct.yaml
@
4260
Last change on this file since 4260 was 3408, checked in by toby, 5 years ago | |
---|---|
File size: 799 bytes |
Rev | Line | |
---|---|---|
[2171] | 1 | name: g2conda |
[3404] | 2 | version: 1.0.1 |
[2171] | 3 | install_in_dependency_order: True |
4 | ||
5 | channels: | |
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 | |
13 | specs: | |
[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 | ||
30 | exclude: | |
[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] | 38 | license_file: EULA.txt |
39 | ||
[2315] | 40 | welcome_image: gsas2-welcome.png |
41 | icon_image: gsas2.png |
Note: See TracBrowser
for help on using the repository browser.