InsightSoftwareConsortium / ITKIsotropicWavelets

External Module for ITK, implementing Isotropic Wavelets and Riesz Filter for multiscale phase analysis.
Apache License 2.0
13 stars 11 forks source link

COMP: Use macro ITKv5_CONST in VerifyInputInformation #98

Closed phcerdan closed 5 years ago

phcerdan commented 5 years ago

Following change: https://github.com/InsightSoftwareConsortium/ITK/pull/173

phcerdan commented 5 years ago

@dzenanz

phcerdan commented 5 years ago

Hey @dzenanz, shoudn't the CI work after you merged https://github.com/InsightSoftwareConsortium/ITKContinuousIntegration/pull/24?

I am just git push -f to get the CI triggered, but with same results.

dzenanz commented 5 years ago

CircleCI uses that. The other CIs use the latest Python packages, which need to be manually uploaded. Did I understand that correctly @thewtex?

thewtex commented 5 years ago

The other CIs use the latest Python packages, which need to be manually uploaded. Did I understand that correctly @thewtex?

Yes, the ITK Python builds are uploaded to the ITKPythonBuilds GitHub Releases. These are use by the ITKPythonPackage module build scripts. This should be available in with ITK 5.0 Beta 2.

phcerdan commented 5 years ago

Cool, merging.