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
14
Issues
14
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
6a8db1f1
Unverified
Commit
6a8db1f1
authored
Aug 31, 2017
by
Andreas Marek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ELPA 2017.05.002 release
This release contains bugfixes for ELPA 2017.05.001
parent
e1e296ca
Changes
6
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
9 additions
and
9 deletions
+9
-9
ISSUES.md
ISSUES.md
+1
-1
configure.ac
configure.ac
+1
-1
elpa.spec
elpa.spec
+1
-1
test_project/configure.ac
test_project/configure.ac
+2
-2
test_project_2stage_legacy_api/configure.ac
test_project_2stage_legacy_api/configure.ac
+2
-2
test_project_legacy_api/configure.ac
test_project_legacy_api/configure.ac
+2
-2
No files found.
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
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