if((enable-langall OR enable-octave) AND (NOT enable-lgpl) )
set(MGL_HAVE_OCTAVE 1)
+ set(OCTAVE_INCLUDE_DIR "/usr/include/octave-3.6.1")
find_path(OCTAVE_INCLUDE_DIR octave/oct.h)
if(NOT OCTAVE_INCLUDE_DIR)
message(SEND_ERROR "Couldn't find octave/oct.h needed for octave interfaces compiling.")
+mathgl (2~rc2+svn403-1) experimental; urgency=low
+
+ * Updated source from svn repository.
+ * Replace octave3.2-headers with liboctave-dev in build deps.
+
+ -- Dimitrios Eftaxiopoulos <eftaxi12@otenet.gr> Sun, 8 Apr 2012 20:49:00 +0200
+
mathgl (2~rc2+svn400-1) experimental; urgency=low
* Updated source from svn repository.
Build-Depends: debhelper (>= 7.2.3~), libltdl-dev, libgsl0-dev, freeglut3-dev,
libgl1-mesa-dev | libgl-dev, libpng-dev, libhdf5-dev, swig, cmake, libxft-dev,
libjpeg-dev, libtiff-dev, libfltk1.3-dev, libqt4-dev, libwxgtk2.8-dev,
- texinfo, texi2html, texlive, texlive-generic-recommended, octave3.2-headers,
+ texinfo, texi2html, texlive, texlive-generic-recommended, liboctave-dev,
libgif-dev, python, python-dev, python-numpy, python-support, libfontconfig1-dev,
libhdf4-dev, chrpath, libxinerama-dev, libxmu-dev, libxi-dev
Standards-Version: 3.9.3
include_directories( ${MathGL_SOURCE_DIR}/include ${MathGL_BINARY_DIR}/include)
+@@ -238,6 +238,7 @@
+
+ if((enable-langall OR enable-octave) AND (NOT enable-lgpl) )
+ set(MGL_HAVE_OCTAVE 1)
++ set(OCTAVE_INCLUDE_DIR "/usr/include/octave-3.6.1")
+ find_path(OCTAVE_INCLUDE_DIR octave/oct.h)
+ if(NOT OCTAVE_INCLUDE_DIR)
+ message(SEND_ERROR "Couldn't find octave/oct.h needed for octave interfaces compiling.")