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

Last change on this file since 5413 was 5413, checked in by toby, 4 months ago

svn fixes for new windows pkging

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