Steve Pieper
Steve Pieper
I haven't reviewed in detail, but in principle this looks great! I'd be mostly concerned about unintended side effects, so maybe we could find a way to generate to packages...
This is also a problem with a centos8 system I am using. The institution [discourages docker](https://www.nmr.mgh.harvard.edu/martinos/userInfo/computer/docker.php#:~:text=In%20the%20HPC%20community%20a,same%20access%20you%20have%20normally) and I haven't seen that singularity can support a virtual desktop. My workaround is...
After talking it over with @jcfr @RafaelPalomar and @lassoan on the developer hangout, I tried building kerberos and openssl on the centos machine and it actually worked. The current master...
WIP: do not commit yet.
This could be an inconvenient change in workflow for people. A better option could be to detect dicom in the Add Data dialog and route it to the DICOM module...
> I like `-DSlicer_EP_ITK_SET_ITK_USE_MKL:BOOL=ON` At first glance I wouldn't know what EP meant and It's not clear which is a directive to Slicer and which is a directive to ITK....
Yes, the double underscore was intentional because without it the symbols run together into an unreadable blob. Is there another separator that's valid? @phcerdan 's original suggested syntax was actually...
How about using a different character between the semantic blocks of the variable name? It looks like dash, dot, or slash are actually valid but I don't remember seeing them...
@jcfr - I didn't find any issues that would make me think these methods need to be protected. Do you agree? No odd behavior or crashes I could see. The...
Yes, I looked at the ExtensionWizard for ideas, but it's mixed with the gui there and not reusable. Moving the logic of it to `slicer.util` would make sense. The drag...