QIICR / dcmqi

dcmqi (DICOM for Quantitative Imaging) is a free, open source C++ library for conversion between imaging research formats and the standard DICOM representation for image analysis results
https://qiicr.gitbook.io/dcmqi-guide/
BSD 3-Clause "New" or "Revised" License
232 stars 62 forks source link

mac factory build fails because svn not found #434

Closed pieper closed 3 years ago

pieper commented 3 years ago

https://slicer.cdash.org/viewBuildError.php?buildid=2194606

fedorov commented 3 years ago

I am pretty sure the check for svn is from some cmake file that is inherited from Slicer. Is svn dependency removed from all places in Slicer and other extensions?

pieper commented 3 years ago

Looks good Andrey - I noticed this because I was trying to fix the pet dicom loader so I figured I would report it.

fedorov commented 3 years ago

Doesn't look good at all for now, the simple replacement didn't work, I will need to investigate... Thanks for the report!

image

I should add a GitHub action to scrap the dashboard automatically and update the status in this repo. I never developed a habit of checking the CDash dashboard regularly...

fedorov commented 3 years ago

As explained by @lassoan in https://discourse.slicer.org/t/mac-factory-error-svn-error-failed-to-locate-svn/16938, this is a known issue, and errors coming from computron-macos-tests.kitware should be ignored.