Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

slc7: Add libXinerama-devel #261

Merged
merged 1 commit into from
Jul 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 22 additions & 22 deletions slc7-builder/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,28 +22,28 @@ yum update -y

yum groups install -y 'Development Tools' 'X Window System'
yum install -y python{27,36}-PyYAML \
bc compat-libstdc++-33 e2fsprogs e2fsprogs-libs git \
python2-futures java-1.7.0-openjdk libXmu libXpm \
perl-ExtUtils-Embed rpm-build screen tcl tcsh tk \
wget which zsh gcc gcc-gfortran gcc-c++ \
libX11-devel libXpm-devel libXft-devel \
libXi-devel libXrandr-devel pigz \
libXext-devel redhat-lsb libtool automake autoconf \
libxml2-devel openssl-devel libcurl-devel \
bzip2-devel mesa-libGLU-devel zip perl-libwww-perl \
svn cvs flex bison texinfo glibc-devel.i686 \
glibc-devel.x86_64 libgcc.i686 libgcc.x86_64 \
ncurses-devel vim-enhanced gdb valgrind swig \
apr-devel subversion-devel cyrus-sasl-md5 \
ruby-devel uuid-devel environment-modules \
python-requests libuuid-devel createrepo \
protobuf-devel python-pip python-devel \
python3-pip python3-devel python3-requests \
mariadb-devel kernel-devel pciutils-devel \
kmod-devel motif motif-devel \
numactl-devel doxygen graphviz glfw-devel \
zlib-devel readline-devel openssh-server \
libglvnd-opengl tk-devel libfabric-devel sshpass \
bc compat-libstdc++-33 e2fsprogs e2fsprogs-libs git \
python2-futures java-1.7.0-openjdk libXmu libXpm \
perl-ExtUtils-Embed rpm-build screen tcl tcsh tk \
wget which zsh gcc gcc-gfortran gcc-c++ \
libX11-devel libXpm-devel libXft-devel libXinerama-devel \
libXi-devel libXrandr-devel pigz \
libXext-devel redhat-lsb libtool automake autoconf \
libxml2-devel openssl-devel libcurl-devel \
bzip2-devel mesa-libGLU-devel zip perl-libwww-perl \
svn cvs flex bison texinfo glibc-devel.i686 \
glibc-devel.x86_64 libgcc.i686 libgcc.x86_64 \
ncurses-devel vim-enhanced gdb valgrind swig \
apr-devel subversion-devel cyrus-sasl-md5 \
ruby-devel uuid-devel environment-modules \
python-requests libuuid-devel createrepo \
protobuf-devel python-pip python-devel \
python3-pip python3-devel python3-requests \
mariadb-devel kernel-devel pciutils-devel \
kmod-devel motif motif-devel \
numactl-devel doxygen graphviz glfw-devel \
zlib-devel readline-devel openssh-server \
libglvnd-opengl tk-devel libfabric-devel sshpass \
gettext-devel rclone s3cmd
wipeyum

Expand Down
Loading