source:
install/g2conda/construct.yaml
@
3201
Last change on this file since 3201 was 3201, checked in by toby, 4 years ago | |
---|---|
File size: 677 bytes |
Rev | Line | |
---|---|---|
[2171] | 1 | name: g2conda |
[2507] | 2 | version: 0.1.2 |
[3201] | 3 | #conda install numpy scipy matplotlib pillow h5py pyopengl pywin32 svn wxpython m2w64-gcc-libgfortran |
[2171] | 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: | |
[2410] | 11 | - g2load-0.1.8-0 |
[2171] | 12 | |
13 | specs: | |
14 | - python 2.7* | |
15 | - conda | |
16 | - numpy | |
[2507] | 17 | - scipy |
[2171] | 18 | - matplotlib |
19 | - pillow | |
20 | - pyopengl | |
[2855] | 21 | - wxpython 3.* |
[2171] | 22 | - svn |
[2315] | 23 | - hdf5 |
[2507] | 24 | - h5py |
[2171] | 25 | - pywin32 [win] |
26 | ||
27 | exclude: | |
[2315] | 28 | - qt |
29 | - sip | |
[2171] | 30 | - pyqt |
31 | ||
[2410] | 32 | #post_install: g2install.sh [unix] |
33 | #post_install: g2install.bat [win] | |
[2370] | 34 | |
[2171] | 35 | license_file: EULA.txt |
36 | ||
[2315] | 37 | welcome_image: gsas2-welcome.png |
38 | icon_image: gsas2.png |
Note: See TracBrowser
for help on using the repository browser.