getfem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Getfem-commits] r5362 - in /trunk/getfem: ./ contrib/test_plasticity/ d


From: Yves . Renard
Subject: [Getfem-commits] r5362 - in /trunk/getfem: ./ contrib/test_plasticity/ doc/doxygen/ doc/sphinx/source/ doc/sphinx/source/.templates/ doc/sphi...
Date: Thu, 18 Aug 2016 08:29:52 -0000

Author: renard
Date: Thu Aug 18 10:29:51 2016
New Revision: 5362

URL: http://svn.gna.org/viewcvs/getfem?rev=5362&view=rev
Log:
Last small modifications for 5.1 version

Modified:
    trunk/getfem/configure.ac
    trunk/getfem/contrib/test_plasticity/Makefile.am
    trunk/getfem/doc/doxygen/Doxyfile
    trunk/getfem/doc/sphinx/source/.templates/download.html
    trunk/getfem/doc/sphinx/source/replaces.txt
    trunk/getfem/doc/sphinx/source/userdoc/install.rst
    trunk/getfem/doc/sphinx/source/whatsnew/5.1.rst
    trunk/getfem/extract_gmm++
    trunk/getfem/interface/src/python/Makefile.am

Modified: trunk/getfem/configure.ac
URL: 
http://svn.gna.org/viewcvs/getfem/trunk/getfem/configure.ac?rev=5362&r1=5361&r2=5362&view=diff
==============================================================================
--- trunk/getfem/configure.ac   (original)
+++ trunk/getfem/configure.ac   Thu Aug 18 10:29:51 2016
@@ -8,9 +8,9 @@
 define([AC_CACHE_LOAD], )dnl
 define([AC_CACHE_SAVE], )dnl
 
-AC_INIT(getfem, 5.0)
+AC_INIT(getfem, 5.1)
 MAJOR_VERSION="5"
-MINOR_VERSION="0"
+MINOR_VERSION="1"
 PATCH_VERSION=""
 
 AC_CONFIG_SRCDIR([install-sh])

Modified: trunk/getfem/contrib/test_plasticity/Makefile.am
URL: 
http://svn.gna.org/viewcvs/getfem/trunk/getfem/contrib/test_plasticity/Makefile.am?rev=5362&r1=5361&r2=5362&view=diff
==============================================================================
--- trunk/getfem/contrib/test_plasticity/Makefile.am    (original)
+++ trunk/getfem/contrib/test_plasticity/Makefile.am    Thu Aug 18 10:29:51 2016
@@ -9,7 +9,8 @@
        export PYTHONPATH=$(top_builddir)/interface/src/python; \
        export LD_LIBRARY_PATH=$(LD_LIBRARY_PATH):$(top_builddir)/src/.libs;
 EXTRA_DIST = \
-       test_small_strain_plasticity.py
+       test_plasticity.py \
+       test_small_strain_plasticity.py
 
 LOG_COMPILER = python
 endif

Modified: trunk/getfem/doc/doxygen/Doxyfile
URL: 
http://svn.gna.org/viewcvs/getfem/trunk/getfem/doc/doxygen/Doxyfile?rev=5362&r1=5361&r2=5362&view=diff
==============================================================================
--- trunk/getfem/doc/doxygen/Doxyfile   (original)
+++ trunk/getfem/doc/doxygen/Doxyfile   Thu Aug 18 10:29:51 2016
@@ -31,7 +31,7 @@
 # This could be handy for archiving the generated documentation or 
 # if some version control system is used.
 
-PROJECT_NUMBER         = 5.0
+PROJECT_NUMBER         = 5.1
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 
 # base path where the generated documentation will be put. 

Modified: trunk/getfem/doc/sphinx/source/.templates/download.html
URL: 
http://svn.gna.org/viewcvs/getfem/trunk/getfem/doc/sphinx/source/.templates/download.html?rev=5362&r1=5361&r2=5362&view=diff
==============================================================================
--- trunk/getfem/doc/sphinx/source/.templates/download.html     (original)
+++ trunk/getfem/doc/sphinx/source/.templates/download.html     Thu Aug 18 
10:29:51 2016
@@ -20,11 +20,11 @@
   <tr><th>Format</th><th>Packed as .tar.gz</th></tr>
   <tr>
     <td>{{ project }} stable </td>
-    <td><a 
href="http://download.gna.org/getfem/stable/getfem-5.0.tar.gz";>getfem-5.0.tar.gz</a></td>
+    <td><a 
href="http://download.gna.org/getfem/stable/getfem-5.1.tar.gz";>getfem-5.1.tar.gz</a></td>
   </tr>
   <tr>
     <td>Gmm++ standalone</td>
-    <td><a 
href="http://download.gna.org/getfem/stable/gmm-5.0.tar.gz";>gmm-5.0.tar.gz</a></td>
+    <td><a 
href="http://download.gna.org/getfem/stable/gmm-5.1.tar.gz";>gmm-5.1.tar.gz</a></td>
   </tr>
 </table>
 

Modified: trunk/getfem/doc/sphinx/source/replaces.txt
URL: 
http://svn.gna.org/viewcvs/getfem/trunk/getfem/doc/sphinx/source/replaces.txt?rev=5362&r1=5361&r2=5362&view=diff
==============================================================================
--- trunk/getfem/doc/sphinx/source/replaces.txt (original)
+++ trunk/getfem/doc/sphinx/source/replaces.txt Thu Aug 18 10:29:51 2016
@@ -17,8 +17,8 @@
 .. |sLU| replace:: *SuperLU*
 .. |mumps| replace:: *MUMPS*
 .. |sphinx| replace:: *Sphinx*
-.. |version| replace:: 5.0
-.. |licyears| replace:: 2004-2015
+.. |version| replace:: 5.1
+.. |licyears| replace:: 2004-2016
 .. |gfi| replace:: *getfem-interface*
 .. |m| replace:: `mesh`
 .. |mls| replace:: `mesh_level_set`

Modified: trunk/getfem/doc/sphinx/source/userdoc/install.rst
URL: 
http://svn.gna.org/viewcvs/getfem/trunk/getfem/doc/sphinx/source/userdoc/install.rst?rev=5362&r1=5361&r2=5362&view=diff
==============================================================================
--- trunk/getfem/doc/sphinx/source/userdoc/install.rst  (original)
+++ trunk/getfem/doc/sphinx/source/userdoc/install.rst  Thu Aug 18 10:29:51 2016
@@ -43,7 +43,7 @@
 release) or via anonymous svn access (unstable releases).
 
 The latest stable release of |gf| is getfem-|version|.tar.gz you can download 
`here
-<http://download.gna.org/getfem/stable/getfem-5.0.tar.gz>`_.
+<http://download.gna.org/getfem/stable/getfem-5.1.tar.gz>`_.
 
  * download package:
 

Modified: trunk/getfem/doc/sphinx/source/whatsnew/5.1.rst
URL: 
http://svn.gna.org/viewcvs/getfem/trunk/getfem/doc/sphinx/source/whatsnew/5.1.rst?rev=5362&r1=5361&r2=5362&view=diff
==============================================================================
--- trunk/getfem/doc/sphinx/source/whatsnew/5.1.rst     (original)
+++ trunk/getfem/doc/sphinx/source/whatsnew/5.1.rst     Thu Aug 18 10:29:51 2016
@@ -4,9 +4,9 @@
   What's New in |gf| 5.1
 ************************
 
-This release consists mainly in continue to improve the high-level generic 
assembly langage, continue the brick adaptation and development. Some small 
incompatibilites are due to the replacement of simple pointers by smart 
pointers ones.
+This release consists mainly in continuing to improve the high-level generic 
assembly langage and continuing the brick adaptation and development. Some 
small incompatibilites are due to the replacement of simple pointers by smart 
pointers ones.
 
-Released version, 2016/07/28.
+Released version, 2016/08/18.
 
 The main changes are:
 

Modified: trunk/getfem/extract_gmm++
URL: 
http://svn.gna.org/viewcvs/getfem/trunk/getfem/extract_gmm%2B%2B?rev=5362&r1=5361&r2=5362&view=diff
==============================================================================
--- trunk/getfem/extract_gmm++  (original)
+++ trunk/getfem/extract_gmm++  Thu Aug 18 10:29:51 2016
@@ -5,7 +5,7 @@
 
 $getfem_root = ".";
 $MAJOR_VERSION = "5";
-$MINOR_VERSION = "0";
+$MINOR_VERSION = "1";
 # $DATE_VERSION = -`date +%Y%m%d`;
 # $DATE_VERSION = ".0";
 

Modified: trunk/getfem/interface/src/python/Makefile.am
URL: 
http://svn.gna.org/viewcvs/getfem/trunk/getfem/interface/src/python/Makefile.am?rev=5362&r1=5361&r2=5362&view=diff
==============================================================================
--- trunk/getfem/interface/src/python/Makefile.am       (original)
+++ trunk/getfem/interface/src/python/Makefile.am       Thu Aug 18 10:29:51 2016
@@ -12,7 +12,7 @@
 
 # $(warning PSEUDO_FUNCTIONS= $(PSEUDO_FUNCTIONS))
 
-CLEANFILES = getfem.py _getfem.so *.o getfem_python_c.o getfem_python_c.c
+CLEANFILES = getfem.py _getfem.so *.o getfem_python_c.o getfem_python_c.c 
getfem.pyc
 
 if BUILDPYTHONPAR
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]