source: install/g2full/construct.yaml.template

Last change on this file was 5436, checked in by toby, 12 months ago

tweaks for Pi

  • Property svn:executable set to *
File size: 1.4 KB
Line 
1name: gsas2full
2version: **Version**
3#install_in_dependency_order: True
4
5channels:
6  - https://conda.anaconda.org/conda-forge
7
8conda_default_channels:
9  - https://conda.anaconda.org/conda-forge
10
11specs:
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
38post_install: g2postinstall.sh           [unix]
39post_install: g2postinstall.bat           [win]
40
41license_file: EULA.txt
42
43welcome_image: gsas2-welcome.png
44icon_image: gsas2.png
45
46keep_pkgs: False
47register_python_default: False
48#register_python: False   # will be added in future version
49#initialize_conda: False  # will be added in future version
50initialize_by_default: False
51company: Argonne National Laboratory
52write_condarc: True
Note: See TracBrowser for help on using the repository browser.