[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: itk-4.5 and python



Hello,

I've seen that fftw is currently disabled. Since the last related mail about this is from 2012/04/24

   https://lists.debian.org/debian-med/2012/04/msg00089.html

I would re-enable it and see how it goes. If it still fails on i386 would there it be okay to enable fftw only on amd64?

Since ITK 4.5.1 is out I work with this one. My current diff for the build options is (if anyone wants to comment).

Best regards,
Gert


--- rules	(revision 16297)
+++ rules	(working copy)
@@ -21,11 +21,12 @@
 	-DCMAKE_EXPORT_COMPILE_COMMANDS:BOOL=ON \
 	-DCMAKE_SKIP_RPATH:BOOL=ON \
 	-DCMAKE_VERBOSE_MAKEFILE:BOOL=ON \
-	-DITK_USE_FFTWD:BOOL=OFF \
-	-DITK_USE_FFTWF:BOOL=OFF \
+       -DUSE_FFTWF=ON \
+	-DITK_USE_FFTWD:BOOL=ON \
+	-DITK_USE_FFTWF:BOOL=ON \
 	-DITK_USE_STRICT_CONCEPT_CHECKING:BOOL=ON \
 	-DITK_USE_SYSTEM_DCMTK:BOOL=ON \
-	-DITK_USE_SYSTEM_FFTW:BOOL=OFF \
+	-DITK_USE_SYSTEM_FFTW:BOOL=ON \
 	-DITK_USE_SYSTEM_GDCM:BOOL=ON \
 	-DITK_USE_SYSTEM_DOUBLECONVERSION:BOOL=OFF \
 	-DITK_USE_SYSTEM_HDF5:BOOL=OFF \
@@ -34,6 +35,7 @@
 	-DITK_USE_SYSTEM_TIFF:BOOL=ON \
 	-DITK_USE_SYSTEM_VXL:BOOL=OFF \
 	-DITK_USE_SYSTEM_ZLIB:BOOL=ON \
+	-DITK_USE_SYSTEM_GCCXML:BOOL=ON \
 	-DModule_ITKDCMTK:BOOL=ON \
 	-DModule_ITKIOPhilipsREC:BOOL=OFF \
 	-DModule_ITKLevelSetsv4Visualization:BOOL=OFF \
@@ -41,7 +43,15 @@
 	-DModule_ITKVideoBridgeOpenCV:BOOL=OFF \
 	-DModule_ITKVideoBridgeVXL:BOOL=OFF \
 	-DModule_ITKVtkGlue:BOOL=OFF \
-	-DVCL_INCLUDE_CXX_0X:BOOL=ON
+	-DVCL_INCLUDE_CXX_0X:BOOL=ON \
+       -DITK_USE_SYSTEM_SWIG:BOOL=ON \
+       -DITK_WRAP_DIMS="2;3;4" \
+	-DITK_WRAP_double:BOOL=ON \
+       -DITK_WRAP_vector_double:BOOL=ON \
+       -DITK_WRAP_covariant_vector_double:BOOL=ON \
+       -DITK_WRAP_complex_double:BOOL=ON \
+       -DITK_WRAPPING:BOOL=ON \
+       -DITK_WRAP_PYTHON:BOOL=ON

 SOVERSION = $(VER_MAJOR).$(VER_MINOR)


On 02/21/14 15:35, Gert Wollny wrote:
Dear all,

now that itk-4.5 is in unstable I was wondering how is the status on
compiling in the python support?

Since we need this I will put some effort into getting the python-itk
package, but there are lot of options regarding the python bindings
(dimensions, supported pixel types, ...) so it would be good to discuss
this here so that we can get some nice defaults and I can use the
debian-med/itk repo for developing the package.

many thanks,
Gert



Reply to: