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
6a8db1f1
Unverified
Commit
6a8db1f1
authored
Aug 31, 2017
by
Andreas Marek
Browse files
ELPA 2017.05.002 release
This release contains bugfixes for ELPA 2017.05.001
parent
e1e296ca
Changes
6
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
ISSUES.md
View file @
6a8db1f1
...
...
@@ -3,7 +3,7 @@
For more details and recent updates please visit the online [issue system] (https://gitlab.mpcdf.mpg.de/elpa/elpa/issues)
Issues which are not mentioned in a newer release are (considered as) solved
### ELPA 2017.05.00
1
release ###
### ELPA 2017.05.00
2
release ###
-
at the moment no issues are known
### ELPA 2017.05.001 release ###
...
...
configure.ac
View file @
6a8db1f1
...
...
@@ -27,7 +27,7 @@ AM_SILENT_RULES([yes])
# by the current interface, as they are ABI compatible (e.g. only new symbols
# were added by the new interface)
#
AC_SUBST([ELPA_SO_VERSION], [
9
:0:
1
])
AC_SUBST([ELPA_SO_VERSION], [
10
:0:
2
])
# API Version
AC_DEFINE([EARLIEST_API_VERSION], [20170403], [Earliest supported ELPA API version])
...
...
elpa.spec
View file @
6a8db1f1
...
...
@@ -32,7 +32,7 @@
%endif
Name: elpa
Version: 2017.05.00
1
Version: 2017.05.00
2
Release: 1
Summary: A massively parallel eigenvector solver
License: LGPL-3.0
...
...
test_project/configure.ac
View file @
6a8db1f1
AC_PREREQ([2.69])
AC_INIT([elpa_test_project],[2017.05.00
1
], elpa-library@rzg.mpg.de)
elpaversion="2017.05.00
1
"
AC_INIT([elpa_test_project],[2017.05.00
2
], elpa-library@rzg.mpg.de)
elpaversion="2017.05.00
2
"
AC_CONFIG_SRCDIR([src/test_real.F90])
AM_INIT_AUTOMAKE([foreign -Wall subdir-objects])
...
...
test_project_2stage_legacy_api/configure.ac
View file @
6a8db1f1
AC_PREREQ([2.69])
AC_INIT([elpa2_test_project],[2017.05.00
1
], elpa-library@rzg.mpg.de)
elpaversion="2017.05.00
1
"
AC_INIT([elpa2_test_project],[2017.05.00
2
], elpa-library@rzg.mpg.de)
elpaversion="2017.05.00
2
"
AC_CONFIG_SRCDIR([src/test_real2.F90])
AM_INIT_AUTOMAKE([foreign -Wall subdir-objects])
...
...
test_project_legacy_api/configure.ac
View file @
6a8db1f1
AC_PREREQ([2.69])
AC_INIT([elpa_test_project],[2017.05.00
1
], elpa-library@rzg.mpg.de)
elpaversion="2017.05.00
1
"
AC_INIT([elpa_test_project],[2017.05.00
2
], elpa-library@rzg.mpg.de)
elpaversion="2017.05.00
2
"
AC_CONFIG_SRCDIR([src/test_real.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