Commit 633651fa authored by Richard Berger's avatar Richard Berger
Browse files

Add valgrind, gdb to containers and clean caches

parent 8235c48f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@ From: centos:7
            libpng-devel libjpeg-devel openmpi-devel mpich-devel python-devel python36-devel \
            hdf5-devel python36-virtualenv python36-pip python-pip \
            python-virtualenv fftw-devel voro++-devel eigen3-devel gsl-devel openblas-devel enchant
        yum clean all

%environment
        LC_ALL=C
+1 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@ From: centos:8
               texlive-latex-bin texlive-lualatex-math texlive-fncychap texlive-tabulary \
               texlive-framed texlive-wrapfig texlive-upquote texlive-capt-of \
               texlive-needspace texlive-titlesec texlive-anysize texlive-dvipng
        dnf clean all

%environment
        LC_ALL=C
+1 −0
Original line number Diff line number Diff line
@@ -34,6 +34,7 @@ From: fedora:30
               texlive-latex-bin texlive-lualatex-math texlive-fncychap texlive-tabulary \
               texlive-framed texlive-wrapfig texlive-upquote texlive-capt-of \
               texlive-needspace texlive-titlesec texlive-anysize texlive-dvipng
        dnf clean all

%environment
        LC_ALL=C
+1 −0
Original line number Diff line number Diff line
@@ -34,6 +34,7 @@ From: fedora:32
               texlive-latex-bin texlive-lualatex-math texlive-fncychap texlive-tabulary \
               texlive-framed texlive-wrapfig texlive-upquote texlive-capt-of \
               texlive-needspace texlive-titlesec texlive-anysize texlive-dvipng
        dnf clean all

%environment
        # we need to reset any module variables
+8 −3
Original line number Diff line number Diff line
@@ -61,7 +61,12 @@ From: ubuntu:18.04
        virtualenv \
        voro++-dev \
        wget \
        xxd
        xxd \
        valgrind \
        gdb

    # clean cache
    rm -rf /var/lib/apt/lists/*

%environment
    LC_ALL=C
Loading