Tashrif Billah
Tashrif Billah
Hi @pieper , thank you but how did you get that packages? I downloaded source from https://cmake.org/download/ , and did: ``` tar -xzf cmake-3.29.1.tar.gz cd cmake-3.29.1 && mkdir build &&...
Hi Steve, I found a `README.rst` within `cmake-3.29.1` directory. I am following that now. Thanks.
Hi @pieper and @jcfr , could you tell me what latest GCC version ITK supports? I tried with both GCC 11.4.1 (RHEL 9 default) and GCC 9.5.0. Both are reported...
Progress note: 1. Boost had to be upgraded to 1.8.0 from 1.7.0 2. We are unable to build ITK because of GCC version incompatibility. I think @RyanZurrin ran into the...
Are you aware that [we use](https://github.com/pnlbwh/ukftractography/blob/master/SuperBuild/External_VTK.cmake#L4) VTK 7? --- > similar to the existing release-4.8 We don't have any release from GitHub yet. Where do you get that?
> Few questions We shall continue to maintain the standalone version but we may not be able to set up CI as of now.
Would you like the branch `release-4.10` to be made after merging PR https://github.com/pnlbwh/ukftractography/pull/133 ?
> This version of VTK is used only when building the project standalone Have you tested building the project standalone after affecting your proposed change? If yes, in which platforms...
Waiting on my question ...
Shall I make `release-4.10` branch from the current master now?