Skip to content

Commit 0d26564

Browse files
committed
Update libsc to v2.8.6 and soversion to 3:0:0
1 parent a469142 commit 0d26564

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@ jobs:
138138
run: |
139139
cd sc
140140
git fetch --tags
141-
# git checkout v2.8.5
142-
git checkout -b test-branch 6ea37fc09367d99382e7250798771ad3b63442e5
141+
git checkout v2.8.6
142+
# git checkout -b test-branch 2c1496904c485d4ca6f844c396b32f608b72438c
143143
144144
- name: Run bootstrap script
145145
run: ./bootstrap

config/p4est_soversion.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
# This file is included by src/Makefile.am and parsed by cmake/config.cmake.
66

7-
P4EST_SOVERSION = 2:0:0
7+
P4EST_SOVERSION = 3:0:0

doc/release_notes.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99
the next release version. Please also note if there have been A*I
1010
extensions, in which case we'll bump the libtool minor version.
1111

12-
## 2.9
13-
14-
This release will be considered stable and long-time supported.
15-
1612
## 2.8.6
1713

18-
This is the upcoming release with lots of small additions throughout.
14+
There have been breaking changes, very strictly speaking.
1915

2016
### Build system
2117

18+
- Bump libsc under subdirectory sc/ to v2.8.6.
19+
- Bump libtool library version of p4est and libsc to 3:0:0.
20+
- Enhance CMake build script in accordance with changes under sc/.
21+
2222
### Documentation
2323

2424
- Create a page of examples for users to get familiar with the software.

sc

0 commit comments

Comments
 (0)