From 4d09df14cd85fd1feb539db53ce5275997501295 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20R=C3=BCth?= Date: Thu, 27 Feb 2020 11:09:08 +0100 Subject: [PATCH 1/4] Add comment pointing to #186 --- tests/Test_bindings.Ubuntu1604.home/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Test_bindings.Ubuntu1604.home/Dockerfile b/tests/Test_bindings.Ubuntu1604.home/Dockerfile index d8683be3f..0ec8371dd 100644 --- a/tests/Test_bindings.Ubuntu1604.home/Dockerfile +++ b/tests/Test_bindings.Ubuntu1604.home/Dockerfile @@ -26,6 +26,7 @@ WORKDIR /home/precice RUN git clone --branch $branch https://github.com/precice/python-bindings.git # Builds the precice python bindings WORKDIR /home/precice/python-bindings +# Using pip3 pip-wrapper will trigger a warning. See https://github.com/precice/systemtests/issues/186. RUN pip3 install --user . # Runs the python solverdummy From 0d4fade0c2bae673831c3521226ce220fd1c1fa8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20R=C3=BCth?= Date: Thu, 27 Feb 2020 11:12:06 +0100 Subject: [PATCH 2/4] Update Dockerfile --- tests/Test_bindings.Ubuntu1804.home/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Test_bindings.Ubuntu1804.home/Dockerfile b/tests/Test_bindings.Ubuntu1804.home/Dockerfile index 70e0d8363..e4328f8d9 100644 --- a/tests/Test_bindings.Ubuntu1804.home/Dockerfile +++ b/tests/Test_bindings.Ubuntu1804.home/Dockerfile @@ -26,6 +26,7 @@ WORKDIR /home/precice RUN git clone --branch $branch https://github.com/precice/python-bindings.git # Builds the precice python bindings WORKDIR /home/precice/python-bindings +# Using pip3 pip-wrapper will trigger a warning. See https://github.com/precice/systemtests/issues/186. RUN pip3 install --user . # Runs the python solverdummy From d8883b1d98a3f0955a2bac53f2c149abdc0d9e96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20R=C3=BCth?= Date: Thu, 27 Feb 2020 11:12:53 +0100 Subject: [PATCH 3/4] Update Dockerfile.fenics-adapter --- adapters/Dockerfile.fenics-adapter | 1 + 1 file changed, 1 insertion(+) diff --git a/adapters/Dockerfile.fenics-adapter b/adapters/Dockerfile.fenics-adapter index c52c29d04..3c9ce9dd5 100644 --- a/adapters/Dockerfile.fenics-adapter +++ b/adapters/Dockerfile.fenics-adapter @@ -26,6 +26,7 @@ RUN add-apt-repository -y ppa:fenics-packages/fenics && \ apt-get -qq install --no-install-recommends fenics && \ rm -rf /var/lib/apt/lists/* +# Using pip3 pip-wrapper will trigger a warning. See https://github.com/precice/systemtests/issues/186. RUN pip3 install --user cython # TODO: can we put this dependency into requirements.txt of python? USER precice From 48d9a8eafc33b612712dc65de6d96239359eba21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20R=C3=BCth?= Date: Thu, 27 Feb 2020 11:13:24 +0100 Subject: [PATCH 4/4] Update Dockerfile.nutils --- tests/TestCompose_nutils-of.Ubuntu1804.home/Dockerfile.nutils | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/TestCompose_nutils-of.Ubuntu1804.home/Dockerfile.nutils b/tests/TestCompose_nutils-of.Ubuntu1804.home/Dockerfile.nutils index 05902e8d1..4a5abe61d 100644 --- a/tests/TestCompose_nutils-of.Ubuntu1804.home/Dockerfile.nutils +++ b/tests/TestCompose_nutils-of.Ubuntu1804.home/Dockerfile.nutils @@ -6,6 +6,7 @@ RUN apt-get -qq update && apt-get -qq install \ python3 python3-dev && \ rm -rf /var/lib/apt/lists/* +# Using pip3 pip-wrapper will trigger a warning. See https://github.com/precice/systemtests/issues/186. RUN wget -q https://bootstrap.pypa.io/get-pip.py -O get-pip.py && \ python3 get-pip.py && \ pip3 install Cython mpi4py numpy