-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathmeta.yaml
More file actions
40 lines (35 loc) · 723 Bytes
/
meta.yaml
File metadata and controls
40 lines (35 loc) · 723 Bytes
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
package:
name: rhizovisionexplorer
version: "2.5.0"
source:
path: .
build:
number: 1
requirements:
build:
- {{ compiler('cxx') }}
- cmake
- make
- qt6-main >=6.9.1
- qt6-charts >=6.9.1
- opencv >=4.11
- cvutil
host:
- opencv >=4.11
- qt6-main >=6.9.1
- qt6-charts >=6.9.1
- libgl-devel # [linux]
- cvutil
run:
- opencv >=4.11
- qt6-main >=6.9.1
- qt6-charts >=6.9.1
- libstdcxx-ng
- cvutil
about:
home: https://github.com/predictivephenomics/RhizoVisionExplorer
summary: "RhizoVisionExplorer is a tool for analyzing root images."
license: GPL-3.0
license_family: GPL
license_file: COPYING
maintainer: seethepallia@ornl.gov