Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
elpa
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
11
Issues
11
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Environments
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
elpa
elpa
Commits
77659cbc
Commit
77659cbc
authored
Jul 02, 2017
by
Andreas Marek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update version string to ELPA 2017.05.001.rc2
parent
bfc27015
Changes
4
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
9 deletions
+9
-9
configure.ac
configure.ac
+4
-4
elpa.spec
elpa.spec
+1
-1
test_project/configure.ac
test_project/configure.ac
+2
-2
test_project_2stage/configure.ac
test_project_2stage/configure.ac
+2
-2
No files found.
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
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