[Pkg-scicomp-commits] openturns/trunk/debian

Christophe Prud'homme prudhomm at debian.org
Thu Mar 19 12:37:59 UTC 2009


SVN commit 4282 by prudhomm:

updated to 0.13.0

 M  +17 -0     openturns/trunk/debian/changelog  
 M  +2 -2      openturns/trunk/debian/control  
 M  +1 -1      openturns/trunk/debian/rules  


--- openturns/trunk/debian/changelog #4281:4282
@@ -1,3 +1,20 @@
+openturns (0.13.0-1) unstable; urgency=low
+
+  * New upstream release
+    + Generic wrapper (compatible with Salome).
+    + Wrapper designer guide.
+    + Polynomial Chaos Expansion. WARNING! Due to a mistake, this feature
+    is only available in the C++ library and not the TUI.
+    + Support Vector Regression. WARNING! Due to a mistake, this feature
+    is only available in the C++ library and not the TUI.
+    + Sensitivity Analysis (Sobol indices).
+    + The gui module is definitely removed. A new (and simplier) GUI will
+    be proposed later.
+    
+  * debian/{control,compat}: updated dh compat to 7
+
+ -- Christophe Prud'homme <prudhomm at debian.org>  Thu, 19 Mar 2009 13:37:12 +0100
+
 openturns (0.12.2-2) unstable; urgency=low
 
   * Bug fix: "Dynamic loading of library &#39;libOT.so&#39; failed at
--- openturns/trunk/debian/control #4281:4282
@@ -3,8 +3,8 @@
 Priority: extra
 Maintainer: Debian Scientific Computing Team <pkg-scicomp-devel at lists.alioth.debian.org>
 Uploaders: Christophe Prud'homme <prudhomm at debian.org>
-Build-Depends: cdbs(>= 0.4.51), quilt (>= 0.46-4), debhelper (>= 5), gcc (>= 4.2), g++ (>= 4.2), gfortran (>= 4.2), libboost1.35-dev|libboost1.36-dev, libxml2-dev, libxerces-c2-dev, liblapack-dev, libblas-dev, libqt3-mt-dev, r-base-core (>= 2.0), python-central (>= 0.5.6), python-dev, graphviz, doxygen, docbook-to-man, texlive
-Standards-Version: 3.8.0
+Build-Depends: cdbs(>= 0.4.51), quilt (>= 0.46-4), debhelper (>= 7), gcc (>= 4.2), g++ (>= 4.2), gfortran (>= 4.2), libboost1.35-dev|libboost1.36-dev, libxml2-dev, libxerces-c2-dev, liblapack-dev, libblas-dev, libqt3-mt-dev, r-base-core (>= 2.0), python-central (>= 0.5.6), python-dev, graphviz, doxygen, docbook-to-man, texlive
+Standards-Version: 3.8.1
 Homepage: http://trac.openturns.org/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-scicomp/openturns/trunk
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-scicomp/openturns/trunk
--- openturns/trunk/debian/rules #4281:4282
@@ -7,7 +7,7 @@
 DEB_MAKE_CLEAN_TARGET    := clean
 DEB_COMPRESS_EXCLUDE     := .pdf .svn
 
-DEB_CONFIGURE_EXTRA_FLAGS := --enable-lib --enable-python --enable-gui --enable-doc  --disable-debug \
+DEB_CONFIGURE_EXTRA_FLAGS := --enable-lib --enable-python --enable-doc  --disable-debug \
   --host=$(DEB_HOST_GNU_TYPE)      \
   --build=$(DEB_BUILD_GNU_TYPE)    \
   --prefix=/usr                    \



More information about the Pkg-scicomp-commits mailing list