Last change
on this file since 4845 was
4773,
checked in by toby, 3 years ago
|
fixes for windows g2full
|
-
Property svn:executable set to
*
|
File size:
1.1 KB
|
Line | |
---|
1 | name: gsas2full |
---|
2 | version: **Version** |
---|
3 | install_in_dependency_order: True |
---|
4 | |
---|
5 | channels: |
---|
6 | - https://conda.anaconda.org/anaconda |
---|
7 | # - https://conda.anaconda.org/conda-forge |
---|
8 | # - https://repo.continuum.io/pkgs/main |
---|
9 | |
---|
10 | specs: |
---|
11 | - python=**pyversion** |
---|
12 | - numpy=**npversion** |
---|
13 | - matplotlib=**mplversion** |
---|
14 | - wxpython=**wxversion** |
---|
15 | - pillow |
---|
16 | - pyopengl |
---|
17 | - scipy |
---|
18 | - conda |
---|
19 | - svn |
---|
20 | - hdf5 |
---|
21 | - h5py |
---|
22 | - imageio |
---|
23 | - pywin32 [win] |
---|
24 | - python.app [osx] |
---|
25 | - pytz |
---|
26 | - pyparsing |
---|
27 | - C:\Jenkins\g2builds\win-64\gsas2complete-**Version**-0.tar.bz2 [win] |
---|
28 | - ~/builds/osx-64/gsas2complete-**Version**-0.tar.bz2 [osx] |
---|
29 | - ~/builds/linux-64/gsas2complete-**Version**-0.tar.bz2 [linux] |
---|
30 | |
---|
31 | #exclude: |
---|
32 | # - qt [not osx] |
---|
33 | # - pyqt [not osx] |
---|
34 | # - sip [not osx] |
---|
35 | |
---|
36 | post_install: g2postinstall.sh [unix] |
---|
37 | post_install: g2postinstall.bat [win] |
---|
38 | |
---|
39 | license_file: EULA.txt |
---|
40 | |
---|
41 | welcome_image: gsas2-welcome.png |
---|
42 | icon_image: gsas2.png |
---|
Note: See
TracBrowser
for help on using the repository browser.