From 44f37b7be0145cc398b5f64a96d3e15d0e155874 Mon Sep 17 00:00:00 2001 From: Syed Mustafa Ahmad Date: Wed, 16 Oct 2024 11:38:55 +0200 Subject: [PATCH 1/5] Added Ubuntu 24.04 as an available option in the Installation Ubuntu 24.04 .deb file link was missing in the Installation guide but it was present in the releases pages so I've added the newer release 3_3.1.2 for all other versions as well as for Ubuntu 24.04 --- quickstart/README.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/quickstart/README.md b/quickstart/README.md index 9809f9759..a665d313e 100644 --- a/quickstart/README.md +++ b/quickstart/README.md @@ -27,14 +27,15 @@ To get a feeling what preCICE does, watch a [short presentation](https://www.you | OS | Package | | --- | --- | - | Ubuntu 20.04 Focal Fossa | [`libprecice3_3.1.1_focal.deb`](https://github.com/precice/precice/releases/download/v3.1.1/libprecice3_3.1.1_focal.deb) | - | Ubuntu 22.04 Jammy Jellyfish | [`libprecice3_3.1.1_jammy.deb`](https://github.com/precice/precice/releases/download/v3.1.1/libprecice3_3.1.1_jammy.deb) | - | Debian 11 "bullseye" | [`libprecice3_3.1.1_bullseye.deb`](https://github.com/precice/precice/releases/download/v3.1.1/libprecice3_3.1.1_bullseye.deb) | - | Debian 12 "bookworm" | [`libprecice3_3.1.1_bookworm.deb`](https://github.com/precice/precice/releases/download/v3.1.1/libprecice3_3.1.1_bookworm.deb) | + | Ubuntu 20.04 Focal Fossa | [`libprecice3_3.1.2_focal.deb`](https://github.com/precice/precice/releases/download/v3.1.2/libprecice3_3.1.2_focal.deb) | + | Ubuntu 22.04 Jammy Jellyfish | [`libprecice3_3.1.2_jammy.deb`](https://github.com/precice/precice/releases/download/v3.1.2/libprecice3_3.1.2_jammy.deb) | + | Ubuntu 24.04 Jammy Jellyfish | [`libprecice3_3.1.2_jammy.deb`](https://github.com/precice/precice/releases/download/v3.1.2/libprecice3_3.1.2_noble.deb) | + | Debian 11 "bullseye" | [`libprecice3_3.1.2_bullseye.deb`](https://github.com/precice/precice/releases/download/v3.1.2/libprecice3_3.1.2_bullseye.deb) | + | Debian 12 "bookworm" | [`libprecice3_3.1.2_bookworm.deb`](https://github.com/precice/precice/releases/download/v3.1.2/libprecice3_3.1.2_bookworm.deb) | | Something else | See an [overview of options](https://precice.org/installation-overview.html) | - Facing any problems? [Ask for help](https://precice.org/community-channels.html). -2. We will use OpenFOAM here and in many of our tutorial cases, so [install OpenFOAM](https://precice.org/adapter-openfoam-support.html): +3. We will use OpenFOAM here and in many of our tutorial cases, so [install OpenFOAM](https://precice.org/adapter-openfoam-support.html): ```bash # Add the signing key, add the repository, update (check this): @@ -46,13 +47,13 @@ To get a feeling what preCICE does, watch a [short presentation](https://www.you source ~/.bashrc ``` -3. Install a few common dependencies that we will need later: +4. Install a few common dependencies that we will need later: ```bash sudo apt install build-essential pkg-config cmake git ``` -4. Download and install the [OpenFOAM-preCICE adapter](https://precice.org/adapter-openfoam-get.html): +5. Download and install the [OpenFOAM-preCICE adapter](https://precice.org/adapter-openfoam-get.html): ```bash wget https://github.com/precice/openfoam-adapter/archive/refs/tags/v1.3.1.tar.gz @@ -62,7 +63,7 @@ To get a feeling what preCICE does, watch a [short presentation](https://www.you cd .. ``` -5. Get the quickstart tutorial case: +6. Get the quickstart tutorial case: ```bash wget https://github.com/precice/tutorials/archive/refs/tags/v202404.0.tar.gz From f1f365cf248c5ec531204b5ec1c484616e80285e Mon Sep 17 00:00:00 2001 From: Syed Mustafa Ahmad Date: Thu, 17 Oct 2024 20:08:47 +0200 Subject: [PATCH 2/5] Excluded the formatting changes made in the pull request --- quickstart/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/quickstart/README.md b/quickstart/README.md index a665d313e..620cbb683 100644 --- a/quickstart/README.md +++ b/quickstart/README.md @@ -35,7 +35,7 @@ To get a feeling what preCICE does, watch a [short presentation](https://www.you | Something else | See an [overview of options](https://precice.org/installation-overview.html) | - Facing any problems? [Ask for help](https://precice.org/community-channels.html). -3. We will use OpenFOAM here and in many of our tutorial cases, so [install OpenFOAM](https://precice.org/adapter-openfoam-support.html): +2. We will use OpenFOAM here and in many of our tutorial cases, so [install OpenFOAM](https://precice.org/adapter-openfoam-support.html): ```bash # Add the signing key, add the repository, update (check this): @@ -47,13 +47,13 @@ To get a feeling what preCICE does, watch a [short presentation](https://www.you source ~/.bashrc ``` -4. Install a few common dependencies that we will need later: +3. Install a few common dependencies that we will need later: ```bash sudo apt install build-essential pkg-config cmake git ``` -5. Download and install the [OpenFOAM-preCICE adapter](https://precice.org/adapter-openfoam-get.html): +4. Download and install the [OpenFOAM-preCICE adapter](https://precice.org/adapter-openfoam-get.html): ```bash wget https://github.com/precice/openfoam-adapter/archive/refs/tags/v1.3.1.tar.gz @@ -63,7 +63,7 @@ To get a feeling what preCICE does, watch a [short presentation](https://www.you cd .. ``` -6. Get the quickstart tutorial case: +5. Get the quickstart tutorial case: ```bash wget https://github.com/precice/tutorials/archive/refs/tags/v202404.0.tar.gz From e4c922f5f38e2340e6ecf1eb140ef520f30cae5b Mon Sep 17 00:00:00 2001 From: Gerasimos Chourdakis Date: Fri, 18 Oct 2024 09:27:59 +0200 Subject: [PATCH 3/5] Fix markdownlint trailing space --- quickstart/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickstart/README.md b/quickstart/README.md index 620cbb683..43db41f0d 100644 --- a/quickstart/README.md +++ b/quickstart/README.md @@ -29,7 +29,7 @@ To get a feeling what preCICE does, watch a [short presentation](https://www.you | --- | --- | | Ubuntu 20.04 Focal Fossa | [`libprecice3_3.1.2_focal.deb`](https://github.com/precice/precice/releases/download/v3.1.2/libprecice3_3.1.2_focal.deb) | | Ubuntu 22.04 Jammy Jellyfish | [`libprecice3_3.1.2_jammy.deb`](https://github.com/precice/precice/releases/download/v3.1.2/libprecice3_3.1.2_jammy.deb) | - | Ubuntu 24.04 Jammy Jellyfish | [`libprecice3_3.1.2_jammy.deb`](https://github.com/precice/precice/releases/download/v3.1.2/libprecice3_3.1.2_noble.deb) | + | Ubuntu 24.04 Jammy Jellyfish | [`libprecice3_3.1.2_jammy.deb`](https://github.com/precice/precice/releases/download/v3.1.2/libprecice3_3.1.2_noble.deb) | | Debian 11 "bullseye" | [`libprecice3_3.1.2_bullseye.deb`](https://github.com/precice/precice/releases/download/v3.1.2/libprecice3_3.1.2_bullseye.deb) | | Debian 12 "bookworm" | [`libprecice3_3.1.2_bookworm.deb`](https://github.com/precice/precice/releases/download/v3.1.2/libprecice3_3.1.2_bookworm.deb) | | Something else | See an [overview of options](https://precice.org/installation-overview.html) | From 12dbf22f9de5bbc159bc544aa6ea9a5846cc3af0 Mon Sep 17 00:00:00 2001 From: Gerasimos Chourdakis Date: Fri, 18 Oct 2024 09:31:38 +0200 Subject: [PATCH 4/5] Suggest v1.3.2 in the default command --- quickstart/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/quickstart/README.md b/quickstart/README.md index 43db41f0d..0faacd9a1 100644 --- a/quickstart/README.md +++ b/quickstart/README.md @@ -21,8 +21,8 @@ To get a feeling what preCICE does, watch a [short presentation](https://www.you 1. Get and install preCICE. For Ubuntu 22.04 (Jammy Jellyfish), 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: ```bash - wget https://github.com/precice/precice/releases/download/v3.1.1/libprecice3_3.1.1_jammy.deb - sudo apt install ./libprecice3_3.1.1_jammy.deb + wget https://github.com/precice/precice/releases/download/v3.1.2/libprecice3_3.1.2_jammy.deb + sudo apt install ./libprecice3_3.1.2_jammy.deb ``` | OS | Package | From bbbb31bd88ddb48297a2741ee693e172bee80ebd Mon Sep 17 00:00:00 2001 From: Gerasimos Chourdakis Date: Mon, 21 Oct 2024 08:28:58 +0200 Subject: [PATCH 5/5] Update quickstart/README.md --- quickstart/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickstart/README.md b/quickstart/README.md index 0faacd9a1..a88e71c60 100644 --- a/quickstart/README.md +++ b/quickstart/README.md @@ -29,7 +29,7 @@ To get a feeling what preCICE does, watch a [short presentation](https://www.you | --- | --- | | Ubuntu 20.04 Focal Fossa | [`libprecice3_3.1.2_focal.deb`](https://github.com/precice/precice/releases/download/v3.1.2/libprecice3_3.1.2_focal.deb) | | Ubuntu 22.04 Jammy Jellyfish | [`libprecice3_3.1.2_jammy.deb`](https://github.com/precice/precice/releases/download/v3.1.2/libprecice3_3.1.2_jammy.deb) | - | Ubuntu 24.04 Jammy Jellyfish | [`libprecice3_3.1.2_jammy.deb`](https://github.com/precice/precice/releases/download/v3.1.2/libprecice3_3.1.2_noble.deb) | + | Ubuntu 24.04 Noble Numbat | [`libprecice3_3.1.2_noble.deb`](https://github.com/precice/precice/releases/download/v3.1.2/libprecice3_3.1.2_noble.deb) | | Debian 11 "bullseye" | [`libprecice3_3.1.2_bullseye.deb`](https://github.com/precice/precice/releases/download/v3.1.2/libprecice3_3.1.2_bullseye.deb) | | Debian 12 "bookworm" | [`libprecice3_3.1.2_bookworm.deb`](https://github.com/precice/precice/releases/download/v3.1.2/libprecice3_3.1.2_bookworm.deb) | | Something else | See an [overview of options](https://precice.org/installation-overview.html) |