From 41624ed7953b3bb4e108aedf5bde45365fe77ef1 Mon Sep 17 00:00:00 2001 From: Markus Dorn <ml123@uni-heidelberg.de> Date: Tue, 13 Apr 2021 10:10:23 +0200 Subject: [PATCH] Added packages for Cadence Innovus/Genus (libXp, redhat-lsb, mesa-dri-drivers, motif, libgfortran, apr-util, numactl-libs, xorg-x11-fonts) Change-Id: Ia24d0b9886e9d88d9a3457ca5626510895d79d2d --- .ci/asic_create_recipe.sh | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/.ci/asic_create_recipe.sh b/.ci/asic_create_recipe.sh index 9b406d71..a76227ae 100755 --- a/.ci/asic_create_recipe.sh +++ b/.ci/asic_create_recipe.sh @@ -73,6 +73,7 @@ From: ${DOCKER_BASE_IMAGE} yum reinstall -y glibc-common yum -y install \ + apr-util \ autoconf \ automake \ bc \ @@ -102,6 +103,7 @@ From: ${DOCKER_BASE_IMAGE} less \ libfontenc \ libgcc \ + libgfortran \ libICE \ libjpeg-turbo \ libmng \ @@ -123,6 +125,7 @@ From: ${DOCKER_BASE_IMAGE} libXi \ libxkbfile \ libXmu \ + libXp \ libXpm \ libXrandr \ libXrender-devel \ @@ -133,8 +136,11 @@ From: ${DOCKER_BASE_IMAGE} m4 \ mailx \ make \ + mesa-dri-drivers \ + motif \ ncurses-devel \ net-tools \ + numactl-libs \ openssh \ openssl-devel \ patch \ @@ -148,7 +154,7 @@ From: ${DOCKER_BASE_IMAGE} python3-pip \ python3-setuptools \ qemu-guest-agent \ - redhat-lsb-core \ + redhat-lsb \ rsync \ screen \ SDL-devel \ @@ -167,6 +173,12 @@ From: ${DOCKER_BASE_IMAGE} wget \ which \ xkeyboard-config \ + xorg-x11-fonts-100dpi \ + xorg-x11-fonts-75dpi \ + xorg-x11-fonts-ISO8859-1-100dpi \ + xorg-x11-fonts-ISO8859-1-75dpi \ + xorg-x11-fonts-misc \ + xorg-x11-fonts-Type1 \ xorg-x11-server-Xvfb \ xorg-x11-xauth \ xorg-x11-xkb-utils \ -- GitLab