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

Christophe Prud'homme prudhomm at debian.org
Thu Mar 20 08:52:34 UTC 2008


SVN commit 2318 by prudhomm:

try gcc 4.3


 M  +5 -3      freefem/trunk/debian/rules  


--- freefem/trunk/debian/rules #2317:2318
@@ -7,19 +7,21 @@
 
 # Add here any variable or target overrides you need
 
-  
+
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 #include /usr/share/cdbs/1/rules/tarball.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
-DEB_CONFIGURE_EXTRA_FLAGS := --includedir=/usr/include/fem 
+DEB_CONFIGURE_EXTRA_FLAGS := --includedir=/usr/include/fem
 DEB_COMPRESS_EXCLUDE     := .pdf
 
+CXX=g++-4.3
+CC=gcc-4.3
 
 build/libfreefem-doc::
 	doxygen freefem.doxygen
-#	cd freefem-api/latex && make 
+#	cd freefem-api/latex && make
 
 build/freefem-doc::
 	cd doc && pdflatex freefem && makeindex freefem && pdflatex freefem && pdflatex freefem



More information about the Pkg-scicomp-commits mailing list