From 123bbf9cb9b7be9a65a535b61535ce17294b83c4 Mon Sep 17 00:00:00 2001 From: Pavel Marek Date: Wed, 29 Sep 2021 14:10:44 +0200 Subject: [PATCH] Remove zlibc from ubuntu packages --- mx.fastr/mx_fastr_install_deps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mx.fastr/mx_fastr_install_deps.py b/mx.fastr/mx_fastr_install_deps.py index 9d6eb88d2a..cf5c4ac6b6 100644 --- a/mx.fastr/mx_fastr_install_deps.py +++ b/mx.fastr/mx_fastr_install_deps.py @@ -50,7 +50,6 @@ "libpcre3", # libpcre2-8-0 is installed on Ubuntu by default, but we enumerate it here just to be sure "libpcre2-8-0", - "zlibc", "curl", "gfortran", "bzip2", @@ -59,6 +58,7 @@ "libpcre3-dev", "libpcre2-dev", "libreadline-dev", + "zlib1g", "zlib1g-dev", "libbz2-dev", "libcurl4",