Changeset 3407 for install


Ignore:
Timestamp:
May 28, 2018 2:02:07 PM (6 years ago)
Author:
toby
Message:

trying build on Linux

Location:
install
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • install/g2conda/construct.yaml

    r3405 r3407  
    55channels:
    66  - http://repo.continuum.io/pkgs/free/
     7  - http://repo.continuum.io/pkgs/main/
    78  - https://conda.anaconda.org/briantoby/
    89
    9 packages:
    10   - gsas2pkg
     10#packages:
     11#  - gsas2pkg-1.0.3-0
    1112
    1213specs:
     14  - gsas2pkg
    1315  - python
    1416  - conda
     
    2830exclude:
    2931  - qt
     32  - pyqt
    3033  - sip
    31   - pyqt
    3234
    3335#post_install: g2install.sh           [unix]
  • install/g2pkg/meta.yaml

    r3405 r3407  
    99  home: https://subversion.xray.aps.anl.gov/trac/pyGSAS
    1010
    11 build:
    12   noarch: python
     11#build:
     12#  noarch: python
    1313
    1414requirements:
     
    2525    - hdf5
    2626    - h5py
     27    - imageio
    2728    - pywin32                              [win]
    28     - imageio
    29     - python.app                           [osx]  # was [mac]
     29    - python.app                           [osx]
    3030
Note: See TracChangeset for help on using the changeset viewer.