File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ RUN yum -y install qt5-qtbase-devel
2929RUN yum -y install qt6-qtbase-devel
3030
3131# ROOT
32- # RUN yum -y install root
3332RUN wget https://root.cern/download/root_v6.30.02.Linux-almalinux9.3-x86_64-gcc11.4.tar.gz
3433RUN tar -xzvf root_v6.30.02.Linux-almalinux9.3-x86_64-gcc11.4.tar.gz
3534RUN echo 'source root/bin/thisroot.sh' >> ~/.bashrc
Original file line number Diff line number Diff line change @@ -36,7 +36,9 @@ RUN yum -y install python3-pip python3
3636RUN yum -y install qt5-qtbase-devel
3737
3838# ROOT
39- RUN yum -y install root python36-root
39+ RUN wget https://root.cern/download/root_v6.28.10.Linux-centos8-x86_64-gcc8.5.tar.gz
40+ RUN tar -xzvf root_v6.28.10.Linux-centos8-x86_64-gcc8.5.tar.gz
41+ RUN echo 'source root/bin/thisroot.sh' >> ~/.bashrc
4042
4143# HEPMC3
4244RUN yum -y install HepMC3-rootIO-devel
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ RUN yum -y install git make cmake wget \
1515
1616# X11
1717RUN yum -y install xorg-x11-server-Xorg xorg-x11-xauth libX11-devel \
18- libXpm-devel libXft-devel libXext-devel libXmu-devel
18+ libXpm-devel libXft-devel libXext-devel libXmu-devel gsl-devel
1919
2020# OpenGL (EGL GLX egl gl glu glx opengl xmesa)
2121RUN yum -y install freeglut-devel
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ RUN DEBIAN_FRONTEND="noninteractive" apt -y install build-essential
1515
1616# required packages
1717RUN DEBIAN_FRONTEND="noninteractive" apt-get -y install cmake cmake-curses-gui wget xorg-dev freeglut3-dev qt5-default python2.7-dev libssl-dev liblz4-dev git \
18- libxerces-c-dev bison flex python3-pip python-tk x11vnc xvfb fvwm
18+ libxerces-c-dev bison flex python3-pip python-tk x11vnc xvfb fvwm xxhash-devel
1919
2020# python packages
2121RUN pip3 install scipy matplotlib numpy ipython
You can’t perform that action at this time.
0 commit comments