getfem-commits
[Top][All Lists]
Advanced

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

[Getfem-commits] [getfem-commits] branch master updated: towards release


From: Yves Renard
Subject: [Getfem-commits] [getfem-commits] branch master updated: towards release 5.4.2
Date: Fri, 08 Jul 2022 03:34:18 -0400

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

renard pushed a commit to branch master
in repository getfem.

The following commit(s) were added to refs/heads/master by this push:
     new 3ca72e10 towards release 5.4.2
3ca72e10 is described below

commit 3ca72e10639446d9e8ba7d80b118b9af3a851ae0
Author: Renard Yves <yves.renard@insa-lyon.fr>
AuthorDate: Fri Jul 8 09:34:06 2022 +0200

    towards release 5.4.2
---
 configure.ac                                   | 2 +-
 doc/sphinx/source/.templates/download.html     | 6 +++---
 doc/sphinx/source/.templates/indexcontent.html | 2 +-
 doc/sphinx/source/whatsnew/5.4.2.rst           | 2 +-
 extract_gmm++                                  | 7 ++++++-
 5 files changed, 12 insertions(+), 7 deletions(-)

diff --git a/configure.ac b/configure.ac
index ca3f9c4d..84d685bd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1132,7 +1132,7 @@ BUILDDATE=`date +%D,%H:%M:%S`
 AC_SUBST(BUILDDATE)
 CONFIGURE_ARGS=$ac_configure_args
 AC_SUBST(CONFIGURE_ARGS)
-LIBTOOL_VERSION_INFO="-version-info ${MAJOR_VERSION}:${MINOR_VERSION}:0"
+LIBTOOL_VERSION_INFO="-version-info 
${MAJOR_VERSION}:${MINOR_VERSION}:${PATCH_VERSION}"
 AC_SUBST(LIBTOOL_VERSION_INFO)
 
 dnl AC_CHECK_PROGS(RANLIB, ranlib)
diff --git a/doc/sphinx/source/.templates/download.html 
b/doc/sphinx/source/.templates/download.html
index 08fd575c..24f6fd1b 100644
--- a/doc/sphinx/source/.templates/download.html
+++ b/doc/sphinx/source/.templates/download.html
@@ -20,11 +20,11 @@ Public License, either version 3 of the license or any 
later version along with
   <tr><th>{%trans%}Format{%endtrans%}</th><th>{%trans%}Packed as 
.tar.gz{%endtrans%}</th></tr>
   <tr>
     <td>{%trans%}{{ project }} stable {%endtrans%}</td>
-    <td><a 
href="http://download-mirror.savannah.gnu.org/releases/getfem/stable/getfem-5.4.1.tar.gz";>getfem-5.4.1.tar.gz</a></td>
+    <td><a 
href="http://download-mirror.savannah.gnu.org/releases/getfem/stable/getfem-5.4.1.tar.gz";>getfem-5.4.2.tar.gz</a></td>
   </tr>
   <tr>
     <td>{%trans%}Gmm++ standalone{%endtrans%}</td>
-    <td><a 
href="http://download-mirror.savannah.gnu.org/releases/getfem/stable/gmm-5.4.tar.gz";>gmm-5.4.tar.gz</a></td>
+    <td><a 
href="http://download-mirror.savannah.gnu.org/releases/getfem/stable/gmm-5.4.tar.gz";>gmm-5.4.2.tar.gz</a></td>
   </tr>
 </table>
 
@@ -33,7 +33,7 @@ Public License, either version 3 of the license or any later 
version along with
 <p>{%trans%}Building a portable C++ library is not an easy task. We try to 
build it with many combinations of OS and compilers. The last stable version 
has been tested on the following configurations:{%endtrans%}<p>
 
 <ul>
-  <li>{%trans%}Linux with g++ (versions 7.1 to 9.0) {%endtrans%}</li>
+  <li>{%trans%}Linux with g++ (versions 7.1 to 9.4.0) {%endtrans%}</li>
   <li>{%trans%}MacOS X (with the Python, Octave and Matlab 
interfaces){%endtrans%}</li>
   <li>{%trans%}Windows with <a href="http://www.mingw.org";>MinGW</a> and
   <a href="http://www.mingw.org/wiki/msys";>MSys</a>
diff --git a/doc/sphinx/source/.templates/indexcontent.html 
b/doc/sphinx/source/.templates/indexcontent.html
index aab49473..6f7c9124 100644
--- a/doc/sphinx/source/.templates/indexcontent.html
+++ b/doc/sphinx/source/.templates/indexcontent.html
@@ -8,7 +8,7 @@
 <div style="text-align:center;"><img src="{{ pathto('_static/logogetfem.png', 
1) }}" alt="the GetFEM logo"><br/> {%trans%}An open-source finite element 
library {%endtrans%}</div>
 <br/><br/>
 
-<p>{%trans%}<strong>NEW</strong> (April 2020): Version 5.4 has been 
released.{%endtrans%}<br/></p>
+<p>{%trans%}<strong>NEW</strong> (July 2022): Version 5.4.2 has been 
released.{%endtrans%}<br/></p>
 
 <p>{%trans%}Thank you for citing <a class="biglink" 
href="https://hal.archives-ouvertes.fr/hal-02532422/document";> [GetFEM2020]</a> 
in scientific works that use GetFEM.{%endtrans%}<br/></p>
 
diff --git a/doc/sphinx/source/whatsnew/5.4.2.rst 
b/doc/sphinx/source/whatsnew/5.4.2.rst
index 8874cb11..3b53c624 100644
--- a/doc/sphinx/source/whatsnew/5.4.2.rst
+++ b/doc/sphinx/source/whatsnew/5.4.2.rst
@@ -6,7 +6,7 @@
 
 |gf| 5.4.2 is a patch version.
 
-Released version, 2022/07/01.
+Released version, 2022/07/08.
 
 The main changes are:
 
diff --git a/extract_gmm++ b/extract_gmm++
index 3def475b..399e270f 100755
--- a/extract_gmm++
+++ b/extract_gmm++
@@ -22,6 +22,7 @@ eval 'exec perl -S $0 "$@"'
 $getfem_root = ".";
 $MAJOR_VERSION = "5";
 $MINOR_VERSION = "4";
+$PATCH_VERSION = "2";
 # $DATE_VERSION = -`date +%Y%m%d`;
 # $DATE_VERSION = ".0";
 
@@ -136,7 +137,7 @@ dnl ./configure: sh internal 2K buffer overflow on HP-UX 
9.xx
 dnl thus, updating cache ./config.cache avoided.
 define([AC_CACHE_LOAD], )dnl
 define([AC_CACHE_SAVE], )dnl\n
-AC_INIT(gmm, $MAJOR_VERSION.$MINOR_VERSION)
+AC_INIT(gmm, $MAJOR_VERSION.$MINOR_VERSION.$PATCH_VERSION)
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_HEADERS(config.h)
 AX_PREFIX_CONFIG_H(src/gmm/gmm_arch_config.h,GMM)
@@ -145,6 +146,10 @@ AC_ARG_PROGRAM\n
 PACKAGE="gmm"
 MAJOR_VERSION="$MAJOR_VERSION"
 MINOR_VERSION="$MINOR_VERSION"
+PATCH_VERSION="$PATCH_VERSION"
+AC_DEFINE_UNQUOTED([MAJOR_VERSION],$MAJOR_VERSION,[Major version number])
+AC_DEFINE_UNQUOTED([MINOR_VERSION],$MINOR_VERSION,[Minor version number])
+AC_DEFINE_UNQUOTED([PATCH_VERSION],$PATCH_VERSION,[Patch version number])
 dnl VERSION=\$MAJOR_VERSION.\$MINOR_VERSION$DATE_VERSION
 VERSION=\$MAJOR_VERSION.\$MINOR_VERSION
 echo "configuring \$PACKAGE \$VERSION..."\n



reply via email to

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