From f175ee2d15241e37fef1e395d6d6902df6342bd4 Mon Sep 17 00:00:00 2001 From: cicdguy <26552821+cicdguy@users.noreply.github.com> Date: Thu, 7 Mar 2024 09:53:31 -0600 Subject: [PATCH] Install glpk for igraph --- scripts/install_sysdeps.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/install_sysdeps.sh b/scripts/install_sysdeps.sh index e4541fe..6098a71 100755 --- a/scripts/install_sysdeps.sh +++ b/scripts/install_sysdeps.sh @@ -48,6 +48,7 @@ libudunits2-dev \ libv8-dev \ libpq-dev \ tidy \ +libglpk-dev \ " # Shared deps for fedora @@ -90,6 +91,7 @@ lbzip2 \ udunits2-devel \ v8-devel \ tidy \ +glpk-devel \ " # Deps specific on the rstudio image @@ -188,7 +190,7 @@ then { # Update dnf update -y - # Ugrade + # Upgrade dnf upgrade --refresh -y # Install packages