-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathbombast.toml
More file actions
160 lines (149 loc) · 6.23 KB
/
bombast.toml
File metadata and controls
160 lines (149 loc) · 6.23 KB
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
[filter]
includes = [
"ca.mcgill:*",
"io.scif:*",
"jitk:*",
"mpicbg:*",
"net.imagej:*",
"net.imglib2:*",
"net.preibisch:*",
"org.bonej:*",
"org.janelia.saalfeldlab:*",
"org.janelia:*",
"org.morphonets:*",
"org.scijava:*",
"sc.fiji:*",
]
excludes = [
# TEMP: Exclude org.bytedeco:hdf5 until cisd:jhdf5 is gone.
'org.bytedeco:hdf5',
# TEMP: Skip components within multi-module reactors.
# Neither melting-pot.sh nor release-version.sh understand
# multi-module repositories; release-version.sh needs to learn
# how to tag and release individual components from multi-module
# repos, so that when melting-pot.sh shallow clones the repo at
# that tag and invokes a build, it will be building only the
# released component as it does with single-component repos.
'org.scijava:scijava-collections',
'org.scijava:scijava-common3',
'org.scijava:scijava-concurrent',
'org.scijava:scijava-discovery-test',
'org.scijava:scijava-discovery',
'org.scijava:scijava-function',
'org.scijava:scijava-legacy',
'org.scijava:scijava-meta',
'org.scijava:scijava-ops-api',
'org.scijava:scijava-ops-benchmarks',
'org.scijava:scijava-ops-engine',
'org.scijava:scijava-ops-ext-parser',
'org.scijava:scijava-ops-flim',
'org.scijava:scijava-ops-image',
'org.scijava:scijava-ops-indexer',
'org.scijava:scijava-ops-opencv',
'org.scijava:scijava-ops-spi',
'org.scijava:scijava-ops-tutorial',
'org.scijava:scijava-priority',
'org.scijava:scijava-progress',
'org.scijava:scijava-struct',
'org.scijava:scijava-taglets',
'org.scijava:scijava-testutil',
'org.scijava:scijava-types',
'mpicbg:mpicbg', 'mpicbg:mpicbg_',
# NB: Skip artifacts requiring minimum Java version >8.
'*:algart-tiff',
'*:javafx-base',
'*:javafx-controls',
'*:javafx-fxml',
'*:javafx-graphics',
'*:javafx-media',
'*:javafx-swing',
'*:javafx-web',
'*:SNT',
# NB: Skip closed-source artifacts.
'*:bonej-plus',
# NB: The following artifacts have messy dependency trees.
# Too many problems to test as part of the mega-melt.
# See WARNING block in pom-scijava's pom.xml for details.
'net.imagej:imagej-server',
'*:spark-core_2.11',
# NB: Skip scijava forks of third-party projects.
# These are very stable, with few/no dependencies, and
# don't need to be retested as pom-scijava evolves.
'org.scijava:j3dcore',
'org.scijava:j3dutils',
'org.scijava:jep',
'org.scijava:junit-benchmarks',
'org.scijava:vecmath',
# NB: Skip alternate flavors of other managed components.
'*:gluegen', # uberjar flavor of gluegen-rt
'*:jogl-all-noawt', # slimmed down flavor of jogl-all
# NB: All the SWT platform JARs have the same classes.
# The current platform will be brought in transitively.
'*:org.eclipse.swt.cocoa.macosx',
'*:org.eclipse.swt.cocoa.macosx.x86_64',
'*:org.eclipse.swt.gtk.aix.ppc',
'*:org.eclipse.swt.gtk.aix.ppc64',
'*:org.eclipse.swt.gtk.hpux.ia64',
'*:org.eclipse.swt.gtk.linux.ppc',
'*:org.eclipse.swt.gtk.linux.ppc64',
'*:org.eclipse.swt.gtk.linux.s390',
'*:org.eclipse.swt.gtk.linux.s390x',
'*:org.eclipse.swt.gtk.linux.x86',
'*:org.eclipse.swt.gtk.linux.x86_64',
'*:org.eclipse.swt.gtk.solaris.sparc',
'*:org.eclipse.swt.gtk.solaris.x86',
'*:org.eclipse.swt.win32.win32.x86',
'*:org.eclipse.swt.win32.win32.x86_64',
# NB: All SLF4J bindings have the same classes.
# We'll rely on logback-classic being present here.
'org.slf4j:slf4j-jcl',
'org.slf4j:slf4j-jdk14',
'org.slf4j:slf4j-nop',
'org.slf4j:slf4j-simple',
# NB: Cannot include both commons-logging and jcl-over-slf4j;
# see: http://www.slf4j.org/codes.html#jclDelegationLoop
'org.slf4j:jcl-over-slf4j',
]
[build]
min-java-version = 8
[skip-tests]
components = [
# java.lang.AssertionError
# at org.scijava.minimaven.BasicTest.testClassifiers(BasicTest.java:216)
"org.scijava:minimaven",
# Error while checking the CLIJ2 installation: null
"sc.fiji:labkit-pixel-classification",
]
[remove-tests]
# CachedOpEnvironmentTest fails intermittently. Of course, it should be
# somehow fixed in imagej-ops. But for now, let's not let it ruin the melt.
"net.imagej:imagej-ops" = ["net.imagej.ops.cached.CachedOpEnvironmentTest"]
# In org.janelia.saalfeldlab.n5.metadata.ome.ngff.v04.WriteAxesTests.testXYT:
# java.util.NoSuchElementException: No value present
"org.janelia.saalfeldlab:n5-ij" = ["org.janelia.saalfeldlab.n5.metadata.ome.ngff.v04.WriteAxesTests"]
# Avoid notNull assertion error at
# org.janelia.saalfeldlab.n5.universe.metadata.MetadataTests.testEmptyBase(MetadataTests.java:346)
"org.janelia.saalfeldlab:n5-universe" = ["org.janelia.saalfeldlab.n5.universe.metadata.MetadataTests"]
# In org.janelia.saalfeldlab.n5.zarr.ZarrCachedFSTest.cacheBehaviorTest:
# arrays first differed at element [0]; expected:<[a]> but was:<[c]>
"org.janelia.saalfeldlab:n5-zarr" = ["org.janelia.saalfeldlab.n5.zarr.ZarrCachedFSTest"]
# Note: The above test is fixed with saalfeldlab/n5-zarr@e7edcec3,
# but the fix is only available in n5-zarr 2.0.0-alpha-1, and we
# do not want to update the SciJava BOM to the alpha version.
# In sc.fiji.labkit.ui.plugin.CalculateProbabilityMapWithLabkitIJ1PluginTest.test:
# Macro Error: "probability map for blobs.tif" not found in line 4
# selectImage ( <"probability map for blobs.tif"> ) ;
# java.lang.RuntimeException: Macro canceled
# at ij.macro.Interpreter.error(Interpreter.java:1403)
# at ij.macro.Functions.selectImage(Functions.java:3225)
# at ij.macro.Functions.doFunction(Functions.java:136)
# at ij.macro.Interpreter.doStatement(Interpreter.java:280)
# at ij.macro.Interpreter.doStatements(Interpreter.java:266)
# at ij.macro.Interpreter.run(Interpreter.java:162)
# at ij.macro.Interpreter.run(Interpreter.java:92)
# at sc.fiji.labkit.ui.plugin.CalculateProbabilityMapWithLabkitIJ1PluginTest.test(CalculateProbabilityMapWithLabkitIJ1PluginTest.java:65)
"sc.fiji:labkit-ui" = ["sc.fiji.labkit.ui.plugin.CalculateProbabilityMapWithLabkitIJ1PluginTest"]
[components."net.imagej:ij"]
"java-version" = 11
[components."net.imglib2:imglib2-mesh"]
"java-version" = 11