On Tue, Jan 14, 2014 at 6:05 PM, Sean McBride <[email protected]> wrote: > On Tue, 14 Jan 2014 16:48:09 -0500, Matt McCormick said: > >> - The RogueResearch builds are some of the few Mac builds, and they >>are not green. > > The issues there are: > > 1) warnings from libminc itself, being worked on in libminc itself first... >
Thanks for the work here. BTW, I have an Experimental build coming for the patch set. > 2) link error (that I suspect would repro anywhere) if ITK_USE_SYSTEM_ZLIB=ON > and Module_ITKIOMINC=ON > > Undefined symbols: > "_inflateEnd", referenced from: > _H5Z_filter_deflate in libitkhdf5-4.6.a(H5Zdeflate.c.o) > > I'm sure one of you CMake wizards could fix that easily... :) > > 3) various test timeouts. Do I recall something about a RUNS_LONG tag added? > Can/should I use that to disable these slow tests on my slow machines? Is > there a way to force RUNS_LONG tests to run serially instead of in parallel > to other tests? I did some tests, and that would get at least some of them > under the timeout threshold. > Adding set(CTEST_TEST_ARGS EXCLUDE_LABEL RUNS_LONG) to the script as shown here: http://open.cdash.org/viewNotes.php?buildid=3176186 should help. Thanks, Matt _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Kitware offers ITK Training Courses, for more information visit: http://kitware.com/products/protraining.php Please keep messages on-topic and check the ITK FAQ at: http://www.itk.org/Wiki/ITK_FAQ Follow this link to subscribe/unsubscribe: http://www.itk.org/mailman/listinfo/insight-developers
