Simon Rit
Simon Rit
FYI, the problem with `CudaCommonExport.h` is still [here](https://github.com/SimonRit/RTK/runs/7297672206?check_suite_focus=true#step:4:4791). During the build, the file is in `./_work/RTK/RTK/ITKCudaCommon/_skbuild/linux-x86_64-3.7/cmake-build/include/CudaCommonExport.h` but it seems to be cleaned automatically. I guess it should be installed [here](https://github.com/SimonRit/RTK/runs/7297672206?check_suite_focus=true#step:4:2410)...
I'd like to quickly do a release now that #507 is merged (see InsightSoftwareConsortium/ITK#3528). Do you think we should finalize this PR before? What is its status?
> @SimonRit This should finally pass once [InsightSoftwareConsortium/ITKPythonPackage#200](https://github.com/InsightSoftwareConsortium/ITKPythonPackage/pull/200) is merged and new ITKPythonBuilds are released Following [@thewtex' comment](https://github.com/InsightSoftwareConsortium/ITKPythonPackage/pull/200#issuecomment-1238718709), I have relaunched the checks. But it will likely fail for manylinux2014...
Can you rebase on master to retrigger the tests based on #510?
User issues are addressed on the [mailing list](https://www.creatis.insa-lyon.fr/mailman/listinfo/rtk-users) or [discourse](https://discourse.itk.org/).
I guess you're compiling ITK with `Module_RTK=ON`? RTK indeed bundles `lp_solve`, see the corresponding [CMakeLists.txt](https://github.com/RTKConsortium/RTK/blob/master/utilities/lp_solve/CMakeLists.txt). The way it's done can probably be improved. Are all third party libraries static in...
Maybe someone more expect than me can pitch in. I don't even know what's a plist and I'm surprised that there is no other third party library. Should the library...
While working on InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction#58, I had a quick look at at [how to use parameters in powershell](https://www.red-gate.com/simple-talk/sysadmin/powershell/how-to-use-parameters-in-powershell/) but that does not seem so straightforward to convert PowerShell parameters to Python...
And `gate_power_merge.sh` too.