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

Christophe Prud'homme prudhomm at debian.org
Sat Jan 16 11:58:43 UTC 2010


SVN commit 4789 by prudhomm:

build type is Release

 M  +1 -1      life/trunk/debian/control  
 M  +3 -1      life/trunk/debian/rules  


--- life/trunk/debian/control #4788:4789
@@ -10,7 +10,7 @@
 	       libgmm++-dev,
 	       python-pyx, python-scipy, python-qt4,
 	       libeigen2-dev, libvtk5-dev, libxml2-dev,
-	       gmsh, transfig, imagemagick, texlive-latex-base, texlive-base-bin, pgf,
+	       gmsh, transfig, imagemagick, texlive-latex-extra, texlive-base-bin, pgf,
                doxygen, ghostscript
 Standards-Version: 3.8.3
 Homepage: http://ljkforge.imag.fr/life
--- life/trunk/debian/rules #4788:4789
@@ -3,7 +3,9 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/cmake.mk
 
-DEB_CMAKE_EXTRA_FLAGS=-DLIFE_ENABLE_ALL=ON -DTRILINOS_LIB_NOXLAPACK=
+export CFLAGS=
+export CXXFLAGS=
+DEB_CMAKE_EXTRA_FLAGS=-DCMAKE_BUILD_TYPE=Release -DLIFE_ENABLE_ALL=ON -DTRILINOS_LIB_NOXLAPACK=
 
 build/life-apps::
 	-cd $(DEB_BUILDDIR) && ctest -D Experimental



More information about the Pkg-scicomp-commits mailing list