File tree Expand file tree Collapse file tree 4 files changed +13
-4
lines changed
Expand file tree Collapse file tree 4 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,15 @@ Change Log
44
55Notable project changes in various releases.
66
7+ 1.0.1
8+ =====
9+
10+ Fixed
11+ -----
12+
13+ * ScaLAPACK interfaces use only assumed-size arrays (no fixed size ones) to
14+ avoid linking problems with NAG compiled applications
15+
716
8171.0
918===
@@ -21,5 +30,5 @@ Changed
2130
2231* The Fypp-preprocessor is not shipped with ScalapackFx but is an external
2332 requirement.
24-
33+
2534* Name convention for processes (master -> lead, slave -> follow).
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ include(ScalapackFxUtils)
88
99include (${CMAKE_CURRENT_SOURCE_DIR} /config.cmake)
1010
11- project (ScalapackFx VERSION 1.0 LANGUAGES Fortran)
11+ project (ScalapackFx VERSION 1.0.1 LANGUAGES Fortran)
1212
1313setup_build_type()
1414
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ PROJECT_NAME = "ScaLAPACKFX"
3232# This could be handy for archiving the generated documentation or
3333# if some version control system is used.
3434
35- PROJECT_NUMBER = "1.0"
35+ PROJECT_NUMBER = "1.0.1 "
3636
3737# Using the PROJECT_BRIEF tag one can provide an optional one line description
3838# for a project that appears at the top of each page and should give viewer
Original file line number Diff line number Diff line change 4848version = '1.0'
4949
5050# The full version, including alpha/beta/rc tags.
51- release = '1.0'
51+ release = '1.0.1 '
5252
5353# The language for content autogenerated by Sphinx. Refer to documentation
5454# for a list of supported languages.
You can’t perform that action at this time.
0 commit comments