Skip to content
Snippets Groups Projects
Commit 32eedbee authored by Moritz Hanke's avatar Moritz Hanke
Browse files

new version info for v1.5.4

parent db7d9e56
No related branches found
No related tags found
No related merge requests found
Pipeline #2222 passed
AC_PREREQ([2.69])
AC_INIT([yac], [1.5.3], [hanke@dkrz.de], [],
AC_INIT([yac], [1.5.4], [hanke@dkrz.de], [],
[https://doc.redmine.dkrz.de/YAC/html/index.html])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([config])
......
......@@ -38,7 +38,7 @@ PROJECT_NAME = YetAnotherCoupler
# could be handy for archiving the generated documentation or if some version
# control system is used.
PROJECT_NUMBER = 1.5.3
PROJECT_NUMBER = 1.5.4
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
......
/**
* \page version_info Condensed release information
\section version_154 Version 1.5.4 (Dec 2019)
- Arguments '--with-regard-for-quality' and '--with-mpi-pack-external' are renamed to '--enable-mpi-checks' and '--enable-mpi-pack-external' respectively. Configure-time checks related to MPI_Pack_external are run only when the usage of MPI_Pack_external is enabled.
- Influential environment variables '*_C_INCLUDE' and '*_C_LIB' are renamed to '*_CFLAGS' and '*_CLIBS' respectively. When set, the values of the variables override the values set with '--with-*-root', '--with-*-include', and '-with-*-lib'.
- The default subdirectory to be searched for libxml2 header files is switched from '$with_xml2_root/include' to 'XML2_ROOT/include/libxml2'.
- Automatic update of LD_LIBRARY_PATH when running the test suite on Linux (no need to specify rpath flags at configure-time anymore).
- cfortran.h is not used anymore and removed from the repository. The name-mangling scheme required to enable Fortran backend for LAPACK is detected at configure-time.
- The configure script generates a public header file 'yac_config.h' (installed to $prefix/include), which can be used by user applications to check for features enabled in YAC. The file can be safely included by Fortran compilers as well.
- Silent mode for 'make' is enabled by default (can be overridden at the configure time with the option '--disable-silent-rules' or at the build time with the argument V=1, e.g. 'make V=1')
- The configure script does not try to guess which libraries are required to enable MPI: users are encouraged to use MPI compiler wrappers).
- Minor improvements for 'make clean' and 'make distclean' commands.
- MPI_LAUNCH variable can be now set without the absolute path prefix.
\section version_153 Version 1.5.3 (Nov 2019)
- bug fix in interpolation method spmap
......
......@@ -75,7 +75,7 @@
\ofoot{\pagemark}
\title{A Graphical User Interface for configuring YAC}
\subtitle{Version 1.5.3}
\subtitle{Version 1.5.4}
\author[1]{Rene Redler}
\author[2]{Moritz Hanke}
......@@ -85,7 +85,7 @@
\affil[2]{Deutsches Klimarechenzentrum, Hamburg}
\date{
\textsf{Nov 2019}
\textsf{Dec 2019}
\rule{\textwidth}{1pt}
}
......
......@@ -7,7 +7,7 @@ package de.mpg.mpimet.yacgui.utils;
*/
public class VersionInfo {
public static final String number = "1.5.3";
public static final String number = "1.5.4";
private VersionInfo() {}
......
static char * yac_version="v1.5.3";
static char * yac_version="v1.5.4";
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment