[freefempp] 22/23: Allow testing of compiling and runing the example files after build

Dimitrios Eftaxiopoulos eftaxiop-guest at alioth.debian.org
Wed Sep 11 21:37:16 UTC 2013


This is an automated email from the git hooks/post-receive script.

eftaxiop-guest pushed a commit to branch eftaxiop
in repository freefempp.

commit 92f3b2ab5415769ea2e786e54e481b0052474c2c
Author: Dimitrios Eftaxiopoulos <eftaxi12 at otenet.gr>
Date:   Wed Sep 11 23:59:33 2013 +0300

    Allow testing of compiling and runing the example files after build
---
 debian/rules                   |    4 ++--
 src/fflib/strversionnumber.cpp |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/rules b/debian/rules
index 12e8d89..51fcb13 100755
--- a/debian/rules
+++ b/debian/rules
@@ -51,7 +51,7 @@ export OMPI_MCA_plm_rsh_agent=/bin/false                #workaround to start MPI
 	cd examples++-load && rm -f *.ps *.txt *.mesh glu2D.mesh.gmsh \
 					pippo.data pippo.dx triQA.msh \
 					freefem++.pref config.log \
-					WHERE_LIBRARY-config
+					WHERE_LIBRARY-config ipopt.out
 	cd examples++-tutorial && rm -f A.matrix *.ps *.txt g.mesh toto.Th \
 					*.gmsh toto.am_fmt toto.dbg lestables \
 					freefem++.pref Th*.msh emptymesh-2.msh \
@@ -103,4 +103,4 @@ override_dh_auto_install:
 # 
  
  override_dh_auto_test:
-#	$(MAKE) $(AM_MAKEFLAGS) -i check
\ No newline at end of file
+	$(MAKE) $(AM_MAKEFLAGS) -i check
\ No newline at end of file
diff --git a/src/fflib/strversionnumber.cpp b/src/fflib/strversionnumber.cpp
index 960026f..a2ca2d5 100644
--- a/src/fflib/strversionnumber.cpp
+++ b/src/fflib/strversionnumber.cpp
@@ -18,6 +18,6 @@ string StrVersionNumber(){
 //  buffer.precision(8);
 //  buffer<<VersionNumber();
   static char buffer[100];
-  sprintf(buffer," %9f (date Τρι 10 Σεπ 2013 11:32:19 μμ EEST)",VersionNumber());
-  return buffer; //.str()+" (date Τρι 10 Σεπ 2013 11:32:19 μμ EEST)" ;
+  sprintf(buffer," %9f (date Τετ 11 Σεπ 2013 11:50:30 μμ EEST)",VersionNumber());
+  return buffer; //.str()+" (date Τετ 11 Σεπ 2013 11:50:30 μμ EEST)" ;
 }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/freefempp.git



More information about the debian-science-commits mailing list