Page MenuHomePhabricator

Fix IsotropicWavelets (ITK) dependency
Closed, ResolvedPublic

Description

It recently causes trouble as the remote module cannot be cloned.

Event Timeline

kislinsk triaged this task as Normal priority.Dec 4 2020, 9:55 AM
kislinsk created this task.
kislinsk updated the task description. (Show Details)

Deleted branch bugfix/T28062-RemoveITKIsotropicWaveletsDependency.

kislinsk added a project: Noteworthy.

Argh... it is actually used in BasicImageProcessing without being specified as dependency. :-( I will investigate if it is just a header that is included or if we need to revert and try to fix the retrival issue of the remote module.

kislinsk renamed this task from Remove unused ITKIsotropicWavelets dependency to Fix IsotropicWavelets (ITK) dependency.Dec 4 2020, 11:14 AM
kislinsk updated the task description. (Show Details)

I added an explicit private target dependency to IsotropicWavelets in BasicImageProcessing as it is the only module where it is used.

The actual issue seems to be network troubles so maybe a server is down or something similar. Should resolve itself either now/today or the next days. Anyway, as we now made the dependency explicit, this task was not a complete waste of time. :-)

Deleted branch bugfix/T28062-FixIsotropicWaveletsDep.