Skip to content

Commit 3a0d457

Browse files
Version 5.2.4, Revision 22801, Hash 830bf17
MODIFIED * configure include/version/version.m4 lib/lapack/Makefile.loc lib/netcdf/Makefile.loc lib/netcdff/Makefile.loc Bugs: - few more changes / fixes imported from maintenance branch Patch sent by: Davide Sangalli <[email protected]>
1 parent 830bf17 commit 3a0d457

File tree

5 files changed

+23
-23
lines changed

5 files changed

+23
-23
lines changed

configure

Lines changed: 11 additions & 11 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.71 for Yambo 5.2.4 r.22805 h.6c4c47f463.
3+
# Generated by GNU Autoconf 2.71 for Yambo 5.2.4 r.22806 h.830bf17010.
44
#
55
# Report bugs to <[email protected]>.
66
#
@@ -610,8 +610,8 @@ MAKEFLAGS=
610610
# Identity of this package.
611611
PACKAGE_NAME='Yambo'
612612
PACKAGE_TARNAME='yambo'
613-
PACKAGE_VERSION='5.2.4 r.22805 h.6c4c47f463'
614-
PACKAGE_STRING='Yambo 5.2.4 r.22805 h.6c4c47f463'
613+
PACKAGE_VERSION='5.2.4 r.22806 h.830bf17010'
614+
PACKAGE_STRING='Yambo 5.2.4 r.22806 h.830bf17010'
615615
PACKAGE_BUGREPORT='[email protected]'
616616
PACKAGE_URL=''
617617

@@ -1600,7 +1600,7 @@ if test "$ac_init_help" = "long"; then
16001600
# Omit some internal or obsolete options to make the list less imposing.
16011601
# This message is too long to be a string in the A/UX 3.1 sh.
16021602
cat <<_ACEOF
1603-
\`configure' configures Yambo 5.2.4 r.22805 h.6c4c47f463 to adapt to many kinds of systems.
1603+
\`configure' configures Yambo 5.2.4 r.22806 h.830bf17010 to adapt to many kinds of systems.
16041604
16051605
Usage: $0 [OPTION]... [VAR=VALUE]...
16061606
@@ -1666,7 +1666,7 @@ fi
16661666

16671667
if test -n "$ac_init_help"; then
16681668
case $ac_init_help in
1669-
short | recursive ) echo "Configuration of Yambo 5.2.4 r.22805 h.6c4c47f463:";;
1669+
short | recursive ) echo "Configuration of Yambo 5.2.4 r.22806 h.830bf17010:";;
16701670
esac
16711671
cat <<\_ACEOF
16721672
@@ -1876,7 +1876,7 @@ fi
18761876
test -n "$ac_init_help" && exit $ac_status
18771877
if $ac_init_version; then
18781878
cat <<\_ACEOF
1879-
Yambo configure 5.2.4 r.22805 h.6c4c47f463
1879+
Yambo configure 5.2.4 r.22806 h.830bf17010
18801880
generated by GNU Autoconf 2.71
18811881
18821882
Copyright (C) 2021 Free Software Foundation, Inc.
@@ -2505,7 +2505,7 @@ cat >config.log <<_ACEOF
25052505
This file contains any messages produced by compilers while
25062506
running configure, to aid debugging if configure makes a mistake.
25072507
2508-
It was created by Yambo $as_me 5.2.4 r.22805 h.6c4c47f463, which was
2508+
It was created by Yambo $as_me 5.2.4 r.22806 h.830bf17010, which was
25092509
generated by GNU Autoconf 2.71. Invocation command line was
25102510
25112511
$ $0$ac_configure_args_raw
@@ -3263,8 +3263,8 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
32633263
SVERSION="5"
32643264
SSUBVERSION="2"
32653265
SPATCHLEVEL="4"
3266-
SREVISION="22805"
3267-
SHASH="6c4c47f463"
3266+
SREVISION="22806"
3267+
SHASH="830bf17010"
32683268

32693269

32703270

@@ -16578,7 +16578,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1657816578
# report actual input values of CONFIG_FILES etc. instead of their
1657916579
# values after options handling.
1658016580
ac_log="
16581-
This file was extended by Yambo $as_me 5.2.4 r.22805 h.6c4c47f463, which was
16581+
This file was extended by Yambo $as_me 5.2.4 r.22806 h.830bf17010, which was
1658216582
generated by GNU Autoconf 2.71. Invocation command line was
1658316583
1658416584
CONFIG_FILES = $CONFIG_FILES
@@ -16642,7 +16642,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
1664216642
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1664316643
ac_cs_config='$ac_cs_config_escaped'
1664416644
ac_cs_version="\\
16645-
Yambo config.status 5.2.4 r.22805 h.6c4c47f463
16645+
Yambo config.status 5.2.4 r.22806 h.830bf17010
1664616646
configured by $0, generated by GNU Autoconf 2.71,
1664716647
with options \\"\$ac_cs_config\\"
1664816648

include/version/version.m4

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
AC_INIT(Yambo, 5.2.4 r.22805 h.6c4c47f463, [email protected])
1+
AC_INIT(Yambo, 5.2.4 r.22806 h.830bf17010, [email protected])
22
SVERSION="5"
33
SSUBVERSION="2"
44
SPATCHLEVEL="4"
5-
SREVISION="22805"
6-
SHASH="6c4c47f463"
5+
SREVISION="22806"
6+
SHASH="830bf17010"
77
AC_SUBST(SVERSION)
88
AC_SUBST(SSUBVERSION)
99
AC_SUBST(SPATCHLEVEL)

lib/lapack/Makefile.loc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ PACKAGE=$(pkgname_lapack)
1515
include ../config/external_libs_commons.mk
1616
include ../config/external_libs_defs.mk
1717
#
18-
#CONFFLAGS=-DCMAKE_INSTALL_LIBDIR=$(LIBPATH)/lib
19-
#
2018
all: $(LIBRARY)
2119
#
2220
uncompress:
@@ -27,9 +25,9 @@ configure: uncompress
2725
echo "\t[$(PACKAGE)] configuration"; \
2826
cd $(PACKAGE); \
2927
mkdir build_static ; cd build_static ; \
30-
( cmake -DCMAKE_INSTALL_LIBDIR=$(LIBPATH)/lib -DBUILD_SHARED_LIBS=OFF .. ) >> ${compdir}/log/config_$(PACKAGE).log 2>&1 ; \
28+
( cmake -DCMAKE_C_COMPILER=$(cc) -DCMAKE_Fortran_COMPILER=$(fc) -DCMAKE_INSTALL_PREFIX=$(LIBPATH) -DBUILD_SHARED_LIBS=OFF .. ) >> ${compdir}/log/config_$(PACKAGE).log 2>&1 ; \
3129
cd .. ; mkdir build_shared ; cd build_shared ; \
32-
( cmake -DCMAKE_INSTALL_LIBDIR=$(LIBPATH)/lib -DBUILD_SHARED_LIBS=ON .. ) >> ${compdir}/log/config_$(PACKAGE).log 2>&1 ; \
30+
( cmake -DCMAKE_C_COMPILER=$(cc) -DCMAKE_Fortran_COMPILER=$(fc) -DCMAKE_INSTALL_PREFIX=$(LIBPATH) -DBUILD_SHARED_LIBS=ON .. ) >> ${compdir}/log/config_$(PACKAGE).log 2>&1 ; \
3331
cd .. ; \
3432
touch ../configured.stamp ; \
3533
fi
@@ -40,6 +38,7 @@ compile: uncompress configure
4038
cd $(PACKAGE); \
4139
cd build_static ; ( cmake --build . ) >> ${compdir}/log/compile_$(PACKAGE).log 2>&1 ; cd .. ; \
4240
cd build_shared ; ( cmake --build . ) >> ${compdir}/log/compile_$(PACKAGE).log 2>&1 ; cd .. ; \
41+
cd ..; \
4342
touch compiled.stamp; \
4443
fi
4544

@@ -49,7 +48,8 @@ install: uncompress configure compile
4948
cd $(PACKAGE); \
5049
cd build_static ; ( cmake --build . --target install ) >> ${compdir}/log/install_$(PACKAGE).log 2>&1 ; cd .. ; \
5150
cd build_shared ; ( cmake --build . --target install ) >> ${compdir}/log/install_$(PACKAGE).log 2>&1 ; cd .. ; \
52-
touch ../installed.stamp; \
51+
cd ..; \
52+
touch installed.stamp; \
5353
fi
5454

5555
$(LIBRARY): uncompress configure compile install

lib/netcdf/Makefile.loc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ CONFFLAGS=--prefix=$(LIBPATH) --libdir=$(LIBPATH)/lib \
2424
CPP="$(cpp)" \
2525
CFLAGS="$(cflags)" \
2626
FC="$(fc)" \
27-
CPPFLAGS="$(netcdf_flag) $(ihdf5) $(ipnetcdf)" \
28-
LIBS="$(lpnetcdf) $(lhdf5)" \
27+
CPPFLAGS="$(netcdf_flag) $(ihdf5)" \
28+
LIBS="$(lhdf5)" \
2929
F77="$(f77)"
3030
# DEBUG <
3131
# This option is useful for debugging netcdf4 problems

lib/netcdff/Makefile.loc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ CONFFLAGS=--prefix=$(LIBPATH) --libdir=$(LIBPATH)/lib \
2424
CFLAGS="$(cflags)" \
2525
CPP="$(cpp)" \
2626
FC="$(fc)" \
27-
CPPFLAGS="$(netcdf_flag) $(ihdf5) $(ipnetcdf) $(inetcdf)" \
28-
LIBS="$(lnetcdf) $(lpnetcdf) $(lhdf5)" \
27+
CPPFLAGS="$(netcdf_flag) $(ihdf5) $(inetcdf)" \
28+
LIBS="$(lnetcdf) $(lhdf5)" \
2929
F77="$(f77)"
3030
# DEBUG <
3131
# This option is useful for debugging netcdf4 problems

0 commit comments

Comments
 (0)