-
Notifications
You must be signed in to change notification settings - Fork 0
/
meta.yaml
48 lines (42 loc) · 1.29 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
{% set name = "mrtrix3" %}
{% set version = "TAGNAME" %}
package:
name: {{ name }}
version: {{ version }}
source:
git_url: https://github.com/GIT_USER/mrtrix3.git
git_rev: {{ version }}
requirements:
build:
- git
- python >=2.7
- eigen >=3.2
- libtiff >=4.0
- zlib
- pkg-config
- fftw >=3.0
- qt ==5.9.7
- {{ compiler('cxx') }}
- {{ cdt('xorg-x11-proto-devel') }} # [linux]
- {{ cdt('libx11-devel') }} # [linux]
- {{ cdt('libxext-devel') }} # [linux]
- {{ cdt('libxrender-devel') }} # [linux]
- {{ cdt('mesa-libgl-devel') }} # [linux]
- {{ cdt('mesa-libegl-devel') }} # [linux]
- {{ cdt('mesa-dri-drivers') }} # [linux]
- {{ cdt('libxau-devel') }} # [linux]
- {{ cdt('libselinux-devel') }} # [linux]
- {{ cdt('libxdamage') }} # [linux]
- {{ cdt('libxdamage-devel') }} # [linux]
- {{ cdt('libxfixes') }} # [linux]
- {{ cdt('libxfixes-devel') }} # [linux]
- {{ cdt('libxxf86vm') }} # [linux]
- {{ cdt('libxxf86vm-devel') }} # [linux]
run:
- qt >=5.9
- zlib
- libtiff >=4.0
- fftw >=3.0
about:
home: https://www.mrtrix.org
license: https://github.com/GIT_USER/mrtrix3/blob/master/LICENCE.txt