Bug 1290564
| Summary: | Consider disabling ITKv3 compatibility | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Dmitry Mikhirev <mikhirev> |
| Component: | InsightToolkit | Assignee: | Mario Ceresa <mrceresa> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | lemenkov, mrceresa, sebp |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-01-04 18:34:16 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Dmitry Mikhirev
2015-12-10 19:52:19 UTC
If you provide a patch, I'd be happy to apply it. Patch to disable this feature? It's trivial:
diff --git a/InsightToolkit.spec b/InsightToolkit.spec
index c48c118..f3887b1 100644
--- a/InsightToolkit.spec
+++ b/InsightToolkit.spec
@@ -155,7 +155,7 @@ pushd %{_target_platform}
-DCMAKE_VERBOSE_MAKEFILE=ON\
-DBUILD_TESTING=ON\
-DITK_FORBID_DOWNLOADS=ON \
- -DITKV3_COMPATIBILITY:BOOL=ON \
+ -DITKV3_COMPATIBILITY:BOOL=OFF \
-DITK_BUILD_DEFAULT_MODULES:BOOL=ON \
-DModule_ITKVtkGlue:BOOL=ON \
-DITK_WRAP_PYTHON:BOOL=OFF \
Thanks! An updated package is available in rawhide. |