Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ subprojects:
# Note that Jekyll cuts off trailing zeros: https://stackoverflow.com/questions/37862167/trailing-zeros-in-jekyll-liquid
precice_version: 3.3.0
calculix_version: "2.20"
calculix_adapter_version: "2.20.0"
calculix_adapter_version: "2.20.1"

# This url is so bugprone that we keep it centrally here
matrix_url: "https://matrix.to/#/#precice_lobby:gitter.im?web-instance[element.io]=app.gitter.im"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ There are two ways to get the adapter: (a) get a binary package (Ubuntu-only), o

You can download version-specific Ubuntu (Debian) packages from each [adapter release](https://github.com/precice/calculix-adapter/releases/latest). To install, open it in your software center.

Alternatively, download & install it from the command line. For Ubuntu 22.04 (jammy):
Alternatively, download & install it from the command line. For Ubuntu 24.04 (Noble Numbat):

```bash
wget https://github.com/precice/calculix-adapter/releases/download/v{{ site.calculix_adapter_version }}/calculix-precice2_{{ site.calculix_adapter_version }}-1_amd64_jammy.deb
sudo apt install ./calculix-precice2_{{ site.calculix_adapter_version }}-1_amd64_jammy.deb
wget https://github.com/precice/calculix-adapter/releases/download/v{{ site.calculix_adapter_version }}/calculix-precice3_{{ site.calculix_adapter_version }}-1_amd64_noble.deb
sudo apt install ./calculix-precice3_{{ site.calculix_adapter_version }}-1_amd64_noble.deb
```

This requires that also preCICE itself has been installed from a Debian package.

{% tip %}
Replace `jammy` with `focal` to get the package for Ubuntu 20.04.
Replace `noble` with `jammy` to get the package for Ubuntu 22.04 (Jammy Jellyfish).
{% endtip %}

{% note %}
Expand Down
4 changes: 2 additions & 2 deletions content/docs/installation/installation-packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Note, however that Ubuntu and Debian are absent from this list as official packa
You can download version-specific Ubuntu (Debian) packages from each [GitHub release](https://github.com/precice/precice/releases/latest).
To install, open it in your software center.

Alternatively, download & install it from the command line. For **Ubuntu 24.04 (noble)**:
Alternatively, download & install it from the command line. For **Ubuntu 24.04 (Noble Numbat)**:

```bash
wget https://github.com/precice/precice/releases/download/v{{ site.precice_version }}/libprecice3_{{ site.precice_version }}_noble.deb
Expand All @@ -28,7 +28,7 @@ sudo apt install ./libprecice3_{{ site.precice_version }}_noble.deb

We support the latest two Ubuntu LTS versions, as well as the latest normal Ubuntu release.
Check the [official release-cyle](https://ubuntu.com/about/release-cycle) for more information and the version code names.
As an example, change `noble` to `jammy` for 22.04.
As an example, change `noble` to `jammy` for 22.04 (Jammy Jellyfish).

Is a newer preCICE release out, and have we not yet updated the above links? Please edit this page.

Expand Down