-
Notifications
You must be signed in to change notification settings - Fork 16
/
ilastik-recipe-specs.yaml
198 lines (170 loc) · 5.73 KB
/
ilastik-recipe-specs.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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
shared-config:
master-conda-build-config: ./ilastik-pins.yaml
repo-cache-dir: ./repo-cache # Relative to this yaml file's directory.
source-channels:
- ilastik-forge
- pytorch
- conda-forge
destination-channel: ilastik-forge
backend: mamba
# Some notes on the used environment variables:
# * WITH_GUROBI: Exclusive option for our packages that use one of
# the external solvers.
recipe-specs:
##
## This list will be processed in the order shown here,
## so keep it in sorted order, starting with the 'bottom'
## of the dependency stack and proceeding to the 'top' of the stack.
## That is, packages at the end of the list may depend on packages
## from the beginning of the list, but not vice-versa.
##
- name: dpct
recipe-repo: https://github.com/ilastik/dpct
tag: main
recipe-subdir: conda-recipe
- name: marching_cubes
recipe-repo: https://github.com/ilastik/marching_cubes
tag: main
recipe-subdir: conda-recipe
- name: hytra
recipe-repo: https://github.com/ilastik/hytra
tag: main
recipe-subdir: conda-recipe
- name: ilastiktools
recipe-repo: https://github.com/ilastik/ilastiktools
tag: main
recipe-subdir: conda-recipe
- name: ilastikrag
recipe-repo: https://github.com/ilastik/ilastikrag
tag: main
recipe-subdir: conda-recipe
- name: mamutexport
recipe-repo: https://github.com/ilastik/MaMutConverter
tag: main
recipe-subdir: conda-recipe
- name: fastfilters
recipe-repo: https://github.com/ilastik/fastfilters
tag: main
recipe-subdir: pkg/conda/fastfilters
- name: nifty
recipe-repo: https://github.com/ilastik/nifty
tag: quickfix-conda-recipe2
recipe-subdir: conda-recipe
- name: ilastik-meta
recipe-repo: https://github.com/ilastik/ilastik-conda-recipes
tag: main
recipe-subdir: recipes/ilastik-meta
- name: ilastik-launch
recipe-repo: https://github.com/ilastik/ilastik-conda-recipes
tag: main
recipe-subdir: recipes/ilastik-launch
build-on:
- linux
- osx
- name: ilastik-dependencies-no-solvers
recipe-repo: https://github.com/ilastik/ilastik-conda-recipes
tag: main
recipe-subdir: recipes/ilastik-dependencies
environment:
WITH_SOLVERS: 0
- name: macholib
recipe-repo: https://github.com/ilastik/ilastik-conda-recipes
tag: main
recipe-subdir: recipes/osx-packages/macholib
build-on:
- osx
- name: modulegraph
recipe-repo: https://github.com/ilastik/ilastik-conda-recipes
tag: main
recipe-subdir: recipes/osx-packages/modulegraph
build-on:
- osx
- name: py2app
recipe-repo: https://github.com/ilastik/ilastik-conda-recipes
tag: main
recipe-subdir: recipes/osx-packages/py2app
build-on:
- osx
- name: ilastik-pytorch-version-helper-cpu
recipe-repo: https://github.com/ilastik/ilastik-conda-recipes
tag: main
recipe-subdir: recipes/ilastik-pytorch-version-helper-cpu
############################################################################
##
## All the following packages need solvers, or are only needed if solvers are present
##
- name: opengm-structured-learning-headers
recipe-repo: https://github.com/ilastik/ilastik-conda-recipes
tag: main
recipe-subdir: recipes/opengm-structured-learning-headers
- name: gurobi-symlink
build-on:
- linux
recipe-repo: https://github.com/ilastik/ilastik-conda-recipes
tag: main
recipe-subdir: recipes/gurobi-symlink
environment:
GUROBI_ROOT_DIR: /opt/gurobi951/linux64
- name: gurobi-symlink
build-on:
- osx
recipe-repo: https://github.com/ilastik/ilastik-conda-recipes
tag: main
recipe-subdir: recipes/gurobi-symlink
environment:
GUROBI_ROOT_DIR: /Library/gurobi952/macos_universal2
- name: gurobi-symlink
build-on:
- win
recipe-repo: https://github.com/ilastik/ilastik-conda-recipes
tag: main
recipe-subdir: recipes/gurobi-symlink
environment:
GUROBI_ROOT_DIR: C:/gurobi951/win64
- name: multi-hypotheses-tracking-with-gurobi
build-on:
- linux
recipe-repo: https://github.com/ilastik/multiHypothesesTracking
tag: main
recipe-subdir: conda-recipe
conda-build-flags: --no-test
environment:
WITH_GUROBI: 1
GUROBI_ROOT_DIR: /opt/gurobi951/linux64
- name: multi-hypotheses-tracking-with-gurobi
build-on:
- osx
recipe-repo: https://github.com/ilastik/multiHypothesesTracking
tag: main
recipe-subdir: conda-recipe
conda-build-flags: --no-test
environment:
WITH_GUROBI: 1
GUROBI_ROOT_DIR: /Library/gurobi952/macos_universal2
- name: multi-hypotheses-tracking-with-gurobi
build-on:
- win
recipe-repo: https://github.com/ilastik/multiHypothesesTracking
tag: main
recipe-subdir: conda-recipe
conda-build-flags: --no-test
environment:
WITH_GUROBI: 1
GUROBI_ROOT_DIR: C:/gurobi951/win64
GUROBI_LIB_WIN: C:/gurobi951/win64/lib/gurobi95.lib
###########################################################################
#
# Windows installer
#
- name: ilastik-exe
recipe-repo: https://github.com/ilastik/ilastik-conda-recipes
tag: main
recipe-subdir: recipes/windows-installer/ilastik-exe
build-on:
- win
- name: ilastik-package
recipe-repo: https://github.com/ilastik/ilastik-conda-recipes
tag: main
recipe-subdir: recipes/windows-installer/ilastik-package
build-on:
- win