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
d2af24ae
Commit
d2af24ae
authored
Oct 12, 2016
by
Andreas Marek
Browse files
Prepare release: update library versioning number
parent
6ab08cf3
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
LIBRARY_INTERFACE
View file @
d2af24ae
...
...
@@ -44,3 +44,9 @@ https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
The state of release 2016.05.003 defines this interface
- 7
Compatible API change w.r.t. previous version: Interfaces for generic driver
routineshave been added. The old interfaces are still available
The state of release 2016.05.004 defines this interface
RELEASE_NOTES
View file @
d2af24ae
This file contains the release notes for the ELPA 2016.05.00
3
version
This file contains the release notes for the ELPA 2016.05.00
4
version
What is new?
-------------
For changes since release ELPA 2016.05.00
2
please have a look at the Changelog file
For changes since release ELPA 2016.05.00
3
please have a look at the Changelog file
a) ABI change
---------------------
Since release 2016.05.001 the ABI has not changed
Since release 2016.05.001 the ABI has not changed
. Only additional interfaces habe been added
Any incompatibilities to previous version?
...
...
configure.ac
View file @
d2af24ae
...
...
@@ -33,7 +33,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], [
6
:0:
2
])
AC_SUBST([ELPA_SO_VERSION], [
7
:0:
3
])
#
...
...
elpa.spec
View file @
d2af24ae
...
...
@@ -32,8 +32,8 @@
%endif
Name: elpa
Version: 2016.05.00
3
Release:
2
Version: 2016.05.00
4
Release:
1
Summary: A massively parallel eigenvector solver
License: LGPL-3.0
Group: System/Libraries
...
...
test_project/configure.ac
View file @
d2af24ae
AC_PREREQ([2.69])
AC_INIT([elpa_test_project],[2016.05.00
3
], elpa-library@rzg.mpg.de)
elpaversion="2016.05.00
3
"
AC_INIT([elpa_test_project],[2016.05.00
4
], elpa-library@rzg.mpg.de)
elpaversion="2016.05.00
4
"
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