[skip-CI] Small configure updates. Should fix issue #632

This commit is contained in:
Paolo Giannozzi 2023-12-20 22:46:12 +01:00
parent d64cb51b86
commit 006b04efa1
4 changed files with 1387 additions and 2163 deletions

View File

@ -125,7 +125,7 @@ couple : pw cp
if test -d COUPLE ; then \
( cd COUPLE ; $(MAKE) TLDEPS= all || exit 1 ) ; fi
epw: phlibs
epw: phlibs w90
if test -d EPW ; then \
( cd EPW ; $(MAKE) all || exit 1; \
cd ../bin; ln -fs ../EPW/bin/epw.x . ); fi

3542
install/configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -1,4 +1,4 @@
# Copyright (C) 2001-2022 Quantum ESPRESSO group
# Copyright (C) 2001-2023 Quantum ESPRESSO group
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
@ -6,7 +6,7 @@
# of the License. See the file `License' in the root directory
# of the present distribution.
AC_INIT(ESPRESSO, 7.2, , espresso)
AC_INIT(ESPRESSO, 7.3, , espresso)
AC_PREREQ(2.64)
AC_CONFIG_MACRO_DIR([m4/])

View File

@ -201,6 +201,8 @@ ftn )
f90_flavor=ifort
elif $mpif90 -V 2>&1 | grep -q "^pgf" ; then
f90_flavor=pgf
elif $mpif90 -V 2>&1 | grep -q "^nvfortran" ; then
f90_flavor=nvfortran
elif $mpif90 -v 2>&1 | grep -q "gcc version" ; then
f90_flavor=gfortran
elif $mpif90 -V 2>&1 | grep -q "Cray Fortran" ; then