r47125 - in /packages/rheolef/trunk/debian: changelog control rules
saramito-guest at users.alioth.debian.org
saramito-guest at users.alioth.debian.org
Fri Sep 11 16:19:35 UTC 2015
Author: saramito-guest
Date: Fri Sep 11 16:19:34 2015
New Revision: 47125
URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=47125
Log:
* new upstream release 6.6 (minor changes):
source code compile now with g++-5.2 (closes: #778106)
* control:
* Standards-Version updated to version 3.9.6
* Recommends: replace gnuplot by gnuplot-x11
* rules: automatically generated compilation flags (fortify)
* source/lintian-overrides: smooth some too severe repports
Modified:
packages/rheolef/trunk/debian/changelog
packages/rheolef/trunk/debian/control
packages/rheolef/trunk/debian/rules
Modified: packages/rheolef/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/rheolef/trunk/debian/changelog?rev=47125&op=diff
==============================================================================
--- packages/rheolef/trunk/debian/changelog (original)
+++ packages/rheolef/trunk/debian/changelog Fri Sep 11 16:19:34 2015
@@ -1,12 +1,18 @@
rheolef (6.6-1) unstable; urgency=low
- * New upstream release 6.6 (minor changes):
+ * new upstream release 6.6 (minor changes):
- source code compile now with g++-5.2 (closes: #778106)
- - paraview support improved
- * debian/control: Standards-Version updated to version 3.9.6
- debian/rules: add option --disable-ginac to the configure script
- and automatically generate "fortify" compilation flags
- debian/source/lintian-overrides: smoothing too severe repports
+ - visualization: paraview support improved
+ - variadic support: i/o with branch class and expressions compose(f,u1..uN)
+ - piola inverse transformation in nonlinear cases (quadrangles, curved)
+ with damped_newton algorithms
+ - sparse matrix determinant computations in solver (mumps o umfpack)
+ - write in append mode for gziped parallel output files (branch; etc)
+ * control:
+ * Standards-Version updated to version 3.9.6
+ * Recommends: replace gnuplot by gnuplot-x11
+ * rules: automatically generated compilation flags (fortify)
+ * source/lintian-overrides: smooth some too severe repports
-- Pierre Saramito <pierre.saramito at imag.fr> Thu, 10 Sep 2015 13:41:28 +0200
Modified: packages/rheolef/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/rheolef/trunk/debian/control?rev=47125&op=diff
==============================================================================
--- packages/rheolef/trunk/debian/control (original)
+++ packages/rheolef/trunk/debian/control Fri Sep 11 16:19:34 2015
@@ -136,8 +136,8 @@
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends},
librheolef-dev(= ${binary:Version}), rheolef-doc(= ${source:Version})
-Recommends: gnuplot, tcl-vtk | vtk-tcl, gmsh, mayavi2 | mayavi,
- paraview, paraview-python
+Recommends: gmsh, gnuplot-x11, paraview, paraview-python,
+ mayavi2 | mayavi, tcl-vtk | vtk-tcl
Breaks: rheolef-dev (<< 6.4)
Replaces: rheolef-dev (<< 6.4)
Description: efficient Finite Element environment
Modified: packages/rheolef/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/rheolef/trunk/debian/rules?rev=47125&op=diff
==============================================================================
--- packages/rheolef/trunk/debian/rules (original)
+++ packages/rheolef/trunk/debian/rules Fri Sep 11 16:19:34 2015
@@ -42,7 +42,7 @@
dh_testdir
./bootstrap
- CXX=g++ CPPFLAGS="${CPPFLAGS}" CXXFLAGS="${CXXFLAGS}" LDFLAGS="${LDFLAGS}" ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --disable-ginac --disable-optim --enable-debian-packaging --enable-fast-install
+ CXX=g++ CPPFLAGS="${CPPFLAGS}" CXXFLAGS="${CXXFLAGS}" LDFLAGS="${LDFLAGS}" ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --disable-optim --enable-debian-packaging --enable-fast-install
touch configure-stamp
build: build-arch build-indep
More information about the debian-science-commits
mailing list