OpenGATE / Gate

Official public repository of Gate
http://www.opengatecollaboration.org
GNU Lesser General Public License v3.0
236 stars 263 forks source link

Update documentation on ITK version #348

Closed minghuaw closed 4 years ago

minghuaw commented 4 years ago

The latest stable release of ITK is version 5.1.0, which is not compatible with GATEv9.0. I successfully compiled Gate with ITK-4.13.2, which is the previous stable release, and the ThermalActor can be successfully added in an interactive Gate session. Could you please update the documentation regarding the version requirement for ITK?

Thanks

tbaudier commented 4 years ago

Hi @minghuaw , Could you tell us more about the compilation error you have, please?

With the CI, we compile the latest commit of Gate with the latest commit of ITK (https://github.com/OpenGATE/Gate/blob/develop/azure-pipelines.yml#L182) and it works on Linux and Mac

Thank you Thomas

minghuaw commented 4 years ago

Thanks for you response. I have deleted my ITK-5.1.0 build after it failed in the Gate compilation, so I actually do not have any record of the error message. However, I just downloaded and compiled ITK-5.1.0 again, and use the new build to compile Gate, and fortunately everything works perfectly this time. I might have toggled some unnecessary options for the ITK-5.1.0 build the last time. I guess we can close the issue.

Cheers MW