[freefempp] 05/23: Correct debian/source/options
Dimitrios Eftaxiopoulos
eftaxiop-guest at alioth.debian.org
Wed Sep 11 21:37:00 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 1defbb727122cb6f8532bd7aa7d4553b9384a6e6
Author: Dimitrios Eftaxiopoulos <eftaxi12 at otenet.gr>
Date: Sun Sep 8 00:09:56 2013 +0300
Correct debian/source/options
---
.gitignore | 2 ++
debian/source/options | 3 +--
download/nlopt/config.log | 17 +++++++++++++++++
examples++-load/Missing-plugins-so.log | 2 +-
src/fflib/strversionnumber.cpp | 4 ++--
5 files changed, 23 insertions(+), 5 deletions(-)
diff --git a/.gitignore b/.gitignore
index 933f196..b9d35bf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,6 +24,7 @@ download/Makefile.in
download/arpack/Makefile.in
download/blas/Makefile.in
download/gmm/cxxflags
+download/nlopt/config.log
download/umfpack/Makefile.in
examples++-3d/Makefile.in
examples++-3d/all.edp
@@ -37,6 +38,7 @@ examples++-load/all.edp
examples++-load/Makefile.in.orig
examples++-load/Makefile.in
examples++-load/makeref.edp
+examples++-load/Missing-plugins-so.log
examples++-load/regtests.edp
examples++-load/WHERE_LIBRARY
examples++-load/WHERE_LIBRARY-download-new
diff --git a/debian/source/options b/debian/source/options
index a575121..e39e768 100644
--- a/debian/source/options
+++ b/debian/source/options
@@ -1,2 +1 @@
- extend-diff-ignore = "(^|/)(examples\+\+-load/all\.edp|examples\+\+-3d/all\.edp|DOC/freefem\+\+doc\.pdf|download/gmm/cxxflags|src/fflib/strversionnumber\.cpp|download/nlopt/config\.log|examples\+\+-eigen/freefem\+\+\.pref|examples\+\+-load/Missing-plugins-so\.log|
- examples\+\+-load/WHERE_LIBRARY-download-new|examples\+\+/freefem\+\+\.pref)$"
\ No newline at end of file
+ extend-diff-ignore = "(^|/)(examples\+\+-load/all\.edp|examples\+\+-3d/all\.edp|DOC/freefem\+\+doc\.pdf|download/gmm/cxxflags|src/fflib/strversionnumber\.cpp|download/nlopt/config\.log|examples\+\+-eigen/freefem\+\+\.pref|examples\+\+-load/Missing-plugins-so\.log|examples\+\+-load/WHERE_LIBRARY-download-new|examples\+\+/freefem\+\+\.pref)$"
\ No newline at end of file
diff --git a/download/nlopt/config.log b/download/nlopt/config.log
index ab2d7bf..19776fa 100644
--- a/download/nlopt/config.log
+++ b/download/nlopt/config.log
@@ -15,3 +15,20 @@ generated by GNU Autoconf 2.69. Invocation command line was
on filippos
config.status:1089: creating Make.defs
+
+## ---------------------- ##
+## Running config.status. ##
+## ---------------------- ##
+
+This file was extended by FreeFem++ config.status 3.25, which was
+generated by GNU Autoconf 2.69. Invocation command line was
+
+ CONFIG_FILES =
+ CONFIG_HEADERS =
+ CONFIG_LINKS =
+ CONFIG_COMMANDS =
+ $ ../../config.status --file=Make.defs:Make.inc
+
+on filippos
+
+config.status:1089: creating Make.defs
diff --git a/examples++-load/Missing-plugins-so.log b/examples++-load/Missing-plugins-so.log
index 2cffe77..aaaf0a4 100644
--- a/examples++-load/Missing-plugins-so.log
+++ b/examples++-load/Missing-plugins-so.log
@@ -1,5 +1,5 @@
- -- metis.cpp ERROR-missing-lib:metis
-- tetgen.cpp ERROR-missing-lib:tetgen
+ -- metis.cpp ERROR-missing-lib:metis
-- ilut.cpp ERROR-missing-lib:gmm
-- freeyams.cpp -I/home/eftaxiop/Αρχεία/Γενικά/Λογισμικό/freefem++/Δημιουργία_πακέτου_για_το_Debian_Linux/freefem++/download/include/libMesh ERROR-missing-lib:freeyams
-- mmg3d-v4.0.cpp ERROR-missing-lib:mmg3d-v4
diff --git a/src/fflib/strversionnumber.cpp b/src/fflib/strversionnumber.cpp
index c6ae602..a1a1058 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 Σαβ 07 Σεπ 2013 09:57:32 μμ EEST)",VersionNumber());
- return buffer; //.str()+" (date Σαβ 07 Σεπ 2013 09:57:32 μμ EEST)" ;
+ sprintf(buffer," %9f (date Σαβ 07 Σεπ 2013 11:11:59 μμ EEST)",VersionNumber());
+ return buffer; //.str()+" (date Σαβ 07 Σεπ 2013 11:11:59 μμ 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