Skip to content
GitLab
Projects
Groups
Snippets
/
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],[
echo " "
echo "***********************************************************************"
echo "* This is a the release candidate ELPA 2017.05.001.rc
1
*"
echo "* All functionality of the release ELPA 2017.05.001 is already
, but
*"
echo "*
we wait for the end of the merge window, and/or user comments
*"
echo "*
before the official release is published
*"
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
there.
*"
echo "*
This release candidate reflects, except for maybe smaller bug
*"
echo "*
corrections, the release of ELPA 2017.05.001
*"
echo "***********************************************************************"
echo " "
make -f $srcdir/generated_headers.am generated-headers top_srcdir="$srcdir"
elpa.spec
View file @
77659cbc
...
...
@@ -32,7 +32,7 @@
%endif
Name: elpa
Version: 2017.05.001.rc
1
Version: 2017.05.001.rc
2
Release: 1
Summary: A massively parallel eigenvector solver
License: LGPL-3.0
...
...
test_project/configure.ac
View file @
77659cbc
AC_PREREQ([2.69])
AC_INIT([elpa_test_project],[2017.05.001.rc
1
], elpa-library@rzg.mpg.de)
elpaversion="2017.05.001.rc
1
"
AC_INIT([elpa_test_project],[2017.05.001.rc
2
], elpa-library@rzg.mpg.de)
elpaversion="2017.05.001.rc
2
"
AC_CONFIG_SRCDIR([src/test_real.F90])
AM_INIT_AUTOMAKE([foreign -Wall subdir-objects])
...
...
test_project_2stage/configure.ac
View file @
77659cbc
AC_PREREQ([2.69])
AC_INIT([elpa2_test_project],[2017.05.001.rc
1
], elpa-library@rzg.mpg.de)
elpaversion="2017.05.001.rc
1
"
AC_INIT([elpa2_test_project],[2017.05.001.rc
2
], elpa-library@rzg.mpg.de)
elpaversion="2017.05.001.rc
2
"
AC_CONFIG_SRCDIR([src/test_real2.F90])
AM_INIT_AUTOMAKE([foreign -Wall subdir-objects])
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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