File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -21,18 +21,8 @@ RUN GCCVER=6.1.0 && \
21
21
../gcc-$GCCVER/configure --disable-multilib --enable-languages=c,c++,fortran && \
22
22
make -j `nproc` && \
23
23
make install && \
24
- echo 'clean_requirements_on_remove=1' >> /etc/yum.conf && \
25
- yum erase -y gcc-c++ && \
24
+ yum erase -y gcc-c++ --setopt=clean_requirements_on_remove=1 && \
26
25
yum clean all && \
27
26
rm -rf /tmp/c6g6
28
27
29
28
ENV LD_LIBRARY_PATH /usr/local/lib64${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
30
-
31
- # uncomment the following to build julia as a test whether things work
32
- # RUN yum install -y which patch xz m4 cmake openssl-devel centos-release-scl && \
33
- # yum install -y git19 python27 && \
34
- # source /opt/rh/git19/enable && \
35
- # source /opt/rh/python27/enable && \
36
- # git clone https://github.com/JuliaLang/julia /tmp/julia && \
37
- # cd /tmp/julia && \
38
- # make -j `nproc` testall
You can’t perform that action at this time.
0 commit comments