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
d2af24ae
Commit
d2af24ae
authored
Oct 12, 2016
by
Andreas Marek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Prepare release: update library versioning number
parent
6ab08cf3
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
14 additions
and
8 deletions
+14
-8
LIBRARY_INTERFACE
LIBRARY_INTERFACE
+6
-0
RELEASE_NOTES
RELEASE_NOTES
+3
-3
configure.ac
configure.ac
+1
-1
elpa.spec
elpa.spec
+2
-2
test_project/configure.ac
test_project/configure.ac
+2
-2
No files found.
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
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