source:
install/g2conda/construct.yaml
@
2345
Last change on this file since 2345 was 2345, checked in by toby, 7 years ago | |
---|---|
File size: 478 bytes |
Rev | Line | |
---|---|---|
[2171] | 1 | name: g2conda |
2 | version: 0.1.1 | |
3 | ||
4 | install_in_dependency_order: True | |
5 | ||
6 | channels: | |
7 | - http://repo.continuum.io/pkgs/free/ | |
8 | - https://conda.anaconda.org/briantoby/ | |
9 | ||
10 | packages: | |
[2345] | 11 | - g2load-0.1.7-0 |
[2171] | 12 | |
13 | specs: | |
14 | - python 2.7* | |
15 | - conda | |
16 | - numpy | |
[2315] | 17 | - scipy 0.14* |
[2171] | 18 | - matplotlib |
19 | - pillow | |
20 | - pyopengl | |
21 | - wxpython | |
22 | - svn | |
[2315] | 23 | - hdf5 |
[2171] | 24 | - pywin32 [win] |
25 | ||
26 | exclude: | |
[2315] | 27 | - qt |
28 | - sip | |
[2171] | 29 | - pyqt |
30 | ||
31 | license_file: EULA.txt | |
32 | ||
[2315] | 33 | welcome_image: gsas2-welcome.png |
34 | icon_image: gsas2.png |
Note: See TracBrowser
for help on using the repository browser.