Skip to content
Snippets Groups Projects
Commit bcb72676 authored by Lukáš Krupčík's avatar Lukáš Krupčík
Browse files

modified: install/CENTOS8LATEST

parent 669b509a
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,6 @@ yum -y groupinstall "Development Tools"
# MPI support
yum -y install numactl-devel
yum -y install perf perftest nano vim mc symlinks telnet net-tools ipmitool smartmontools wget openssh-ldap sssd tmux lsof strace psmisc tcsh libffi-devel libfabric time samba ksh zsh libsecret-devel libcap-devel libxslt docbook-style-xsl nfs-utils.x86_64 nfs4-acl-tools bind-utils tcl tcl-devel python2 python2-devel python36 python36-devel python2-pip python3-pip lua
#X11
......@@ -40,14 +39,13 @@ pip2 install setuptools numpy scipy pandas wheel --upgrade
pip3 install setuptools numpy scipy pandas wheel --upgrade
# lua
wget http://centos.mirror.srv.magticom.ge/8/PowerTools/x86_64/os/Packages/lua-posix-33.3.1-9.el8.x86_64.rpm
wget http://centos.mirror.srv.magticom.ge/8/PowerTools/x86_64/os/Packages/lua-devel-5.3.4-10.el8.x86_64.rpm
wget http://centos.mirror.srv.magticom.ge/8/PowerTools/x86_64/os/Packages/lua-filesystem-1.6.3-7.el8.x86_64.rpm
rpm -ihv lua-posix-33.3.1-9.el8.x86_64.rpm
rpm -ihv lua-devel-5.3.4-10.el8.x86_64.rpm
rpm -ihv lua-filesystem-1.6.3-7.el8.x86_64.rpm
#wget http://centos.mirror.srv.magticom.ge/8/PowerTools/x86_64/os/Packages/lua-posix-33.3.1-9.el8.x86_64.rpm
#wget http://centos.mirror.srv.magticom.ge/8/PowerTools/x86_64/os/Packages/lua-devel-5.3.4-10.el8.x86_64.rpm
#wget http://centos.mirror.srv.magticom.ge/8/PowerTools/x86_64/os/Packages/lua-filesystem-1.6.3-7.el8.x86_64.rpm
#rpm -ihv lua-posix-33.3.1-9.el8.x86_64.rpm
#rpm -ihv lua-devel-5.3.4-10.el8.x86_64.rpm
#rpm -ihv lua-filesystem-1.6.3-7.el8.x86_64.rpm
# Lmod
wget https://github.com/TACC/Lmod/archive/7.7.7.tar.gz
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment