From 3d64d7c720968c82335e29c600492382a6aa025e Mon Sep 17 00:00:00 2001 From: Roman Cattaneo <1116746+romanc@users.noreply.github.com> Date: Fri, 30 May 2025 14:01:18 +0200 Subject: [PATCH] No boost dependency anymore Newer GT4Py versions ship with a vendored in version of the boost header file that it needs. And since NDSL updated its GT4Py version, we don't need to install boost anymore in the `Dockerfile` for PyFV3. Not sure if anyone uses the docker version, but it's easy enough to just clean up. --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8ffe5e6f..3275738c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,6 @@ RUN apt-get update -y && \ libgeos-dev \ libopenmpi3 \ libopenmpi-dev \ - libboost-all-dev \ libhdf5-serial-dev \ libffi-dev \ netcdf-bin \