Skip to content

Commit

Permalink
CE-TDDFT ported to QE-6.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dceresoli committed Dec 17, 2019
1 parent 79423d8 commit a0d60bb
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 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.69 for ce-tddft 6.3.
# Generated by GNU Autoconf 2.69 for ce-tddft 6.4.1.
#
# Report bugs to <[email protected]>.
#
Expand Down Expand Up @@ -579,8 +579,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='ce-tddft'
PACKAGE_TARNAME='ce-tddft'
PACKAGE_VERSION='6.3'
PACKAGE_STRING='ce-tddft 6.3'
PACKAGE_VERSION='6.4.1'
PACKAGE_STRING='ce-tddft 6.4.1'
PACKAGE_BUGREPORT='[email protected]'
PACKAGE_URL=''

Expand Down Expand Up @@ -1185,7 +1185,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 ce-tddft 6.3 to adapt to many kinds of systems.
\`configure' configures ce-tddft 6.4.1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1247,7 +1247,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of ce-tddft 6.3:";;
short | recursive ) echo "Configuration of ce-tddft 6.4.1:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1319,7 +1319,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
ce-tddft configure 6.3
ce-tddft configure 6.4.1
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
Expand All @@ -1336,7 +1336,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 ce-tddft $as_me 6.3, which was
It was created by ce-tddft $as_me 6.4.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
Expand Down Expand Up @@ -1762,7 +1762,7 @@ version=`grep version_number ${qe_source}/Modules/version.f90 | cut -d\' -f2`
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $version" >&5
$as_echo "$version" >&6; }
case $version in
6.3* ) ;;
6.4* ) ;;
*) as_fn_error $? "Cannot compile against this version of Quantum-Espresso" "$LINENO" 5 ;;
esac

Expand Down Expand Up @@ -2332,7 +2332,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 ce-tddft $as_me 6.3, which was
This file was extended by ce-tddft $as_me 6.4.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -2389,7 +2389,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
ce-tddft config.status 6.3
ce-tddft config.status 6.4.1
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Autoconf template for ce-tddft
AC_INIT(ce-tddft, 6.3, [email protected], ce-tddft)
AC_INIT(ce-tddft, 6.4.1, [email protected], ce-tddft)

# Option: Quantum-Espresso source directory (QE_SOURCE)
AC_ARG_WITH(qe-source,
Expand Down Expand Up @@ -28,7 +28,7 @@ AC_MSG_CHECKING([Quantum-Espresso version])
version=`grep version_number ${qe_source}/Modules/version.f90 | cut -d\' -f2`
AC_MSG_RESULT([$version])
case $version in
6.3* ) ;;
6.4* ) ;;
*) AC_MSG_ERROR([Cannot compile against this version of Quantum-Espresso]) ;;
esac

Expand Down
2 changes: 1 addition & 1 deletion src/tddft_version.f90
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ MODULE tddft_version
!
SAVE
!
CHARACTER (LEN=40) :: tddft_git_revision = "08e3b0a5236ce8d125913f4d2234a77c1105277d"
CHARACTER (LEN=40) :: tddft_git_revision = "79423d8e78bf5638786d2c3c4333ca9904644d07"
!
END MODULE tddft_version

0 comments on commit a0d60bb

Please sign in to comment.