source: install/g2complete/meta.yaml.template

Last change on this file was 5456, checked in by toby, 9 months ago

linux build problems with svn

  • Property svn:executable set to *
File size: 513 bytes
Line 
1package:
2  name: gsas2complete
3  version: "**Version**"
4
5#source:
6#  path: ./src
7
8about:
9  home: https://subversion.xray.aps.anl.gov/trac/pyGSAS
10
11requirements:
12  run:
13    - python=**pyversion**
14    - numpy=**npversion**
15    - matplotlib=**mplversion**
16    - wxpython=**wxversion**
17    - pillow
18    - pyopengl
19    - scipy
20    - conda
21    - requests
22    - subversion                           [linux]
23    - hdf5
24    - h5py
25    - imageio
26    - pywin32                              [win]
27    - python.app                           [osx]
Note: See TracBrowser for help on using the repository browser.