[med-svn] r4028 - trunk/packages/insighttoolkit/trunk/debian/patches

Steven Michael Robbins smr at alioth.debian.org
Sat Sep 26 04:26:15 UTC 2009


Author: smr
Date: 2009-09-26 04:26:14 +0000 (Sat, 26 Sep 2009)
New Revision: 4028

Modified:
   trunk/packages/insighttoolkit/trunk/debian/patches/netlib-slatec-soname.patch
   trunk/packages/insighttoolkit/trunk/debian/patches/pythonfiles-install.patch
   trunk/packages/insighttoolkit/trunk/debian/patches/vnl-math-asm.patch
Log:
Add patch notes.

Modified: trunk/packages/insighttoolkit/trunk/debian/patches/netlib-slatec-soname.patch
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/patches/netlib-slatec-soname.patch	2009-09-25 20:54:57 UTC (rev 4027)
+++ trunk/packages/insighttoolkit/trunk/debian/patches/netlib-slatec-soname.patch	2009-09-26 04:26:14 UTC (rev 4028)
@@ -1,3 +1,5 @@
+Fix applied on trunk, revision 1.8.
+
 --- insighttoolkit-3.14.0.orig/Utilities/netlib/slatec/CMakeLists.txt
 +++ insighttoolkit-3.14.0/Utilities/netlib/slatec/CMakeLists.txt
 @@ -22,6 +22,10 @@

Modified: trunk/packages/insighttoolkit/trunk/debian/patches/pythonfiles-install.patch
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/patches/pythonfiles-install.patch	2009-09-25 20:54:57 UTC (rev 4027)
+++ trunk/packages/insighttoolkit/trunk/debian/patches/pythonfiles-install.patch	2009-09-26 04:26:14 UTC (rev 4028)
@@ -4,6 +4,11 @@
 
 c.f. http://www.itk.org/pipermail/insight-users/2008-May/026024.html
 
+Applied on trunk: Committer: Steven Robbins <steve at sumost.ca>
+/cvsroot/Insight/Insight/Wrapping/CSwig/pythonfiles_install.cmake.in,v  <--  pythonfiles_install.cmake.in
+new revision: 1.7; previous revision: 1.6
+
+
 --- insighttoolkit-3.6.0.orig/Wrapping/CSwig/pythonfiles_install.cmake.in
 +++ insighttoolkit-3.6.0/Wrapping/CSwig/pythonfiles_install.cmake.in
 @@ -10,5 +10,4 @@

Modified: trunk/packages/insighttoolkit/trunk/debian/patches/vnl-math-asm.patch
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/patches/vnl-math-asm.patch	2009-09-25 20:54:57 UTC (rev 4027)
+++ trunk/packages/insighttoolkit/trunk/debian/patches/vnl-math-asm.patch	2009-09-26 04:26:14 UTC (rev 4028)
@@ -1,3 +1,28 @@
+Reported on the Insight-developers mailing list.  Already known and
+fixed on trunk, to be released in version 3.16.
+
+Date: Wed, 22 Jul 2009 09:33:19 +0200
+From: Tom Vercauteren <tom.vercauteren at gmail.com>
+To: "Steve M. Robbins" <steve at sumost.ca>
+Subject: Re: [Insight-developers] ITK 3.14 cannot build with GCC on non-ix86
+
+Hi Steve,
+
+There was indeed a logic flaw in the ifdefs of vnl_math.h that would
+prevent ITK from building on non x86 and non ppc platforms. This
+problem should have been fixed (after the 3.14 release) with the
+following patch:
+http://www.itk.org/cgi-bin/viewcvs.cgi/Utilities/vxl/core/vnl/vnl_math.h?root=Insight&r1=1.13&r2=1.11&sortby=date
+
+You could try to back-port this patch on the 3.14 branch. Still, what
+I don't quite understand why the build is failing on ppc too there
+https://buildd.debian.org/~luk/status/package.php?p=insighttoolkit.
+
+Hope this helps,
+Tom
+
+
+
 --- insighttoolkit-3.14.0.orig/Utilities/vxl/core/vnl/vnl_math.h
 +++ insighttoolkit-3.14.0/Utilities/vxl/core/vnl/vnl_math.h
 @@ -56,7 +56,7 @@




More information about the debian-med-commit mailing list