[freefempp] 05/07: Update standards version

Dimitrios Eftaxiopoulos eftaxiop-guest at moszumanska.debian.org
Wed Dec 18 22:27:24 UTC 2013


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

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

commit 886134b27f7632564911eba2aff098683155abea
Author: Dimitrios Eftaxiopoulos <eftaxi12 at otenet.gr>
Date:   Wed Dec 18 00:08:06 2013 +0200

    Update standards version
---
 debian/control                 |   4 +-
 download/fftw/Makefile         | 270 +++++++++++++++++++++++------------------
 download/gmm/cxxflags          |  14 +--
 examples++-3d/all.edp          | 108 ++++++++---------
 src/fflib/strversionnumber.cpp |   4 +-
 5 files changed, 214 insertions(+), 186 deletions(-)

diff --git a/debian/control b/debian/control
index 8f3044c..a9d83dc 100644
--- a/debian/control
+++ b/debian/control
@@ -26,10 +26,10 @@ Build-Depends: debhelper (>= 9~), dh-autoreconf,
 # libhips-dev, libpastix-dev,
 # libsuperlu-dist-dev
 ## libsuperlu4-dev 
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
 Homepage: http://www.freefem.org/ff++/
 Vcs-Git: git://anonscm.debian.org/debian-science/packages/freefempp.git
-Vcs-Browser: http://anonscm.debian.org/?p=debian-science/packages/freefempp.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/freefempp.git
 
 Package: freefem++
 Architecture: any
diff --git a/download/fftw/Makefile b/download/fftw/Makefile
index ecf40fa..46eae50 100644
--- a/download/fftw/Makefile
+++ b/download/fftw/Makefile
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.13.1 from Makefile.am.
+# Makefile.in generated by automake 1.14 from Makefile.am.
 # download/fftw/Makefile.  Generated from Makefile.in by configure.
 
-# Copyright (C) 1994-2012 Free Software Foundation, Inc.
+# Copyright (C) 1994-2013 Free Software Foundation, Inc.
 
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -17,23 +17,51 @@
 # Downloading and compiling extra libraries
 # -----------------------------------------
 
-am__make_dryrun = \
-  { \
-    am__dry=no; \
+am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
+am__make_running_with_option = \
+  case $${target_option-} in \
+      ?) ;; \
+      *) echo "am__make_running_with_option: internal error: invalid" \
+              "target option '$${target_option-}' specified" >&2; \
+         exit 1;; \
+  esac; \
+  has_opt=no; \
+  sane_makeflags=$$MAKEFLAGS; \
+  if $(am__is_gnu_make); then \
+    sane_makeflags=$$MFLAGS; \
+  else \
     case $$MAKEFLAGS in \
       *\\[\ \	]*) \
-        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
-          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
-      *) \
-        for am__flg in $$MAKEFLAGS; do \
-          case $$am__flg in \
-            *=*|--*) ;; \
-            *n*) am__dry=yes; break;; \
-          esac; \
-        done;; \
+        bs=\\; \
+        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
+          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
+    esac; \
+  fi; \
+  skip_next=no; \
+  strip_trailopt () \
+  { \
+    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
+  }; \
+  for flg in $$sane_makeflags; do \
+    test $$skip_next = yes && { skip_next=no; continue; }; \
+    case $$flg in \
+      *=*|--*) continue;; \
+        -*I) strip_trailopt 'I'; skip_next=yes;; \
+      -*I?*) strip_trailopt 'I';; \
+        -*O) strip_trailopt 'O'; skip_next=yes;; \
+      -*O?*) strip_trailopt 'O';; \
+        -*l) strip_trailopt 'l'; skip_next=yes;; \
+      -*l?*) strip_trailopt 'l';; \
+      -[dEDm]) skip_next=yes;; \
+      -[JT]) skip_next=yes;; \
+    esac; \
+    case $$flg in \
+      *$$target_option*) has_opt=yes; break;; \
     esac; \
-    test $$am__dry = yes; \
-  }
+  done; \
+  test $$has_opt = yes
+am__make_dryrun = (target_option=n; $(am__make_running_with_option))
+am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
 pkgdatadir = $(datadir)/freefem++
 pkgincludedir = $(includedir)/freefem++
 pkglibdir = $(libdir)/freefem++
@@ -50,8 +78,8 @@ POST_INSTALL = :
 NORMAL_UNINSTALL = :
 PRE_UNINSTALL = :
 POST_UNINSTALL = :
-build_triplet = i686-apple-darwin13.0.0
-host_triplet = i686-apple-darwin13.0.0
+build_triplet = x86_64-pc-linux-gnu
+host_triplet = x86_64-pc-linux-gnu
 subdir = download/fftw
 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 	$(top_srcdir)/mkinstalldirs
@@ -86,108 +114,108 @@ am__can_run_installinfo = \
   esac
 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = aclocal-1.13
+ACLOCAL = ${SHELL} /home/eftaxiop/Αρχεία/Γενικά/Λογισμικό/freefem++/Δημιουργία_πακέτου_για_το_Debian_Linux/freefem++/missing aclocal-1.14
 ADD_PACKAGE_NAME = 
 AMTAR = $${TAR-tar}
 AM_DEFAULT_VERBOSITY = 1
-AR = libtool
-ARFLAGS = -static -o
-ARPACKLIB = /Users/hecht/work/ff++/download/lib/libarpack.a
-ARPACKLIBS = /Users/hecht/work/ff++/download/lib/libarpack.a 
-AUTOCONF = autoconf
-AUTOHEADER = autoheader
-AUTOMAKE = automake-1.13
-AWK = awk
+AR = ar
+ARFLAGS = rv
+ARPACKLIB = 
+ARPACKLIBS = -larpack -llapack
+AUTOCONF = ${SHELL} /home/eftaxiop/Αρχεία/Γενικά/Λογισμικό/freefem++/Δημιουργία_πακέτου_για_το_Debian_Linux/freefem++/missing autoconf
+AUTOHEADER = ${SHELL} /home/eftaxiop/Αρχεία/Γενικά/Λογισμικό/freefem++/Δημιουργία_πακέτου_για_το_Debian_Linux/freefem++/missing autoheader
+AUTOMAKE = ${SHELL} /home/eftaxiop/Αρχεία/Γενικά/Λογισμικό/freefem++/Δημιουργία_πακέτου_για_το_Debian_Linux/freefem++/missing automake-1.14
+AWK = gawk
 BAMGPROG = bamg cvmsh2
 BLASINC = 
-BLASLIBS = -framework vecLib
-CC = clang -isysroot /Applications/Xcode.app//Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk
-CCDEPMODE = depmode=gcc3
-CFLAGS = -g  -m64 -fPIC -g -fPIC
+BLASLIBS = -lblas
+CC = gcc -Wl,-z,relro
+CCDEPMODE = depmode=none
+CFLAGS = -g  -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -DNDEBUG -O3 -mmmx -msse -msse2 -fPIC
 CFLAGSF77 = -DAdd_
-CNOFLAGS =  -m64 -fPIC
+CNOFLAGS =  -fPIC
 COMPILE_OPENBLAS = 
-CPPFLAGS = 
-CXX = clang++ -std=c++11 -isysroot /Applications/Xcode.app//Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk
-CXXCPP = clang++ -std=c++11 -isysroot /Applications/Xcode.app//Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk -E
-CXXDEPMODE = depmode=gcc3
-CXXFLAGS = -m64 -fPIC -g  -DBAMG_LONG_LONG -DCHECK_KN -fno-inline  -fexceptions -fPIC
+CPPFLAGS = -D_FORTIFY_SOURCE=2
+CXX = g++ -Wl,-z,relro
+CXXCPP = g++ -Wl,-z,relro -E
+CXXDEPMODE = depmode=none
+CXXFLAGS = -g  -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -DNDEBUG -O3 -mmmx -msse -msse2 -DBAMG_LONG_LONG  -DNCHECKPTR -fPIC
 CYGPATH_W = echo
 DEFS = -DHAVE_CONFIG_H
 DEPDIR = .deps
 DOCPDF = freefem++doc.pdf
 DOCPS = freefem++doc.ps
 DOCPSGZ = freefem++doc.ps.gz
-DOWNLOADCOMPILE = compile-pkg
+DOWNLOADCOMPILE = 
 DOWNLOADED_BLAS = 
 DOWNLOADED_BLAS_BUILT_SOURCES = 
-DOWNLOAD_ARPACK = arpack
-DOWNLOAD_FFTW = fftw
-DOWNLOAD_UMFPACK = umfpack
-DYLIB_SUFFIX = dylib
-ECHO_C = \c
-ECHO_N = 
+DOWNLOAD_ARPACK = 
+DOWNLOAD_FFTW = 
+DOWNLOAD_UMFPACK = 
+DYLIB_SUFFIX = so
+ECHO_C = 
+ECHO_N = -n
 ECHO_T = 
-EGREP = /usr/bin/grep -E
+EGREP = /bin/grep -E
 EIGENOBJ = eigenvalue.$(OBJEXT)
 ENABLE_FFCS = no
 EPSTOPDF = epstopdf
 EXEEXT = 
-F77 = /usr/local/bin/gfortran
-FC = /usr/local/bin/gfortran
+F77 = gfortran
+FC = gfortran
 FCFLAGS = -g -O2 -fPIC
 FFGLUTNAME = 
 FFGLUTPROG = ffglut
-FFLAGS = -g  -m64 -fPIC -g -fPIC
+FFLAGS = -g  -fstack-protector --param=ssp-buffer-size=4 -DNDEBUG -O3 -mmmx -msse -msse2 -fPIC
 FFMETIS_CFLAGS = 
 FF_LAPACKdir = 
-FF_MALLOC_H = 
+FF_MALLOC_H = 1
 FF_SECOND = second.o
 FF_STATIC_LIB = 
 FF_UMFPACK_CONFIG = 
-FLIBS = /usr/local/lib/gcc/x86_64-apple-darwin13.0.0/4.9.0/../../../libgfortran.dylib
+FLIBS = /usr/lib/gcc/x86_64-linux-gnu/4.8/libgfortran.so
 FNOFLAGS =  -fPIC
-G2CLIB = /usr/local/lib/gcc/x86_64-apple-darwin13.0.0/4.9.0/../../../libgfortran.dylib
+G2CLIB = /usr/lib/gcc/x86_64-linux-gnu/4.8/libgfortran.so
 GCCNOCYGWIN = 
-GREP = /usr/bin/grep
+GREP = /bin/grep
 HISTORY = 
 INSTALL = /usr/bin/install -c
 INSTALL_DATA = ${INSTALL} -m 644
 INSTALL_PROGRAM = ${INSTALL}
 INSTALL_SCRIPT = ${INSTALL}
 INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
-KERNEL_VERSION = 
+KERNEL_VERSION = 4.8.2
 LAPACKLIBS = 
-LAPACK_arpack_LIB = /Users/hecht/work/ff++/download/lib/liblapack.a
-LDFLAGS = 
+LAPACK_arpack_LIB = 
+LDFLAGS = -Wl,-z,relro -rdynamic
 LEX = flex
 LEXLIB = 
 LEX_OUTPUT_ROOT = lex.yy
-LIBC_VERSION = 
+LIBC_VERSION = libc-2.17
 LIBOBJS = 
-LIBS = -lm  /usr/local/lib/gcc/x86_64-apple-darwin13.0.0/4.9.0/../../../libgfortran.dylib
-LIBSGLUT = -framework GLUT -framework OpenGL -framework Cocoa
+LIBS = -ldl -lm  /usr/lib/gcc/x86_64-linux-gnu/4.8/libgfortran.so
+LIBSGLUT = -lglut -lGLU -lGL
 LIBSNOCONSOLE = 
 LIBSPTHREAD = -lpthread
 LOAD_COMPILE = load_compile
 LOAD_TESTS = ../regtests.sh
 LTLIBOBJS = 
-MAINT = 
-MAKEINFO = makeinfo
+MAINT = #
+MAKEINFO = ${SHELL} /home/eftaxiop/Αρχεία/Γενικά/Λογισμικό/freefem++/Δημιουργία_πακέτου_για_το_Debian_Linux/freefem++/missing makeinfo
 MEDITPROG = ffmedit
-MKDIR_P = ../.././install-sh -c -d
-MPICC = 
-MPICXX = 
-MPIF77 = 
-MPIFC = 
-MPIPROG = 
-MPIRUN = 
-MPISCRIPT = 
+MKDIR_P = /bin/mkdir -p
+MPICC = /usr/bin/mpicc
+MPICXX = mpic++ -Wl,-z,relro
+MPIF77 = /usr/bin/mpif90
+MPIFC = /usr/bin/mpif90
+MPIPROG = FreeFem++-mpi
+MPIRUN = /usr/bin/mpirun
+MPISCRIPT = ff-mpirun
 MPI_INCLUDE = 
 MPI_INC_DIR = 
-MPI_LIB = 
+MPI_LIB = -Wl,-z,relro 
 MPI_LIBC = 
-MPI_LIBFC = 
+MPI_LIBFC = -pthread -L/usr//lib -L/usr/lib/openmpi/lib -lmpi_f90 -lmpi_f77 -lmpi -ldl -lhwloc 
 MPI_LIB_DIRS = 
 NO_RANGE_CHECK = 
 OBJEXT = o
@@ -202,16 +230,16 @@ PACKAGE_VERSION = 3.26-2
 PASTIX_HOSTARCH = 
 PATH_SEPARATOR = :
 RANLIB = ranlib
-RANLIN = echo
-SCOTCH_INCLUDE = /Users/hecht/work/ff++/download/include/scotch
+RANLIN = ranlib
+SCOTCH_INCLUDE = /home/eftaxiop/Αρχεία/Γενικά/Λογισμικό/freefem++/Δημιουργία_πακέτου_για_το_Debian_Linux/freefem++/download/include/scotch
 SET_MAKE = 
-SHELL = /bin/sh
+SHELL = /bin/bash
 SIZEOF_INT = 4
 SIZEOF_LONG = 8
 SIZEOF_PTR = 8
 SIZEOF_PTRINBIT = 64
 SKIP_TESTS_EIGEN = 
-SKIP_TESTS_MPI = yes
+SKIP_TESTS_MPI = no
 STATICTOOL = 
 STDPROG = 
 STD_GRAPH_OBJ = 
@@ -241,53 +269,53 @@ TOOL_COMPILE_superlu = superlu
 TOOL_COMPILE_superludist = superludist
 TOOL_COMPILE_umfpack = umfpack
 TOOL_COMPILE_yams = yams
-TOOL_DYLIB_fflapack = fflapack.dylib
+TOOL_DYLIB_fflapack = fflapack.so
 TOOL_DYLIB_gsl = 
-TOOL_DYLIB_hips = hips_FreeFem.dylib
-TOOL_DYLIB_ipopt = ff-Ipopt.dylib
-TOOL_DYLIB_lapack = lapack.dylib
-TOOL_DYLIB_metis = metis.dylib
-TOOL_DYLIB_mmg3d = mmg3d-v4.0.dylib
-TOOL_DYLIB_mshmet = mshmet.dylib
-TOOL_DYLIB_mumps = MUMPS_FreeFem.dylib MUMPS.dylib
-TOOL_DYLIB_mumps_seq = MUMPS_seq.dylib
-TOOL_DYLIB_nlopt = ff-NLopt.dylib
+TOOL_DYLIB_hips = hips_FreeFem.so
+TOOL_DYLIB_ipopt = ff-Ipopt.so
+TOOL_DYLIB_lapack = lapack.so
+TOOL_DYLIB_metis = metis.so
+TOOL_DYLIB_mmg3d = mmg3d-v4.0.so
+TOOL_DYLIB_mshmet = mshmet.so
+TOOL_DYLIB_mumps = MUMPS_FreeFem.so MUMPS.so
+TOOL_DYLIB_mumps_seq = MUMPS_seq.so
+TOOL_DYLIB_nlopt = ff-NLopt.so
 TOOL_DYLIB_pardiso = 
 TOOL_DYLIB_parmetis = 
-TOOL_DYLIB_parms = parms_FreeFem.dylib
-TOOL_DYLIB_pastix = interfacepastix.dylib complex_pastix_FreeFem.dylib real_pastix_FreeFem.dylib
-TOOL_DYLIB_pipe = pipe.dylib
-TOOL_DYLIB_scotch = scotch.dylib
-TOOL_DYLIB_superlu = SuperLu.dylib
-TOOL_DYLIB_superludist = complex_SuperLU_DIST_FreeFem.dylib real_SuperLU_DIST_FreeFem.dylib dSuperLU_DIST.dylib
-TOOL_DYLIB_umfpack = UMFPACK64.dylib
-TOOL_DYLIB_yams = freeyams.dylib
-UMFPACKLIBS = -L/Users/hecht/work/ff++/download/lib -lumfpack -lcholmod -lcolamd -lamd -lsuitesparseconfig
+TOOL_DYLIB_parms = parms_FreeFem.so
+TOOL_DYLIB_pastix = interfacepastix.so complex_pastix_FreeFem.so real_pastix_FreeFem.so
+TOOL_DYLIB_pipe = pipe.so
+TOOL_DYLIB_scotch = scotch.so
+TOOL_DYLIB_superlu = SuperLu.so
+TOOL_DYLIB_superludist = complex_SuperLU_DIST_FreeFem.so real_SuperLU_DIST_FreeFem.so dSuperLU_DIST.so
+TOOL_DYLIB_umfpack = UMFPACK64.so
+TOOL_DYLIB_yams = freeyams.so
+UMFPACKLIBS = -lumfpack  -lamd -lcholmod -lcolamd
 VERSION = 3.26-2
 WGET = wget --no-check-certificate
 WIN32DLLTARGET = 
 WINDRESOBJ = 
 YACC = bison -y
 YFLAGS = 
-abs_builddir = /Users/hecht/work/ff++/download/fftw
-abs_srcdir = /Users/hecht/work/ff++/download/fftw
-abs_top_builddir = /Users/hecht/work/ff++
-abs_top_srcdir = /Users/hecht/work/ff++
-ac_ct_CC = clang -isysroot /Applications/Xcode.app//Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk
+abs_builddir = /home/eftaxiop/Αρχεία/Γενικά/Λογισμικό/freefem++/Δημιουργία_πακέτου_για_το_Debian_Linux/freefem++/download/fftw
+abs_srcdir = /home/eftaxiop/Αρχεία/Γενικά/Λογισμικό/freefem++/Δημιουργία_πακέτου_για_το_Debian_Linux/freefem++/download/fftw
+abs_top_builddir = /home/eftaxiop/Αρχεία/Γενικά/Λογισμικό/freefem++/Δημιουργία_πακέτου_για_το_Debian_Linux/freefem++
+abs_top_srcdir = /home/eftaxiop/Αρχεία/Γενικά/Λογισμικό/freefem++/Δημιουργία_πακέτου_για_το_Debian_Linux/freefem++
+ac_ct_CC = gcc -Wl,-z,relro
 ac_ct_CXX = 
-ac_ct_F77 = 
-ac_ct_FC = 
+ac_ct_F77 = gfortran
+ac_ct_FC = gfortran
 am__include = include
 am__leading_dot = .
 am__quote = 
 am__tar = $${TAR-tar} chof - "$$tardir"
 am__untar = $${TAR-tar} xf -
 bindir = ${exec_prefix}/bin
-build = i686-apple-darwin13.0.0
-build_alias = 
-build_cpu = i686
-build_os = darwin13.0.0
-build_vendor = apple
+build = x86_64-pc-linux-gnu
+build_alias = x86_64-linux-gnu
+build_cpu = x86_64
+build_os = linux-gnu
+build_vendor = pc
 builddir = .
 datadir = ${datarootdir}
 datarootdir = ${prefix}/share
@@ -308,33 +336,33 @@ ff_makeindex = yes
 ff_patch = yes
 ff_pdf2ps = yes
 ff_pdflatex = yes
-ff_prefix_dir = /usr/local/lib/ff++/3.26-2
+ff_prefix_dir = /usr/lib/ff++/3.26-2
 ff_unzip = 
 ff_wget = yes
-host = i686-apple-darwin13.0.0
+host = x86_64-pc-linux-gnu
 host_alias = 
-host_cpu = i686
-host_os = darwin13.0.0
-host_vendor = apple
+host_cpu = x86_64
+host_os = linux-gnu
+host_vendor = pc
 htmldir = ${docdir}
 includedir = ${prefix}/include
-infodir = ${datarootdir}/info
-install_sh = ${SHELL} /Users/hecht/work/ff++/install-sh
-libdir = ${exec_prefix}/lib
-libexecdir = ${exec_prefix}/libexec
+infodir = ${prefix}/share/info
+install_sh = ${SHELL} /home/eftaxiop/Αρχεία/Γενικά/Λογισμικό/freefem++/Δημιουργία_πακέτου_για_το_Debian_Linux/freefem++/install-sh
+libdir = ${prefix}/lib/x86_64-linux-gnu
+libexecdir = ${prefix}/lib/x86_64-linux-gnu
 localedir = ${datarootdir}/locale
-localstatedir = ${prefix}/var
-mandir = ${datarootdir}/man
+localstatedir = /var
+mandir = ${prefix}/share/man
 mkdir_p = $(MKDIR_P)
 oldincludedir = /usr/include
 pdfdir = ${docdir}
-prefix = /usr/local
+prefix = /usr
 program_transform_name = s,x,x,
 psdir = ${docdir}
 sbindir = ${exec_prefix}/sbin
 sharedstatedir = ${prefix}/com
 srcdir = .
-sysconfdir = ${prefix}/etc
+sysconfdir = /etc
 target_alias = 
 top_build_prefix = ../../
 top_builddir = ../..
@@ -351,7 +379,7 @@ THIS = fftw3
 all: all-am
 
 .SUFFIXES:
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
+$(srcdir)/Makefile.in: # $(srcdir)/Makefile.am  $(am__configure_deps)
 	@for dep in $?; do \
 	  case '$(am__configure_deps)' in \
 	    *$$dep*) \
@@ -376,9 +404,9 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
-$(top_srcdir)/configure:  $(am__configure_deps)
+$(top_srcdir)/configure: # $(am__configure_deps)
 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
+$(ACLOCAL_M4): # $(am__aclocal_m4_deps)
 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 $(am__aclocal_m4_deps):
 tags TAGS:
diff --git a/download/gmm/cxxflags b/download/gmm/cxxflags
index b379501..2ad8048 100644
--- a/download/gmm/cxxflags
+++ b/download/gmm/cxxflags
@@ -1,12 +1,12 @@
-CXX = clang++ -std=c++11 -isysroot /Applications/Xcode.app//Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk
-MPICXX = 
+CXX = g++ -Wl,-z,relro
+MPICXX = mpic++ -Wl,-z,relro
 ac_ct_CXX = 
-CC = clang -isysroot /Applications/Xcode.app//Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk
-MPICC = 
+CC = gcc -Wl,-z,relro
+MPICC = /usr/bin/mpicc
 YACC = bison -y
-ac_ct_CC = clang -isysroot /Applications/Xcode.app//Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk
-CXXFLAGS = -m64 -fPIC -g  -DBAMG_LONG_LONG -DCHECK_KN -fno-inline  -fexceptions -fPIC
-CFLAGS = -g  -m64 -fPIC -g -fPIC
+ac_ct_CC = gcc -Wl,-z,relro
+CXXFLAGS = -g  -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -DNDEBUG -O3 -mmmx -msse -msse2 -DBAMG_LONG_LONG  -DNCHECKPTR -fPIC
+CFLAGS = -g  -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -DNDEBUG -O3 -mmmx -msse -msse2 -fPIC
 FCFLAGS = -g -O2 -fPIC
 FFMETIS_CFLAGS = 
 WGET = wget --no-check-certificate
diff --git a/examples++-3d/all.edp b/examples++-3d/all.edp
index d3677d2..8899490 100644
--- a/examples++-3d/all.edp
+++ b/examples++-3d/all.edp
@@ -7,105 +7,97 @@ verbosity=verbosityy;searchMethod=0;
 verbosity=verbosityy;searchMethod=0;
 { include "ArrayFE-3d.edp";};
  cout << "------------------------------------------------------------------------------ " << endl;
- cout << "--------- file : EqPoisson.edp --------------------------------------------------------" << endl;
-verbosity=verbosityy;searchMethod=0;
-{ include "EqPoisson.edp";};
- cout << "------------------------------------------------------------------------------ " << endl;
- cout << "--------- file : Lac.edp --------------------------------------------------------" << endl;
-verbosity=verbosityy;searchMethod=0;
-{ include "Lac.edp";};
- cout << "------------------------------------------------------------------------------ " << endl;
- cout << "--------- file : Laplace-Adapt-3d.edp --------------------------------------------------------" << endl;
+ cout << "--------- file : beam-3d.edp --------------------------------------------------------" << endl;
 verbosity=verbosityy;searchMethod=0;
-{ include "Laplace-Adapt-3d.edp";};
+{ include "beam-3d.edp";};
  cout << "------------------------------------------------------------------------------ " << endl;
- cout << "--------- file : Laplace-Adapt-aniso-3d.edp --------------------------------------------------------" << endl;
+ cout << "--------- file : cone.edp --------------------------------------------------------" << endl;
 verbosity=verbosityy;searchMethod=0;
-{ include "Laplace-Adapt-aniso-3d.edp";};
+{ include "cone.edp";};
  cout << "------------------------------------------------------------------------------ " << endl;
- cout << "--------- file : Laplace3d.edp --------------------------------------------------------" << endl;
+ cout << "--------- file : convect-3d.edp --------------------------------------------------------" << endl;
 verbosity=verbosityy;searchMethod=0;
-{ include "Laplace3d.edp";};
+{ include "convect-3d.edp";};
  cout << "------------------------------------------------------------------------------ " << endl;
- cout << "--------- file : LaplaceRT-3d.edp --------------------------------------------------------" << endl;
+ cout << "--------- file : cube-period.edp --------------------------------------------------------" << endl;
 verbosity=verbosityy;searchMethod=0;
-{ include "LaplaceRT-3d.edp";};
+{ include "cube-period.edp";};
  cout << "------------------------------------------------------------------------------ " << endl;
- cout << "--------- file : NSI3d-carac.edp --------------------------------------------------------" << endl;
+ cout << "--------- file : cylinder-3d.edp --------------------------------------------------------" << endl;
 verbosity=verbosityy;searchMethod=0;
-{ include "NSI3d-carac.edp";};
+{ include "cylinder-3d.edp";};
  cout << "------------------------------------------------------------------------------ " << endl;
- cout << "--------- file : NSI3d.edp --------------------------------------------------------" << endl;
+ cout << "--------- file : cylinder.edp --------------------------------------------------------" << endl;
 verbosity=verbosityy;searchMethod=0;
-{ include "NSI3d.edp";};
+{ include "cylinder.edp";};
  cout << "------------------------------------------------------------------------------ " << endl;
- cout << "--------- file : Period-Poisson-cube-ballon.edp --------------------------------------------------------" << endl;
+ cout << "--------- file : EqPoisson.edp --------------------------------------------------------" << endl;
 verbosity=verbosityy;searchMethod=0;
-{ include "Period-Poisson-cube-ballon.edp";};
+{ include "EqPoisson.edp";};
  cout << "------------------------------------------------------------------------------ " << endl;
- cout << "--------- file : Poisson-cube-ballon.edp --------------------------------------------------------" << endl;
+ cout << "--------- file : fallingspheres.edp --------------------------------------------------------" << endl;
 verbosity=verbosityy;searchMethod=0;
-{ include "Poisson-cube-ballon.edp";};
+{ include "fallingspheres.edp";};
  cout << "------------------------------------------------------------------------------ " << endl;
- cout << "--------- file : Poisson.edp --------------------------------------------------------" << endl;
+ cout << "--------- file : first.edp --------------------------------------------------------" << endl;
 verbosity=verbosityy;searchMethod=0;
-{ include "Poisson.edp";};
+{ include "first.edp";};
  cout << "------------------------------------------------------------------------------ " << endl;
- cout << "--------- file : Poisson3d.edp --------------------------------------------------------" << endl;
+ cout << "--------- file : Lac.edp --------------------------------------------------------" << endl;
 verbosity=verbosityy;searchMethod=0;
-{ include "Poisson3d.edp";};
+{ include "Lac.edp";};
  cout << "------------------------------------------------------------------------------ " << endl;
- cout << "--------- file : Stokes.edp --------------------------------------------------------" << endl;
+ cout << "--------- file : Laplace3d.edp --------------------------------------------------------" << endl;
 verbosity=verbosityy;searchMethod=0;
-{ include "Stokes.edp";};
+{ include "Laplace3d.edp";};
  cout << "------------------------------------------------------------------------------ " << endl;
- cout << "--------- file : TruncLac.edp --------------------------------------------------------" << endl;
+ cout << "--------- file : Laplace-Adapt-3d.edp --------------------------------------------------------" << endl;
 verbosity=verbosityy;searchMethod=0;
-{ include "TruncLac.edp";};
+{ include "Laplace-Adapt-3d.edp";};
  cout << "------------------------------------------------------------------------------ " << endl;
- cout << "--------- file : beam-3d.edp --------------------------------------------------------" << endl;
+ cout << "--------- file : Laplace-Adapt-aniso-3d.edp --------------------------------------------------------" << endl;
 verbosity=verbosityy;searchMethod=0;
-{ include "beam-3d.edp";};
+{ include "Laplace-Adapt-aniso-3d.edp";};
  cout << "------------------------------------------------------------------------------ " << endl;
- cout << "--------- file : cone.edp --------------------------------------------------------" << endl;
+ cout << "--------- file : LaplaceRT-3d.edp --------------------------------------------------------" << endl;
 verbosity=verbosityy;searchMethod=0;
-{ include "cone.edp";};
+{ include "LaplaceRT-3d.edp";};
  cout << "------------------------------------------------------------------------------ " << endl;
- cout << "--------- file : convect-3d.edp --------------------------------------------------------" << endl;
+ cout << "--------- file : meditddm.edp --------------------------------------------------------" << endl;
 verbosity=verbosityy;searchMethod=0;
-{ include "convect-3d.edp";};
+{ include "meditddm.edp";};
  cout << "------------------------------------------------------------------------------ " << endl;
- cout << "--------- file : cube-period.edp --------------------------------------------------------" << endl;
+ cout << "--------- file : NSI3d-carac.edp --------------------------------------------------------" << endl;
 verbosity=verbosityy;searchMethod=0;
-{ include "cube-period.edp";};
+{ include "NSI3d-carac.edp";};
  cout << "------------------------------------------------------------------------------ " << endl;
- cout << "--------- file : cylinder-3d.edp --------------------------------------------------------" << endl;
+ cout << "--------- file : NSI3d.edp --------------------------------------------------------" << endl;
 verbosity=verbosityy;searchMethod=0;
-{ include "cylinder-3d.edp";};
+{ include "NSI3d.edp";};
  cout << "------------------------------------------------------------------------------ " << endl;
- cout << "--------- file : cylinder.edp --------------------------------------------------------" << endl;
+ cout << "--------- file : p.edp --------------------------------------------------------" << endl;
 verbosity=verbosityy;searchMethod=0;
-{ include "cylinder.edp";};
+{ include "p.edp";};
  cout << "------------------------------------------------------------------------------ " << endl;
- cout << "--------- file : fallingspheres.edp --------------------------------------------------------" << endl;
+ cout << "--------- file : periodic-3d.edp --------------------------------------------------------" << endl;
 verbosity=verbosityy;searchMethod=0;
-{ include "fallingspheres.edp";};
+{ include "periodic-3d.edp";};
  cout << "------------------------------------------------------------------------------ " << endl;
- cout << "--------- file : first.edp --------------------------------------------------------" << endl;
+ cout << "--------- file : Period-Poisson-cube-ballon.edp --------------------------------------------------------" << endl;
 verbosity=verbosityy;searchMethod=0;
-{ include "first.edp";};
+{ include "Period-Poisson-cube-ballon.edp";};
  cout << "------------------------------------------------------------------------------ " << endl;
- cout << "--------- file : meditddm.edp --------------------------------------------------------" << endl;
+ cout << "--------- file : Poisson3d.edp --------------------------------------------------------" << endl;
 verbosity=verbosityy;searchMethod=0;
-{ include "meditddm.edp";};
+{ include "Poisson3d.edp";};
  cout << "------------------------------------------------------------------------------ " << endl;
- cout << "--------- file : p.edp --------------------------------------------------------" << endl;
+ cout << "--------- file : Poisson-cube-ballon.edp --------------------------------------------------------" << endl;
 verbosity=verbosityy;searchMethod=0;
-{ include "p.edp";};
+{ include "Poisson-cube-ballon.edp";};
  cout << "------------------------------------------------------------------------------ " << endl;
- cout << "--------- file : periodic-3d.edp --------------------------------------------------------" << endl;
+ cout << "--------- file : Poisson.edp --------------------------------------------------------" << endl;
 verbosity=verbosityy;searchMethod=0;
-{ include "periodic-3d.edp";};
+{ include "Poisson.edp";};
  cout << "------------------------------------------------------------------------------ " << endl;
  cout << "--------- file : pyramide.edp --------------------------------------------------------" << endl;
 verbosity=verbosityy;searchMethod=0;
@@ -127,6 +119,10 @@ verbosity=verbosityy;searchMethod=0;
 verbosity=verbosityy;searchMethod=0;
 { include "sphere6.edp";};
  cout << "------------------------------------------------------------------------------ " << endl;
+ cout << "--------- file : Stokes.edp --------------------------------------------------------" << endl;
+verbosity=verbosityy;searchMethod=0;
+{ include "Stokes.edp";};
+ cout << "------------------------------------------------------------------------------ " << endl;
  cout << "--------- file : tetgencube.edp --------------------------------------------------------" << endl;
 verbosity=verbosityy;searchMethod=0;
 { include "tetgencube.edp";};
@@ -135,3 +131,7 @@ verbosity=verbosityy;searchMethod=0;
 verbosity=verbosityy;searchMethod=0;
 { include "tetgenholeregion.edp";};
  cout << "------------------------------------------------------------------------------ " << endl;
+ cout << "--------- file : TruncLac.edp --------------------------------------------------------" << endl;
+verbosity=verbosityy;searchMethod=0;
+{ include "TruncLac.edp";};
+ cout << "------------------------------------------------------------------------------ " << endl;
diff --git a/src/fflib/strversionnumber.cpp b/src/fflib/strversionnumber.cpp
index 592c068..bd254b9 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 Jeu 28 nov 2013 11:11:34 CET)",VersionNumber());
-  return buffer; //.str()+" (date Jeu 28 nov 2013 11:11:34 CET)" ;
+  sprintf(buffer," %9f (date Τρι 17 Δεκ 2013 11:59:05 μμ EET)",VersionNumber());
+  return buffer; //.str()+" (date Τρι 17 Δεκ 2013 11:59:05 μμ EET)" ;
 }

-- 
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