Skip to content

Commit

Permalink
Version 5.2.0, Revision 23334, Hash 0ca8dc5
Browse files Browse the repository at this point in the history
MODIFIED *  config/m4/acx_report.m4 configure include/version/version.m4 lib/archive/package.list

Bugs:
- [configure] Fixed report

Changes:
- [configure] Updated reference ydiago tag (0.2.0)

Patch sent by:  Davide Sangalli <[email protected]>
  • Loading branch information
sangallidavide committed Aug 18, 2024
1 parent 0ca8dc5 commit 1cb670b
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 15 deletions.
1 change: 1 addition & 0 deletions config/m4/acx_report.m4
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ AC_SUBST(MPI_info)
#
ACX_STRIPE_SUBPATH($YDIAGO_LIBS,"LIB")
YDIAGO_LIBS_R=$STRIPE
AC_SUBST(YDIAGO_LIBS_R)
#
ACX_STRIPE_SUBPATH($IOTK_LIBS,"LIB")
IOTK_LIBS_R=$STRIPE
Expand Down
24 changes: 13 additions & 11 deletions configure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.71 for Yambo 5.2.0 r.23122 h.b585505b07.
# Generated by GNU Autoconf 2.71 for Yambo 5.2.0 r.23334 h.0ca8dc5695.
#
# Report bugs to <[email protected]>.
#
Expand Down Expand Up @@ -610,8 +610,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='Yambo'
PACKAGE_TARNAME='yambo'
PACKAGE_VERSION='5.2.0 r.23122 h.b585505b07'
PACKAGE_STRING='Yambo 5.2.0 r.23122 h.b585505b07'
PACKAGE_VERSION='5.2.0 r.23334 h.0ca8dc5695'
PACKAGE_STRING='Yambo 5.2.0 r.23334 h.0ca8dc5695'
PACKAGE_BUGREPORT='[email protected]'
PACKAGE_URL=''

Expand Down Expand Up @@ -685,6 +685,7 @@ YAML_INCS_R
YAML_LIBS_R
IOTK_INCS_R
IOTK_LIBS_R
YDIAGO_LIBS_R
MPI_info
MPI_check
LIBXC_check
Expand Down Expand Up @@ -1609,7 +1610,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures Yambo 5.2.0 r.23122 h.b585505b07 to adapt to many kinds of systems.
\`configure' configures Yambo 5.2.0 r.23334 h.0ca8dc5695 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1675,7 +1676,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of Yambo 5.2.0 r.23122 h.b585505b07:";;
short | recursive ) echo "Configuration of Yambo 5.2.0 r.23334 h.0ca8dc5695:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1888,7 +1889,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
Yambo configure 5.2.0 r.23122 h.b585505b07
Yambo configure 5.2.0 r.23334 h.0ca8dc5695
generated by GNU Autoconf 2.71
Copyright (C) 2021 Free Software Foundation, Inc.
Expand Down Expand Up @@ -2517,7 +2518,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by Yambo $as_me 5.2.0 r.23122 h.b585505b07, which was
It was created by Yambo $as_me 5.2.0 r.23334 h.0ca8dc5695, which was
generated by GNU Autoconf 2.71. Invocation command line was
$ $0$ac_configure_args_raw
Expand Down Expand Up @@ -3275,8 +3276,8 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
SVERSION="5"
SSUBVERSION="2"
SPATCHLEVEL="0"
SREVISION="23122"
SHASH="b585505b07"
SREVISION="23334"
SHASH="0ca8dc5695"



Expand Down Expand Up @@ -15761,6 +15762,7 @@ if [ -z "${1// }" ]; then
fi

YDIAGO_LIBS_R=$STRIPE

#

TMP1=`echo $IOTK_LIBS | sed 's/\//+/g'`
Expand Down Expand Up @@ -16662,7 +16664,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by Yambo $as_me 5.2.0 r.23122 h.b585505b07, which was
This file was extended by Yambo $as_me 5.2.0 r.23334 h.0ca8dc5695, which was
generated by GNU Autoconf 2.71. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -16726,7 +16728,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config='$ac_cs_config_escaped'
ac_cs_version="\\
Yambo config.status 5.2.0 r.23122 h.b585505b07
Yambo config.status 5.2.0 r.23334 h.0ca8dc5695
configured by $0, generated by GNU Autoconf 2.71,
with options \\"\$ac_cs_config\\"
Expand Down
6 changes: 3 additions & 3 deletions include/version/version.m4
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
AC_INIT(Yambo, 5.2.0 r.23122 h.b585505b07, [email protected])
AC_INIT(Yambo, 5.2.0 r.23334 h.0ca8dc5695, [email protected])
SVERSION="5"
SSUBVERSION="2"
SPATCHLEVEL="0"
SREVISION="23122"
SHASH="b585505b07"
SREVISION="23334"
SHASH="0ca8dc5695"
AC_SUBST(SVERSION)
AC_SUBST(SSUBVERSION)
AC_SUBST(SPATCHLEVEL)
Expand Down
2 changes: 1 addition & 1 deletion lib/archive/package.list
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ keep_hdf5=no
# package versions
#
version_Ydriver=1.4
version_Ydiago=0.1.0
version_Ydiago=0.2.0
version_iotk=y1.2.2
version_netcdf=4.9.0
version_netcdff=4.6.0
Expand Down

0 comments on commit 1cb670b

Please sign in to comment.