From defe0cff778f171054dd2cf43ed02d5e72d84e7e Mon Sep 17 00:00:00 2001 From: Gerasimos Chourdakis Date: Mon, 29 Apr 2024 11:15:10 +0200 Subject: [PATCH] Fix shellcheck directives --- provisioning/install-aste.sh | 2 +- provisioning/install-fenics.sh | 2 +- provisioning/install-fmiprecice.sh | 2 +- provisioning/install-julia-bindings.sh | 2 +- provisioning/install-micro-manager.sh | 2 +- provisioning/install-precice.sh | 2 +- provisioning/install-su2.sh | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/provisioning/install-aste.sh b/provisioning/install-aste.sh index 20ec4c0..d01643e 100644 --- a/provisioning/install-aste.sh +++ b/provisioning/install-aste.sh @@ -10,7 +10,7 @@ set -ex sudo apt-get -y install libmetis-dev python -m venv ~/python-venvs/aste -# shellcheck disable=SC1090 We don't need to lint this external script +# shellcheck disable=SC1090 # We don't need to lint this external script source ~/python-venvs/aste/bin/activate python3 -m pip install sympy scipy jinja2 diff --git a/provisioning/install-fenics.sh b/provisioning/install-fenics.sh index 1950478..122aa68 100644 --- a/provisioning/install-fenics.sh +++ b/provisioning/install-fenics.sh @@ -9,7 +9,7 @@ sudo apt-get -y install --no-install-recommends fenics # Install the FEniCS-preCICE adapter from PIP python -m venv ~/python-venvs/fenicsprecice -# shellcheck disable=SC1090 We don't need to lint this external script +# shellcheck disable=SC1090 # We don't need to lint this external script source ~/python-venvs/fenicsprecice/bin/activate python -m pip install fenicsprecice deactivate diff --git a/provisioning/install-fmiprecice.sh b/provisioning/install-fmiprecice.sh index fc73001..ab18718 100644 --- a/provisioning/install-fmiprecice.sh +++ b/provisioning/install-fmiprecice.sh @@ -2,7 +2,7 @@ set -ex python -m venv ~/python-venvs/fmiprecice -# shellcheck disable=SC1090 We don't need to lint this external script +# shellcheck disable=SC1090 # We don't need to lint this external script source ~/python-venvs/fmiprecice/bin/activate # Install the FMI runner from PIP diff --git a/provisioning/install-julia-bindings.sh b/provisioning/install-julia-bindings.sh index b65b443..2193c1a 100644 --- a/provisioning/install-julia-bindings.sh +++ b/provisioning/install-julia-bindings.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash python -m venv ~/python-venvs/julia -# shellcheck disable=SC1090 We don't need to lint this external script +# shellcheck disable=SC1090 # We don't need to lint this external script source ~/python-venvs/julia/bin/activate # install latest julia diff --git a/provisioning/install-micro-manager.sh b/provisioning/install-micro-manager.sh index 4e374a2..67b232b 100644 --- a/provisioning/install-micro-manager.sh +++ b/provisioning/install-micro-manager.sh @@ -2,7 +2,7 @@ set -ex python -m venv ~/python-venvs/micro-manager -# shellcheck disable=SC1090 We don't need to lint this external script +# shellcheck disable=SC1090 # We don't need to lint this external script source ~/python-venvs/micro-manager/bin/activate python -m pip install micro-manager-precice diff --git a/provisioning/install-precice.sh b/provisioning/install-precice.sh index c2f8cdf..849a5f0 100644 --- a/provisioning/install-precice.sh +++ b/provisioning/install-precice.sh @@ -60,7 +60,7 @@ sudo apt-get -y install gnuplot # needed for watchpoint scripts of tutorials sudo apt-get install -y python3-pip python -m venv ~/python-venvs/pyprecice -# shellcheck disable=SC1090 We don't need to lint this external script +# shellcheck disable=SC1090 # We don't need to lint this external script source ~/python-venvs/pyprecice/bin/activate python -m pip install pyprecice diff --git a/provisioning/install-su2.sh b/provisioning/install-su2.sh index eadce9a..94521e1 100644 --- a/provisioning/install-su2.sh +++ b/provisioning/install-su2.sh @@ -3,7 +3,7 @@ set -ex # Install dependencies python -m venv ~/python-venvs/su2precice -# shellcheck disable=SC1090 We don't need to lint this external script +# shellcheck disable=SC1090 # We don't need to lint this external script source ~/python-venvs/su2precice/bin/activate python -m pip install mpi4py setuptools sudo apt-get -y install swig