QuantitativeReporting missing in Slicer ExtensionManager
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)
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.
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 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 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
I was not aware of this - thanks a lot @jamesobutler!