Skip to content

Commit 90a9481

Browse files
committed
Bump versions in Quickstart and system tests
- preCICE v3.2.0 -> v3.3.0 - Python bindings v3.2.0 -> v3.3.0 - OpenFOAM v2312 -> v2512 - URL: develop.openfoam.com -> gitlab.com/openfoam
1 parent b3de2af commit 90a9481

File tree

7 files changed

+20
-19
lines changed

7 files changed

+20
-19
lines changed

.github/workflows/system-tests-latest-components.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
CALCULIX_VERSION:2.20,\
137137
CALCULIX_ADAPTER_REF:${{ needs.gather-refs.outputs.ref-calculix-adapter }},\
138138
FENICS_ADAPTER_REF:${{ needs.gather-refs.outputs.ref-fenics-adapter }},\
139-
OPENFOAM_EXECUTABLE:openfoam2312,\
139+
OPENFOAM_EXECUTABLE:openfoam2512,\
140140
OPENFOAM_ADAPTER_REF:${{ needs.gather-refs.outputs.ref-openfoam-adapter }},\
141141
SU2_VERSION:7.5.1,\
142142
SU2_ADAPTER_REF:${{ needs.gather-refs.outputs.ref-su2-adapter }},\

.github/workflows/system-tests-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
CALCULIX_VERSION:2.20,\
125125
CALCULIX_ADAPTER_REF:${{ needs.gather-refs.outputs.ref-calculix-adapter }},\
126126
FENICS_ADAPTER_REF:${{ needs.gather-refs.outputs.ref-fenics-adapter }},\
127-
OPENFOAM_EXECUTABLE:openfoam2312,\
127+
OPENFOAM_EXECUTABLE:openfoam2512,\
128128
OPENFOAM_ADAPTER_REF:${{ needs.gather-refs.outputs.ref-openfoam-adapter }},\
129129
SU2_VERSION:7.5.1,\
130130
SU2_ADAPTER_REF:${{ needs.gather-refs.outputs.ref-su2-adapter }},\

partitioned-heat-conduction/solver-openfoam/.clang-format

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@ Language: Cpp
33
# BasedOnStyle: LLVM
44
#
55
# Proposed clang-format-11 style for OpenFOAM, trying to follow the OpenFOAM style guide:
6-
# https://develop.openfoam.com/Development/openfoam/-/wikis/coding/style/style
6+
# https://gitlab.com/openfoam/core/openfoam/-/wikis/coding/style/style
77
# Configuration developed for the OpenFOAM-preCICE adapter code:
88
# https://github.com/precice/openfoam-adapter
99
# Contribute to the discussion at the respective OpenFOAM issue:
10-
# https://develop.openfoam.com/Development/openfoam/-/issues/1634
10+
# https://develop.openfoam.com/Development/openfoam/-/issues/1634 (archived)
11+
# https://gitlab.com/openfoam/core/openfoam/-/issues/1634
1112
#
1213
# Keep `public:` at the first indentation level
1314
AccessModifierOffset: -4

quickstart/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ To get a feeling what preCICE does, watch a [short presentation](https://www.you
2121
1. Get and install preCICE. For Ubuntu 24.04 (Noble Numbat), this is pretty easy: [download](https://github.com/precice/precice/releases/latest) and install our binary package by clicking on it or using the following commands:
2222

2323
```bash
24-
wget https://github.com/precice/precice/releases/download/v3.2.0/libprecice3_3.2.0_noble.deb
25-
sudo apt install ./libprecice3_3.2.0_noble.deb
24+
wget https://github.com/precice/precice/releases/download/v3.3.0/libprecice3_3.3.0_noble.deb
25+
sudo apt install ./libprecice3_3.3.0_noble.deb
2626
```
2727

2828
| OS | Package |
2929
| --- | --- |
30-
| Ubuntu 22.04 Jammy Jellyfish | [`libprecice3_3.2.0_jammy.deb`](https://github.com/precice/precice/releases/download/v3.2.0/libprecice3_3.2.0_jammy.deb) |
31-
| Ubuntu 24.04 Noble Numbat | [`libprecice3_3.2.0_noble.deb`](https://github.com/precice/precice/releases/download/v3.2.0/libprecice3_3.2.0_noble.deb) |
32-
| Debian 12 "bookworm" | [`libprecice3_3.2.0_bookworm.deb`](https://github.com/precice/precice/releases/download/v3.2.0/libprecice3_3.2.0_bookworm.deb) |
30+
| Ubuntu 22.04 Jammy Jellyfish | [`libprecice3_3.3.0_jammy.deb`](https://github.com/precice/precice/releases/download/v3.3.0/libprecice3_3.3.0_jammy.deb) |
31+
| Ubuntu 24.04 Noble Numbat | [`libprecice3_3.3.0_noble.deb`](https://github.com/precice/precice/releases/download/v3.3.0/libprecice3_3.3.0_noble.deb) |
32+
| Debian 12 "bookworm" | [`libprecice3_3.3.0_bookworm.deb`](https://github.com/precice/precice/releases/download/v3.3.0/libprecice3_3.3.0_bookworm.deb) |
3333
| Something else | See an [overview of options](https://precice.org/installation-overview.html) |
3434

3535
Facing any problems? [Ask for help](https://precice.org/community-channels.html).
@@ -38,10 +38,10 @@ To get a feeling what preCICE does, watch a [short presentation](https://www.you
3838
```bash
3939
# Add the signing key, add the repository, update (check this):
4040
wget -q -O - https://dl.openfoam.com/add-debian-repo.sh | sudo bash
41-
# Install OpenFOAM v2412:
42-
sudo apt install openfoam2412-dev
41+
# Install OpenFOAM v2512:
42+
sudo apt install openfoam2512-dev
4343
# Enable OpenFOAM by default in your system and apply now:
44-
echo "source /usr/lib/openfoam/openfoam2412/etc/bashrc" >> ~/.bashrc
44+
echo "source /usr/lib/openfoam/openfoam2512/etc/bashrc" >> ~/.bashrc
4545
source ~/.bashrc
4646
```
4747

tools/tests/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ openfoam-adapter:
261261
default: "master"
262262
OPENFOAM_EXECUTABLE:
263263
description: exectuable of openfoam to use
264-
default: "openfoam2312"
264+
default: "openfoam2512"
265265
OPENFOAM_ADAPTER_REF:
266266
description: Reference/tag of the actual OpenFOAM adapter
267267
default: "master"

tools/tests/components.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ openfoam-adapter:
5353
default: "master"
5454
OPENFOAM_EXECUTABLE:
5555
description: exectuable of openfoam to use
56-
default: "openfoam2312"
56+
default: "openfoam2512"
5757
OPENFOAM_ADAPTER_REF:
5858
description: Reference/tag of the OpenFOAM adapter to use
5959
default: "master"
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
PRECICE_REF: "v3.2.0"
1+
PRECICE_REF: "v3.3.0"
22
PRECICE_PRESET: "production-audit"
3-
OPENFOAM_EXECUTABLE: "openfoam2312"
3+
OPENFOAM_EXECUTABLE: "openfoam2512"
44
OPENFOAM_ADAPTER_REF: "v1.3.1"
5-
PYTHON_BINDINGS_REF: "v3.2.0"
5+
PYTHON_BINDINGS_REF: "v3.3.0"
66
FENICS_ADAPTER_REF: "v2.2.0"
7-
TUTORIALS_REF: "80b5e41" # develop, April 12, 2025
7+
TUTORIALS_REF: "b3de2af" # develop, December 23, 2025
88
PLATFORM: "ubuntu_2404"
99
CALCULIX_VERSION: "2.20"
1010
CALCULIX_ADAPTER_REF: "v2.20.1"
1111
SU2_VERSION: "7.5.1"
1212
SU2_ADAPTER_REF: "64d4aff" # Distribution v2404
13-
DEALII_ADAPTER_REF: "02c5d18" # develop, April 12, 2025
13+
DEALII_ADAPTER_REF: "02c5d18" # develop, August 12, 2024

0 commit comments

Comments
 (0)