Line | |
---|
1 | name: gsas2full |
---|
2 | version: **Version** |
---|
3 | #install_in_dependency_order: True |
---|
4 | |
---|
5 | channels: |
---|
6 | - https://conda.anaconda.org/conda-forge |
---|
7 | |
---|
8 | conda_default_channels: |
---|
9 | - https://conda.anaconda.org/conda-forge |
---|
10 | |
---|
11 | specs: |
---|
12 | - python=**pyversion** |
---|
13 | - numpy=**npversion** |
---|
14 | - matplotlib=**mplversion** |
---|
15 | - wxpython=**wxversion** |
---|
16 | - pillow |
---|
17 | - pyopengl |
---|
18 | - scipy |
---|
19 | - conda |
---|
20 | - requests |
---|
21 | - subversion [linux] |
---|
22 | - hdf5 |
---|
23 | - h5py |
---|
24 | - imageio |
---|
25 | - pywin32 [win] |
---|
26 | - python.app [osx] |
---|
27 | - pytz |
---|
28 | - pyparsing |
---|
29 | - C:\Jenkins\g2builds\win-64\gsas2complete-**Version**-0.tar.bz2 [win] |
---|
30 | - ~/builds/osx-64/gsas2complete-**Version**-0.tar.bz2 [osx] |
---|
31 | - ~/builds/linux-64/gsas2complete-**Version**-0.tar.bz2 [linux] |
---|
32 | |
---|
33 | #exclude: |
---|
34 | # - qt [not osx] |
---|
35 | # - pyqt [not osx] |
---|
36 | # - sip [not osx] |
---|
37 | |
---|
38 | post_install: g2postinstall.sh [unix] |
---|
39 | post_install: g2postinstall.bat [win] |
---|
40 | |
---|
41 | license_file: EULA.txt |
---|
42 | |
---|
43 | welcome_image: gsas2-welcome.png |
---|
44 | icon_image: gsas2.png |
---|
45 | |
---|
46 | keep_pkgs: False |
---|
47 | register_python_default: False |
---|
48 | #register_python: False # will be added in future version |
---|
49 | #initialize_conda: False # will be added in future version |
---|
50 | initialize_by_default: False |
---|
51 | company: Argonne National Laboratory |
---|
52 | write_condarc: True |
---|
Note: See
TracBrowser
for help on using the repository browser.