[SCM] Packaging for mathgl branch, experimental, updated. debian/2_rc2+svn361-1-11-gb27afc2

Dimitrios Eftaxiopoulos eftaxi12 at otenet.gr
Thu Mar 15 13:56:47 UTC 2012


The following commit has been merged in the experimental branch:
commit 3c8faa9427da074c432aaef1d6a744da5cae7edb
Merge: d3aa2fbeb746cb896468a12343f9c706cf09f47c c431af774ccd1abe17275316b7df8f72a854d75c
Author: Dimitrios Eftaxiopoulos <eftaxi12 at otenet.gr>
Date:   Thu Mar 15 15:22:44 2012 +0200

    Merge tag 'upstream/2_rc2+svn363' into experimental
    
    Upstream version 2~rc2+svn363

diff --combined CMakeLists.txt
index 75a18e7,01a9fee..acb96ba
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@@ -2,27 -2,27 +2,27 @@@ cmake_minimum_required(VERSION 2.6
  
  project( MathGL )
  set(CMAKE_VERBOSE_MAKEFILE ON)
 -option(enable-double "Enable double precision in MathGL library")
 +option(enable-double "Enable double precision in MathGL library" ON)
  option(enable-all "Enable all features")
  option(enable-langall "Enable all language interfaces")
  option(enable-lgpl "Enable only LGPL part of MathGL" OFF)
 -option(enable-ltdl "Enable loading modules support")
 -option(enable-pthread "Enable POSIX threads support")
 -option(enable-gsl "Enable gsl support")
 -option(enable-jpeg "Enable jpeg support")
 +option(enable-ltdl "Enable loading modules support" ON)
 +option(enable-pthread "Enable POSIX threads support" ON)
 +option(enable-gsl "Enable gsl support" ON)
 +option(enable-jpeg "Enable jpeg support" ON)
  option(enable-u3d "Enable u3d support")
  option(enable-pdf "Enable pdf support")
 -option(enable-gif "Enable gif support")
 -option(enable-hdf4 "Enable hdf4 support")
 +option(enable-gif "Enable gif support" ON)
 +option(enable-hdf4 "Enable hdf4 support" ON)
  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-wx "Enable wxWidget widget")
 -option(enable-qt "Enable Qt4 widget")
 -option(enable-python "Enable python interface")
 -option(enable-octave "Enable octave interface")
 +option(enable-glut "Enable glut support" ON)
 +option(enable-fltk "Enable fltk widget" ON)
 +option(enable-wx "Enable wxWidget widget" ON)
 +option(enable-qt "Enable Qt4 widget" ON)
 +option(enable-python "Enable python interface" ON)
 +option(enable-octave "Enable octave interface" ON)
  option(enable-doc "Enable documentation building")
  if(enable-double)
  	set(use_double 1)
@@@ -307,9 -307,9 +307,9 @@@ endif(NOT WIN32
  add_subdirectory( src )
  add_subdirectory( widgets )
  add_subdirectory( utils )
  add_subdirectory( include )
  add_subdirectory( udav )
  #add_subdirectory( mgllab )
- add_subdirectory( texinfo )
  add_subdirectory( lang )
+ add_subdirectory( examples )
+ add_subdirectory( texinfo )

-- 
Packaging for mathgl



More information about the debian-science-commits mailing list