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

Last change on this file since 4705 was 4705, checked in by toby, 2 years ago

now work on g2complete

  • Property svn:executable set to *
File size: 872 bytes
Line 
1name: gsas2full
2version: **Version**
3install_in_dependency_order: True
4
5channels:
6  - http://repo.continuum.io/pkgs/main/
7
8specs:
9    - python>=3.7
10    - conda
11    - numpy=1.19
12    - scipy
13    - matplotlib>=3.3
14    - pillow
15    - pyopengl
16    - wxpython>=4.0
17    - svn
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 [win]
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
34license_file: EULA.txt
35
36welcome_image: gsas2-welcome.png
37icon_image: gsas2.png
Note: See TracBrowser for help on using the repository browser.