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

Last change on this file since 4239 was 4232, checked in by toby, 4 years ago

add qt back for gsas2full build

  • Property svn:executable set to *
File size: 849 bytes
Line 
1name: gsas2full
2version: **Version**
3install_in_dependency_order: True
4
5channels:
6  - http://repo.continuum.io/pkgs/free/
7  - http://repo.continuum.io/pkgs/main/
8
9specs:
10    - python=3.7
11    - conda
12    - numpy=1.15
13    - scipy
14    - matplotlib>=3.0.3
15    - pillow
16    - pyopengl
17    - wxpython=4.0
18    - svn=1.10
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 [osx]
28
29#exclude:
30#  - qt                               [not osx]
31#  - pyqt                             [not osx]
32#  - sip                              [not osx]
33
34license_file: EULA.txt
35
36welcome_image: gsas2-welcome.png
37icon_image: gsas2.png
Note: See TracBrowser for help on using the repository browser.