QuantitativeReporting icon indicating copy to clipboard operation
QuantitativeReporting copied to clipboard

QuantitativeReporting missing in Slicer ExtensionManager

Open koegl opened this issue 3 years ago • 5 comments

I cannot find the QuantitativeReporting extension in the ExtensionManager in the Slicer preview release(s).

I tried it with a few preview releases, the latest one were I could not find it was "version 4.13.0, revision 30670, built 2022-03-03" (MacOS)

image

koegl avatar Mar 03 '22 13:03 koegl

Thank you for the report. The underlying issue appears to be the switch of Slicer to C++ 14 from 11, which causes failure of dcmqi, which is a dependency of this extension: https://slicer.cdash.org/build/2599227/configure.

I created the issue here https://github.com/QIICR/dcmqi/issues/446 to look into upgrading dcmqi to use C++ 14. If it works right away, it's a trivial issue, otherwise - I am not sure.

fedorov avatar Mar 04 '22 16:03 fedorov

I've added a reference to this problem to the Slicer issue tracker: https://github.com/Slicer/Slicer/issues/5269. We won't release Slicer5 until this issue is fixed.

lassoan avatar Mar 04 '22 19:03 lassoan

@lassoan the fix in https://github.com/QIICR/dcmqi/pull/448 resolved the dcmqi build problem. Is that the right way to address the problem?

@koegl QuantitativeReporting extension is available in the latest nightly release.

fedorov avatar Mar 08 '22 04:03 fedorov

@fedorov In another Slicer extension, @lassoan issued the following change that may want to be implemented for DCMQI. https://github.com/acil-bwh/ChestImagingPlatform/pull/42

jamesobutler avatar Mar 11 '22 15:03 jamesobutler

I was not aware of this - thanks a lot @jamesobutler!

fedorov avatar Mar 11 '22 15:03 fedorov