source: install/g2full/construct.yaml.template @ 4845

Last change on this file since 4845 was 4773, checked in by toby, 3 years ago

fixes for windows g2full

  • Property svn:executable set to *
File size: 1.1 KB
Line 
1name: gsas2full
2version: **Version**
3install_in_dependency_order: True
4
5channels:
6  - https://conda.anaconda.org/anaconda
7#  - https://conda.anaconda.org/conda-forge
8#  - https://repo.continuum.io/pkgs/main
9 
10specs:
11    - python=**pyversion**
12    - numpy=**npversion**
13    - matplotlib=**mplversion**
14    - wxpython=**wxversion**
15    - pillow
16    - pyopengl
17    - scipy
18    - conda
19    - svn
20    - hdf5
21    - h5py
22    - imageio
23    - pywin32                              [win]
24    - python.app                           [osx]
25    - pytz
26    - pyparsing
27    - C:\Jenkins\g2builds\win-64\gsas2complete-**Version**-0.tar.bz2 [win]
28    - ~/builds/osx-64/gsas2complete-**Version**-0.tar.bz2 [osx]
29    - ~/builds/linux-64/gsas2complete-**Version**-0.tar.bz2 [linux]
30
31#exclude:
32#  - qt                               [not osx]
33#  - pyqt                             [not osx]
34#  - sip                              [not osx]
35
36post_install: g2postinstall.sh           [unix]
37post_install: g2postinstall.bat           [win]
38
39license_file: EULA.txt
40
41welcome_image: gsas2-welcome.png
42icon_image: gsas2.png
Note: See TracBrowser for help on using the repository browser.