Skip to content

Commit 5972725

Browse files
committed
And also with QE-6.5
1 parent a0d60bb commit 5972725

3 files changed

Lines changed: 13 additions & 11 deletions

File tree

configure

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.69 for ce-tddft 6.4.1.
3+
# Generated by GNU Autoconf 2.69 for ce-tddft 6.5.
44
#
55
# Report bugs to <dceresoli@gmail.com>.
66
#
@@ -579,8 +579,8 @@ MAKEFLAGS=
579579
# Identity of this package.
580580
PACKAGE_NAME='ce-tddft'
581581
PACKAGE_TARNAME='ce-tddft'
582-
PACKAGE_VERSION='6.4.1'
583-
PACKAGE_STRING='ce-tddft 6.4.1'
582+
PACKAGE_VERSION='6.5'
583+
PACKAGE_STRING='ce-tddft 6.5'
584584
PACKAGE_BUGREPORT='dceresoli@gmail.com'
585585
PACKAGE_URL=''
586586

@@ -1185,7 +1185,7 @@ if test "$ac_init_help" = "long"; then
11851185
# Omit some internal or obsolete options to make the list less imposing.
11861186
# This message is too long to be a string in the A/UX 3.1 sh.
11871187
cat <<_ACEOF
1188-
\`configure' configures ce-tddft 6.4.1 to adapt to many kinds of systems.
1188+
\`configure' configures ce-tddft 6.5 to adapt to many kinds of systems.
11891189
11901190
Usage: $0 [OPTION]... [VAR=VALUE]...
11911191
@@ -1247,7 +1247,7 @@ fi
12471247

12481248
if test -n "$ac_init_help"; then
12491249
case $ac_init_help in
1250-
short | recursive ) echo "Configuration of ce-tddft 6.4.1:";;
1250+
short | recursive ) echo "Configuration of ce-tddft 6.5:";;
12511251
esac
12521252
cat <<\_ACEOF
12531253
@@ -1319,7 +1319,7 @@ fi
13191319
test -n "$ac_init_help" && exit $ac_status
13201320
if $ac_init_version; then
13211321
cat <<\_ACEOF
1322-
ce-tddft configure 6.4.1
1322+
ce-tddft configure 6.5
13231323
generated by GNU Autoconf 2.69
13241324
13251325
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1336,7 +1336,7 @@ cat >config.log <<_ACEOF
13361336
This file contains any messages produced by compilers while
13371337
running configure, to aid debugging if configure makes a mistake.
13381338
1339-
It was created by ce-tddft $as_me 6.4.1, which was
1339+
It was created by ce-tddft $as_me 6.5, which was
13401340
generated by GNU Autoconf 2.69. Invocation command line was
13411341
13421342
$ $0 $@
@@ -1763,6 +1763,7 @@ version=`grep version_number ${qe_source}/Modules/version.f90 | cut -d\' -f2`
17631763
$as_echo "$version" >&6; }
17641764
case $version in
17651765
6.4* ) ;;
1766+
6.5* ) ;;
17661767
*) as_fn_error $? "Cannot compile against this version of Quantum-Espresso" "$LINENO" 5 ;;
17671768
esac
17681769

@@ -2332,7 +2333,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
23322333
# report actual input values of CONFIG_FILES etc. instead of their
23332334
# values after options handling.
23342335
ac_log="
2335-
This file was extended by ce-tddft $as_me 6.4.1, which was
2336+
This file was extended by ce-tddft $as_me 6.5, which was
23362337
generated by GNU Autoconf 2.69. Invocation command line was
23372338
23382339
CONFIG_FILES = $CONFIG_FILES
@@ -2389,7 +2390,7 @@ _ACEOF
23892390
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
23902391
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
23912392
ac_cs_version="\\
2392-
ce-tddft config.status 6.4.1
2393+
ce-tddft config.status 6.5
23932394
configured by $0, generated by GNU Autoconf 2.69,
23942395
with options \\"\$ac_cs_config\\"
23952396

configure.ac

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Autoconf template for ce-tddft
2-
AC_INIT(ce-tddft, 6.4.1, dceresoli@gmail.com, ce-tddft)
2+
AC_INIT(ce-tddft, 6.5, dceresoli@gmail.com, ce-tddft)
33

44
# Option: Quantum-Espresso source directory (QE_SOURCE)
55
AC_ARG_WITH(qe-source,
@@ -29,6 +29,7 @@ version=`grep version_number ${qe_source}/Modules/version.f90 | cut -d\' -f2`
2929
AC_MSG_RESULT([$version])
3030
case $version in
3131
6.4* ) ;;
32+
6.5* ) ;;
3233
*) AC_MSG_ERROR([Cannot compile against this version of Quantum-Espresso]) ;;
3334
esac
3435

src/tddft_version.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ MODULE tddft_version
1515
!
1616
SAVE
1717
!
18-
CHARACTER (LEN=40) :: tddft_git_revision = "79423d8e78bf5638786d2c3c4333ca9904644d07"
18+
CHARACTER (LEN=40) :: tddft_git_revision = "a0d60bba051643e7d22e959207b54fb01ddfba82"
1919
!
2020
END MODULE tddft_version

0 commit comments

Comments
 (0)