source: install/g2pkg/meta.yaml

Last change on this file was 5440, checked in by toby, 5 months ago

unsuccessful attempt to rebuild gsas2pkg for use with conda-forge

File size: 586 bytes
RevLine 
[2171]1package: 
[3404]2  name: gsas2pkg
[5440]3  version: "3.0.0"
[2171]4
[2410]5source:
6  path: ./src
[2171]7
8about:
9  home: https://subversion.xray.aps.anl.gov/trac/pyGSAS
[3404]10
[4477]11build:
[4703]12  number: 0
[5440]13#  noarch: python
[4703]14# see https://docs.conda.io/projects/conda-build/en/latest/resources/define-metadata.html#architecture-independent-packages
[3404]15
16requirements:
17  run:
[4477]18    - python>=3.7
[3404]19    - conda
[4696]20    - numpy
[3404]21    - scipy
[4696]22    - matplotlib>=3.3
[3404]23    - pillow
24    - pyopengl
[4477]25    - wxpython>=4.0
[5440]26#    - svn
[3404]27    - hdf5
28    - h5py
[3407]29    - imageio
[3404]30    - pywin32                              [win]
[3407]31    - python.app                           [osx]
Note: See TracBrowser for help on using the repository browser.