forked from tomography/XRFtomo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmeta.yaml
76 lines (66 loc) · 1.71 KB
/
meta.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{% set name = "XRFtomo" %}
{% set version = "1.0.1" %}
{% set repo = "fabricioSMarin" %}
#tomography
#fabricioSMarin
package:
name: {{ name|lower }}
version: {{ version }}
source:
# path: /home/MARINF/Downloads/XRFtomo-1.0.0.tar.gz
url: https://github.com/{{ repo }}/{{ name }}/archive/v{{ version }}.tar.gz
# sha256: b1c7a9655e76a86ab555fb1360adcd61ae14bcd8e5397bb38c76d8750b2c84f2
# url: https://github.com/{{ repo }}/{{ name }}/archive/v{{ version }}.tar.gz
# sha256: 986c4ea85c7fe8bcef274b7085209b74e8a93acd444ad1f9b947fb3f1352cbbb
# extra:
# channels:
# - conda-forge
build:
noarch: python
number: 0
script: "{{ PYTHON }} -m pip install ."
# script: "{{ python }} setup.py install"
# entry_points:
# - xrftomo = xrftomo.xrftomo:main
# ignore_prefix_files:
# - xrftomo
requirements:
host:
- python =3.6
- pip
run:
- python =3.6
- dxfile
- h5py
- matplotlib
- numpy
- pandas
- pyqt >=5
- pyqtgraph
- scipy
- seaborn
- setuptools
- scikit-image
- tomopy
- dxchange
- pywin32
test:
source_files:
- ../Menu/menu_installer.py
imports:
- xrftomo
about:
home: https://github.com/{{ repo }}/XRFtomo
license: BSD-3-Clause
license_family: BSD
license_file: LICENSE.txt
summary: 'Tomography software for APS beamlines'
description: |
XRFtomo brings together a variety of image processing tools used for preparing,
processing and reconstructing 3D renditions of samples imaged using a
synchrotron-based x-ray fluorescence (XRF) microprobe or nanoprobe at the
Advanced Photon Source (APS).
dev_url: https://github.com/{{ repo }}/XRFtomo
extra:
recipe-maintainers:
- FabricioSMarin