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

Last change on this file since 4726 was 4715, checked in by toby, 3 years ago

install: add postinstall for g2full & cleanup

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