[openfoam] 01/01: Initial debian-dir.

Anton Gladky gladk at moszumanska.debian.org
Wed Feb 24 22:21:05 UTC 2016


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

gladk pushed a commit to branch master
in repository openfoam.

commit 36684a0c392fc3426633212e3c400c91030b0b5e
Author: Anton Gladky <gladk at debian.org>
Date:   Wed Feb 24 23:11:55 2016 +0100

    Initial debian-dir.
---
 debian/changelog                     |   5 ++
 debian/compat                        |   1 +
 debian/control                       |  43 +++++++++
 debian/copyright                     | 170 +++++++++++++++++++++++++++++++++++
 debian/openfoam.install              |   4 +
 debian/patches/10_fix_etc_path.patch |  37 ++++++++
 debian/patches/series                |   1 +
 debian/rules                         |  72 +++++++++++++++
 debian/source/format                 |   1 +
 debian/variables                     | 106 ++++++++++++++++++++++
 10 files changed, 440 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..7dcae9b
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+openfoam (3.0.0-1) unstable; urgency=low
+
+   * Initial Release. Closes: #528662
+
+ -- Anton Gladky <gladk at debian.org>  Mon, 22 Sep 2014 14:27:18 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..b263b6e
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,43 @@
+Source: openfoam
+Section: science
+Priority: optional
+Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
+Uploaders:
+ Gerber van der Graaf <gerber_graaf at users.sourceforge.net>,
+ Michael Wild <themiwi at users.sourceforge.net>,
+ Anton Gladky <gladk at debian.org>
+Vcs-Git: git://anonscm.debian.org/debian-science/packages/freefoam.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/freefoam.git
+Homepage: http://freefoam.wiki.sourceforge.net/
+Build-Depends:
+ bison,
+ cmake,
+ debhelper (>= 9),
+ flex,
+ gawk,
+ libreadline6-dev,
+ libscotch-dev,
+ mpi-default-bin,
+ mpi-default-dev,
+ paraview (>= 3.8),
+ python,
+ zlib1g-dev
+Standards-Version: 3.9.6
+
+Package: openfoam
+Architecture: any
+Depends:
+ mpi-default-bin,
+ tcsh | csh | c-shell,
+ ${misc:Depends},
+ ${python:Depends},
+ ${shlibs:Depends}
+Description: programs for Computational Fluid Dynamics (CFD)
+ A collection of solvers and utility programs for grid generation,
+ simulation and analyzing of complex fluid flows, post-processing and
+ visualizing of the resulting data. The flows may involve chemical
+ reactions, turbulence and heat transfer, solid dynamics,
+ electromagnetics and even the pricing of financial options. FreeFOAM
+ is a fork of OpenFOAM.
+ .
+ The programs are invoked with "freefoam foo".
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..df1f4ed
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,170 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: FreeFOAM
+Upstream-Contact: Michael Wild <themiwi at users.sourceforge.net>
+Source: http://freefoam.wiki.sourceforge.net/
+Files-Exclude: doc/UserGuide/*
+
+Files: *.C *.H *.L *.C.in *.c *.h *.unv *.msh *.agr *.gplt *.xy *.geo *.dat
+ data/templates/foamCommentStyles
+ etc/*
+Copyright: Copyright (C) 1991-2010 OpenCFD Ltd.
+License: GPL-3+
+ On Debian systems, the full text of the GNU General Public License version 3
+ can be found in the file '/usr/share/common-licenses/GPL-3'
+
+Files:
+ applications/utilities/surface/surfaceCoarsen/bunnylod/font.h
+ applications/utilities/surface/surfaceCoarsen/bunnylod/list.h
+ applications/utilities/surface/surfaceCoarsen/bunnylod/vector.h
+Copyright: (c) 1998, Stan Melax <melax at cs.ualberta.ca>
+License: permissive
+ Permission to use any of this code wherever you want is granted..
+ Although, please do acknowledge authorship if appropriate.
+
+Files:
+ */CMakeLists.txt
+ *.cmake
+ *.cmake.in
+ *.xsl
+ *.py
+ *.py.in
+ *.patch
+ */forceLink.C
+ data/asciidoc/*.conf
+ data/editor-modes/foamdict-mode.el
+ doc/man/manSource/*.1.in.txt
+ src/OSspecific/POSIX/dummyPrintStack.C
+ src/OSspecific/POSIX/printStack.C
+ src/OpenFOAM/db/IOstreams/Pstreams/*Impl.H
+ src/OpenFOAM/db/IOstreams/Pstreams/*Impl.C
+ src/Pstream/*/*Impl.H
+ data/templates/*.C
+ data/templates/*.H
+ data/templates/foamScript
+ data/shellFunctions/bashCompletion/freefoam
+ data/shellFunctions/zshCompletion/_freefoam
+ FOAMConfig.h.in
+ data/utilities/findBogusClassDoc
+ data/utilities/foamPackSource
+ data/utilities/updateChangeLog
+ doc/Doxygen/FoamFooter.html
+ doc/Doxygen/FoamHeader.html.in
+Copyright: 2008-2012, Michael Wild <themiwi at users.sf.net>
+License: GPL-3+
+ On Debian systems, the full text of the GNU General Public
+ License version 3 can be found in the file
+ '/usr/share/common-licenses/GPL-3'
+
+Files:
+ doc/UserGuide/*.asy
+ doc/UserGuide/*.png
+ doc/UserGuide/images/tut_plateHole_leftPatch_sigmaxx.xy
+ doc/UserGuide/images/post_Ux_0
+ doc/js/MathJaxMacros.js
+Copyright: Copyright (C) 2008-2012 Michael Wild <themiwi at users.sf.net>
+License: GFDL-NIV-1.2
+ On Debian systems, the full text of the GNU Free Documentation License
+ version 1.2 can be found in the file '/usr/share/common-licenses/GFDL-1.2'
+
+Files:
+  data/asciidoc/html.conf
+Copyright:
+ 2008-2012, Michael Wild <themiwi at users.sf.net>
+ 2008 by Stuart Rackham <srackham at methods.co.nz>
+License: GPL-2
+ On Debian systems, the full text of the GNU General Public License version 2
+ can be found in the file '/usr/share/common-licenses/GPL-2'
+
+Files: src/OpenFOAM/primitives/random/BSD_random.c
+Copyright: 1983, Regents of the University of California
+License: BSD-4-clause
+ Copyright (c) 1983 Regents of the University of California.
+ All rights reserved.
+ .
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ 1. Redistributions of source code must retain the above copyright
+    notice, this list of conditions and the following disclaimer.
+ 2. Redistributions in binary form must reproduce the above copyright
+    notice, this list of conditions and the following disclaimer in the
+    documentation and/or other materials provided with the distribution.
+ 3. All advertising materials mentioning features or use of this software
+    must display the following acknowledgement:
+        This product includes software developed by the University of
+        California, Berkeley and its contributors.
+ 4. Neither the name of the University nor the names of its contributors
+    may be used to endorse or promote products derived from this software
+    without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ SUCH DAMAGE.
+
+Files:
+ src/OpenFOAM/db/IOstreams/gzstream/gzstream.h
+ src/OpenFOAM/db/IOstreams/gzstream/gzstream.C
+Copyright: 2001, Deepak Bandyopadhyay, Lutz Kettner
+License: LGPL-2.1+
+ On Debian systems, the full text of the license can be found in the file
+ '/usr/share/common-licenses/LGPL-2.1'
+
+Files: data/python/FreeFOAM/compat.py
+Copyright:
+ 2001-2007, Python Software
+ 2003-2005, Peter Astrand <astrand at lysator.liu.se>
+ 2008-2012, Michael Wild <themiwi at users.sf.net>
+License: PSF-2 and GPL-3+
+ PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
+ This LICENSE AGREEMENT is between the Python Software Foundation ("PSF"), and
+ the Individual or Organization ("Licensee") accessing and otherwise using this
+ software ("Python") in source or binary form and its associated documentation.
+ .
+ Subject to the terms and conditions of this License Agreement, PSF hereby
+ grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce,
+ analyze, test, perform and/or display publicly, prepare derivative works,
+ distribute, and otherwise use Python alone or in any derivative version,
+ provided, however, that PSF's License Agreement and PSF's notice of copyright,
+ i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007 Python Software
+ Foundation; All Rights Reserved" are retained in Python alone or in any
+ derivative version prepared by Licensee.
+ .
+ In the event Licensee prepares a derivative work that is based on or
+ incorporates Python or any part thereof, and wants to make the derivative work
+ available to others as provided herein, then Licensee hereby agrees to include
+ in any such work a brief summary of the changes made to Python.
+ .
+ PSF is making Python available to Licensee on an "AS IS" basis.  ++PSF MAKES
+ NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED.  BY WAY OF EXAMPLE, BUT
+ NOT LIMITATION, PSF MAKES NO AND DISCLAIMS ANY REPRESENTATION OR WARRANTY OF
+ MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON
+ WILL NOT INFRINGE ANY THIRD PARTY RIGHTS.++
+ .
+ ++PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON FOR ANY
+ INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF MODIFYING,
+ DISTRIBUTING, OR OTHERWISE USING PYTHON, OR ANY DERIVATIVE THEREOF, EVEN IF
+ ADVISED OF THE POSSIBILITY THEREOF.++
+ .
+ This License Agreement will automatically terminate upon a material breach of
+ its terms and conditions.
+ .
+ Nothing in this License Agreement shall be deemed to create any relationship
+ of agency, partnership, or joint venture between PSF and Licensee.  This
+ License Agreement does not grant permission to use PSF trademarks or trade name
+ in a trademark sense to endorse or promote products or services of Licensee, or
+ any third party.
+ .
+ By copying, installing or otherwise using Python, Licensee agrees to be bound
+ by the terms and conditions of this License Agreement.
+ .
+ .
+ On Debian systems, the full text of the GNU General Public License version 3
+ can be found in the file '/usr/share/common-licenses/GPL-3'
diff --git a/debian/openfoam.install b/debian/openfoam.install
new file mode 100644
index 0000000..3532357
--- /dev/null
+++ b/debian/openfoam.install
@@ -0,0 +1,4 @@
+platforms/linux64Gcc51/bin/* /usr/bin
+platforms/linux64Gcc51/lib/* /usr/lib
+platforms/linux64Gcc51/lib/openmpi-system/* /usr/lib/
+etc /usr/share/openfoam/
diff --git a/debian/patches/10_fix_etc_path.patch b/debian/patches/10_fix_etc_path.patch
new file mode 100644
index 0000000..13eafe0
--- /dev/null
+++ b/debian/patches/10_fix_etc_path.patch
@@ -0,0 +1,37 @@
+Description: <short summary of the patch>
+ TODO: Put a short summary on the line above and replace this paragraph
+ with a longer explanation of this change. Complete the meta-information
+ with other relevant fields (see below for details). To make it easier, the
+ information below has been extracted from the changelog. Adjust it or drop
+ it.
+ .
+ openfoam (3.0.0-1) unstable; urgency=low
+ .
+    * Initial Release. Closes: #528662
+Author: Anton Gladky <gladk at debian.org>
+Bug-Debian: https://bugs.debian.org/528662
+
+---
+The information above should follow the Patch Tagging Guidelines, please
+checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
+are templates for supplementary fields that you might want to add:
+
+Origin: <vendor|upstream|other>, <url of original patch>
+Bug: <url in upstream bugtracker>
+Bug-Debian: https://bugs.debian.org/<bugnumber>
+Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
+Forwarded: <no|not-needed|url proving that it has been forwarded>
+Reviewed-By: <name and email of someone who approved the patch>
+Last-Update: <YYYY-MM-DD>
+
+--- openfoam-3.0.0.orig/src/OSspecific/POSIX/POSIX.C
++++ openfoam-3.0.0/src/OSspecific/POSIX/POSIX.C
+@@ -369,7 +369,7 @@ Foam::fileNameList Foam::findEtcFiles
+     // Search for other (shipped) files in
+     // * $WM_PROJECT_DIR/etc
+     //
+-    searchDir = getEnv("WM_PROJECT_DIR");
++    searchDir = "/usr/share/openfoam/";
+     if (isDir(searchDir))
+     {
+         fileName fullName = searchDir/"etc"/name;
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..7d83512
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+10_fix_etc_path.patch
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..d6c71dd
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,72 @@
+#!/usr/bin/make -f
+%:
+	dh $@
+
+export FOAM_INST_DIR=/usr
+export FOAM_APP=$(CURDIR)/applications
+export FOAM_SOLVERS=$(CURDIR)/applications/solvers
+export FOAM_APPBIN=$(CURDIR)/platforms/linux64Gcc51/bin
+export FOAM_EXT_LIBBIN=$(CURDIR)/platforms/linux64Gcc51/lib
+export FOAM_JOB_DIR=$(CURDIR)/jobControl
+export FOAM_LIBBIN=$(CURDIR)/platforms/linux64Gcc51/lib
+export FOAM_MPI=openmpi-system
+export FOAM_RUN=$(CURDIR)/run
+export FOAM_SITE_APPBIN=$(CURDIR)/platforms/linux64Gcc51/bin
+export FOAM_SITE_LIBBIN=$(CURDIR)/platforms/linux64Gcc51/lib
+export FOAM_SRC=$(CURDIR)/src
+export FOAM_USER_APPBIN=$(CURDIR)/platforms/linux64Gcc51/bin
+export FOAM_USER_LIBBIN=$(CURDIR)/platforms/linux64Gcc51/lib
+export MANPATH=$(CURDIR)/platforms/linux64Gcc/openmpi-1.6.5/share/man
+export MPI_ARCH_PATH=/usr/include/openmpi
+export MPI_BUFFER_SIZE=20000000
+export WM_ARCH=linux64
+export WM_ARCH_OPTION=64
+export WM_LABEL_SIZE=32
+export WM_LABEL_OPTION=Int32
+export WM_CC=gcc
+export WM_CFLAGS=-m64 -fPIC -I/usr/include/openmpi
+export WM_COMPILER=Gcc
+export WM_COMPILER_LIB_ARCH=64
+export WM_COMPILE_OPTION=Opt
+export WM_CXX=g++
+export WM_CXXFLAGS=-m64 -fPIC -I/usr/include/openmpi
+export WM_DIR=$(CURDIR)/wmake
+export WM_LDFLAGS=-m64 -I/usr/include/openmpi
+export WM_LINK_LANGUAGE=c++
+export WM_OSTYPE=POSIX
+export WM_OPTIONS=linux64Gcc51
+export WM_PRECISION_OPTION=DP
+export WM_PROJECT=OpenFOAM
+export WM_PROJECT_DIR=$(CURDIR)
+export WM_PROJECT_INST_DIR=$(CURDIR)/debian/tmp/usr
+export WM_PROJECT_USER_DIR=$(CURDIR)/debian/tmp
+export WM_PROJECT_VERSION=3.0.x
+export gperftools_install=$(CURDIR)/platforms/linux64Gcc
+export WM_NCOMPPROCS=6
+export WM_MPLIB=SYSTEMOPENMPI
+
+export LD_LIBRARY_PATH:=$(CURDIR)/platforms/linux64Gcc51/lib/openmpi-system:/usr/lib/openmpi/lib:$(CURDIR)/platforms/linux64Gcc51/lib:$(CURDIR)/site/3.0.x/platforms/linux64Gcc51/lib:$(CURDIR)/platforms/linux64Gcc51/lib:$(CURDIR)/platforms/linux64Gcc51/lib/dummy:$(LD_LIBRARY_PATH);
+
+#export FOAM_EXT_LIBBIN=$(CURDIR)/A
+#export WM_OPTIONS=linux64Gcc51
+#export WM_LINK_LANGUAGE=c++
+#export WM_PROJECT=OpenFOAM
+#export WM_PROJECT_VERSION=2.3.1
+#export WM_ARCH=linux64Gcc51
+#export WM_OPTIONS=linux64Gcc51
+#export WM_PRECISION_OPTION=DP
+#export WM_COMPILE_OPTION=Opt
+#export WM_MPLIB=OPENMPI
+#export WM_OSTYPE=POSIX
+#export WM_PROJECT_INST_DIR=/usr
+#export WM_PROJECT_DIR=$(CURDIR)
+#export WM_DIR=$(CURDIR)/wmake
+#export WM_PROJECT_USER_DIR=$(CURDIR)
+
+override_dh_auto_build:
+	PATH=$(PATH):$(CURDIR)/wmake/ ./Allwmake -j6
+
+override_dh_auto_clean:
+	dh_auto_clean
+	rm -rf wmake/platforms
+	rm -rf platforms
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/variables b/debian/variables
new file mode 100644
index 0000000..173e244
--- /dev/null
+++ b/debian/variables
@@ -0,0 +1,106 @@
+WM_LINK_LANGUAGE=c++
+XDG_VTNR=2
+ORBIT_SOCKETDIR=/tmp/orbit-gladk
+QUILT_REFRESH_ARGS=-p ab --no-timestamps --no-index
+FOAM_SOLVERS=/home/gladk/OpenFOAM/OpenFOAM-3.0.x/applications/solvers
+FOAM_EXT_LIBBIN=/home/gladk/OpenFOAM/ThirdParty-3.0.x/platforms/linux64GccDPInt32Opt/lib
+FOAM_APPBIN=/home/gladk/OpenFOAM/OpenFOAM-3.0.x/platforms/linux64GccDPInt32Opt/bin
+MVIMPACT_ACQUIRE_DIR=/home/gladk/Model/Experimente2015/1/bin
+XDG_SESSION_ID=1
+SSH_AGENT_PID=3158
+FOAM_TUTORIALS=/home/gladk/OpenFOAM/OpenFOAM-3.0.x/tutorials
+FOAM_JOB_DIR=/home/gladk/OpenFOAM/jobControl
+WM_ARCH=linux64
+TERMINATOR_UUID=urn:uuid:3b4edbee-cb4c-4785-873b-355749bc66be
+GIO_LAUNCHED_DESKTOP_FILE_PID=3915
+WM_OSTYPE=POSIX
+XDG_MENU_PREFIX=gnome-
+TERM=screen
+SHELL=/bin/bash
+MPI_ARCH_PATH=/usr/lib/openmpi
+WM_THIRD_PARTY_DIR=/home/gladk/OpenFOAM/ThirdParty-3.0.x
+XDG_SESSION_COOKIE=571e6a5d26a7ea2e3ec87d4350e69704-1447076451.275823-103947207
+CGAL_ARCH_PATH=/home/gladk/OpenFOAM/ThirdParty-3.0.x/platforms/linux64Gcc/CGAL-4.7
+FOAM_SITE_APPBIN=/home/gladk/OpenFOAM/site/3.0.x/platforms/linux64GccDPInt32Opt/bin
+GJS_DEBUG_OUTPUT=stderr
+WINDOWID=18874372
+OLDPWD=/home/gladk
+GJS_DEBUG_TOPICS=JS ERROR;JS LOG
+BOOST_ARCH_PATH=/home/gladk/OpenFOAM/ThirdParty-3.0.x/platforms/linux64Gcc/boost-system
+GTK_MODULES=gail:atk-bridge
+FOAM_APP=/home/gladk/OpenFOAM/OpenFOAM-3.0.x/applications
+WM_CXXFLAGS=-m64 -fPIC
+WM_CFLAGS=-m64 -fPIC
+WM_PROJECT_VERSION=3.0.x
+GENICAM_ROOT_V2_4=/home/gladk/Model/Experimente2015/1/bin/runtime
+GENICAM_CACHE_V2_4=/home/gladk/Model/Experimente2015/1/bin/runtime/cache/v2_4
+USER=gladk
+FOAM_SITE_LIBBIN=/home/gladk/OpenFOAM/site/3.0.x/platforms/linux64GccDPInt32Opt/lib
+LD_LIBRARY_PATH=/home/gladk/OpenFOAM/ThirdParty-3.0.x/platforms/linux64Gcc/gperftools-svn/lib:/home/gladk/OpenFOAM/OpenFOAM-3.0.x/platforms/linux64GccDPInt32Opt/lib/openmpi-system:/home/gladk/OpenFOAM/ThirdParty-3.0.x/platforms/linux64GccDPInt32Opt/lib/openmpi-system:/usr/lib/openmpi/lib:/home/gladk/OpenFOAM/gladk-3.0.x/platforms/linux64GccDPInt32Opt/lib:/home/gladk/OpenFOAM/site/3.0.x/platforms/linux64GccDPInt32Opt/lib:/home/gladk/OpenFOAM/OpenFOAM-3.0.x/platforms/linux64GccDPInt32Opt/l [...]
+LS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31 [...]
+MPI_BUFFER_SIZE=20000000
+WM_COMPILER_LIB_ARCH=64
+DEBEMAIL=gladk at debian.org
+FOAM_SRC=/home/gladk/OpenFOAM/OpenFOAM-3.0.x/src
+FOAM_SIGFPE=
+ParaView_DIR=/home/gladk/OpenFOAM/ThirdParty-3.0.x/platforms/linux64Gcc/ParaView-4.4.0
+WM_PROJECT_INST_DIR=/home/gladk/OpenFOAM
+FOAM_UTILITIES=/home/gladk/OpenFOAM/OpenFOAM-3.0.x/applications/utilities
+WM_CXX=g++
+WM_PROJECT_DIR=/home/gladk/OpenFOAM/OpenFOAM-3.0.x
+SSH_AUTH_SOCK=/tmp/ssh-QIxwmp0G1tyN/agent.3085
+SESSION_MANAGER=local/imfd7036:@/tmp/.ICE-unix/3085,unix/imfd7036:/tmp/.ICE-unix/3085
+USERNAME=gladk
+WM_LABEL_OPTION=Int32
+WM_PROJECT=OpenFOAM
+TMUX=/tmp/tmux-1000/default,3987,0
+GIO_LAUNCHED_DESKTOP_FILE=/usr/share/applications/terminator.desktop
+WM_LDFLAGS=-m64
+WM_COMPILER=Gcc
+WM_MPLIB=SYSTEMOPENMPI
+DESKTOP_SESSION=gnome
+PATH=/home/gladk/OpenFOAM/ThirdParty-3.0.x/platforms/linux64Gcc/gperftools-svn/bin:/home/gladk/OpenFOAM/gladk-3.0.x/platforms/linux64GccDPInt32Opt/bin:/home/gladk/OpenFOAM/site/3.0.x/platforms/linux64GccDPInt32Opt/bin:/home/gladk/OpenFOAM/OpenFOAM-3.0.x/platforms/linux64GccDPInt32Opt/bin:/home/gladk/OpenFOAM/OpenFOAM-3.0.x/bin:/home/gladk/OpenFOAM/OpenFOAM-3.0.x/wmake:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
+FOAM_USER_LIBBIN=/home/gladk/OpenFOAM/gladk-3.0.x/platforms/linux64GccDPInt32Opt/lib
+WM_CC=gcc
+PWD=/home/gladk/OpenFOAM/OpenFOAM-3.0.x
+XDG_SESSION_TYPE=x11
+FOAM_ETC=/home/gladk/OpenFOAM/OpenFOAM-3.0.x/etc
+LANG=en_US.UTF-8
+QUILT_PATCHES=debian/patches
+GDM_LANG=en_US.UTF-8
+FOAM_INST_DIR=/home/gladk/OpenFOAM
+TMUX_PANE=%46
+FOAM_MPI=openmpi-system
+FOAM_LIBBIN=/home/gladk/OpenFOAM/OpenFOAM-3.0.x/platforms/linux64GccDPInt32Opt/lib
+WM_COMPILE_OPTION=Opt
+GDMSESSION=gnome
+ParaView_VERSION=4.4.0
+WM_DIR=/home/gladk/OpenFOAM/OpenFOAM-3.0.x/wmake
+WM_LABEL_SIZE=32
+XDG_SEAT=seat0
+HOME=/home/gladk
+SHLVL=2
+ParaView_MAJOR=4.4
+GENICAM_ROOT=/home/gladk/Model/Experimente2015/1/bin/runtime
+GNOME_DESKTOP_SESSION_ID=this-is-deprecated
+FOAM_SETTINGS=
+GENICAM_LOG_CONFIG_V2_4=/home/gladk/Model/Experimente2015/1/bin/runtime/log/config-unix/DefaultLogging.properties
+LOGNAME=gladk
+XDG_SESSION_DESKTOP=gnome
+WM_PROJECT_USER_DIR=/home/gladk/OpenFOAM/gladk-3.0.x
+FOAM_RUN=/home/gladk/OpenFOAM/gladk-3.0.x/run
+DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-UVWefwyrFb,guid=4141d6bb77f07ec0a6518f6a5640a273
+GENICAM_GENTL64_PATH=:/home/gladk/Model/Experimente2015/1/bin/lib/x86_64
+XDG_DATA_DIRS=/usr/share/gnome:/usr/local/share/:/usr/share/
+WM_OPTIONS=linux64GccDPInt32Opt
+DEBFULLNAME=Anton Gladky
+WINDOWPATH=2
+XDG_RUNTIME_DIR=/run/user/1000
+DISPLAY=:1
+WM_PRECISION_OPTION=DP
+XDG_CURRENT_DESKTOP=GNOME
+WM_ARCH_OPTION=64
+FOAM_USER_APPBIN=/home/gladk/OpenFOAM/gladk-3.0.x/platforms/linux64GccDPInt32Opt/bin
+XAUTHORITY=/run/user/1000/gdm/Xauthority
+COLORTERM=gnome-terminal
+_=/usr/bin/printenv

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



More information about the debian-science-commits mailing list