Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
elpa
elpa
Commits
77659cbc
Commit
77659cbc
authored
Jul 02, 2017
by
Andreas Marek
Browse files
Update version string to ELPA 2017.05.001.rc2
parent
bfc27015
Changes
4
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
77659cbc
...
@@ -1002,10 +1002,10 @@ m4_foreach_w([elpa_m4_kind],[real complex],[
...
@@ -1002,10 +1002,10 @@ m4_foreach_w([elpa_m4_kind],[real complex],[
echo " "
echo " "
echo "***********************************************************************"
echo "***********************************************************************"
echo "* This is a the release candidate ELPA 2017.05.001.rc
1
*"
echo "* This is a the release candidate ELPA 2017.05.001.rc
2
*"
echo "* All functionality of the release ELPA 2017.05.001 is already
, but
*"
echo "* All functionality of the release ELPA 2017.05.001 is already
there.
*"
echo "*
we wait for the end of the merge window, and/or user comments
*"
echo "*
This release candidate reflects, except for maybe smaller bug
*"
echo "*
before the official release is published
*"
echo "*
corrections, the release of ELPA 2017.05.001
*"
echo "***********************************************************************"
echo "***********************************************************************"
echo " "
echo " "
make -f $srcdir/generated_headers.am generated-headers top_srcdir="$srcdir"
make -f $srcdir/generated_headers.am generated-headers top_srcdir="$srcdir"
elpa.spec
View file @
77659cbc
...
@@ -32,7 +32,7 @@
...
@@ -32,7 +32,7 @@
%endif
%endif
Name: elpa
Name: elpa
Version: 2017.05.001.rc
1
Version: 2017.05.001.rc
2
Release: 1
Release: 1
Summary: A massively parallel eigenvector solver
Summary: A massively parallel eigenvector solver
License: LGPL-3.0
License: LGPL-3.0
...
...
test_project/configure.ac
View file @
77659cbc
AC_PREREQ([2.69])
AC_PREREQ([2.69])
AC_INIT([elpa_test_project],[2017.05.001.rc
1
], elpa-library@rzg.mpg.de)
AC_INIT([elpa_test_project],[2017.05.001.rc
2
], elpa-library@rzg.mpg.de)
elpaversion="2017.05.001.rc
1
"
elpaversion="2017.05.001.rc
2
"
AC_CONFIG_SRCDIR([src/test_real.F90])
AC_CONFIG_SRCDIR([src/test_real.F90])
AM_INIT_AUTOMAKE([foreign -Wall subdir-objects])
AM_INIT_AUTOMAKE([foreign -Wall subdir-objects])
...
...
test_project_2stage/configure.ac
View file @
77659cbc
AC_PREREQ([2.69])
AC_PREREQ([2.69])
AC_INIT([elpa2_test_project],[2017.05.001.rc
1
], elpa-library@rzg.mpg.de)
AC_INIT([elpa2_test_project],[2017.05.001.rc
2
], elpa-library@rzg.mpg.de)
elpaversion="2017.05.001.rc
1
"
elpaversion="2017.05.001.rc
2
"
AC_CONFIG_SRCDIR([src/test_real2.F90])
AC_CONFIG_SRCDIR([src/test_real2.F90])
AM_INIT_AUTOMAKE([foreign -Wall subdir-objects])
AM_INIT_AUTOMAKE([foreign -Wall subdir-objects])
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment