Failed attempt for build
authorDimitrios Eftaxiopoulos <eftaxi12@otenet.gr>
Fri, 9 Mar 2012 22:45:59 +0000 (00:45 +0200)
committerDimitrios Eftaxiopoulos <eftaxi12@otenet.gr>
Fri, 9 Mar 2012 22:45:59 +0000 (00:45 +0200)
CMakeLists.txt
debian/changelog
debian/patches/CMakeLists-txt.patch [new file with mode: 0644]
debian/patches/series

index 9f1c281df42b8a8c9f3fc74bfba262d0b6ca6a00..ef5eecc7bde287302a8d5088151a83973bd9916c 100644 (file)
@@ -18,10 +18,10 @@ option(enable-hdf5 "Enable hdf5 1.6 support")
 option(enable-hdf5_18 "Enable hdf5 1.8 support")
 option(enable-opengl "Enable OpenGL support" ON)
 option(enable-glut "Enable glut support")
-option(enable-fltk "Enable fltk widget")
+option(enable-fltk "Enable fltk widget" ON)
 option(enable-wx "Enable wxWidget widget")
 option(enable-qt "Enable Qt4 widget")
-option(enable-python "Enable python interface")
+option(enable-python "Enable python interface" ON)
 option(enable-octave "Enable octave interface")
 option(enable-doc "Enable documentation building")
 if(enable-double)
index 27a32a7f7fe2f676b3f650cd7cadcd4e413d9bce..22e5f59f576d2d00b055598436a43de8fc8c4a80 100644 (file)
@@ -1,3 +1,9 @@
+mathgl (2~rc2+svn359-1) experimental; urgency=low
+
+  * Updated source from svn repository.
+
+ -- Dimitrios Eftaxiopoulos <eftaxi12@otenet.gr>  Fri, 9 Mar 2012 22:04:00 +0200
+
 mathgl (2~rc2+svn358-1) experimental; urgency=low
 
   * Updated source from svn repository.
diff --git a/debian/patches/CMakeLists-txt.patch b/debian/patches/CMakeLists-txt.patch
new file mode 100644 (file)
index 0000000..f1eb551
--- /dev/null
@@ -0,0 +1,16 @@
+Enable python, fltk support during build
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -18,10 +18,10 @@
+ option(enable-hdf5_18 "Enable hdf5 1.8 support")
+ option(enable-opengl "Enable OpenGL support" ON)
+ option(enable-glut "Enable glut support")
+-option(enable-fltk "Enable fltk widget")
++option(enable-fltk "Enable fltk widget" ON)
+ option(enable-wx "Enable wxWidget widget")
+ option(enable-qt "Enable Qt4 widget")
+-option(enable-python "Enable python interface")
++option(enable-python "Enable python interface" ON)
+ option(enable-octave "Enable octave interface")
+ option(enable-doc "Enable documentation building")
+ if(enable-double)
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..4277de1289da0f79046007582058505143729fb1 100644 (file)
@@ -0,0 +1 @@
+CMakeLists-txt.patch