Back to home page

MITgcm

 
 

    


Warning, /tools/ci/docker/centos/Dockerfile is written in an unsupported language. File is not indexed.

view on githubraw file Latest commit ea35677e on 2019-03-12 22:49:56 UTC
477590b42d chri*0001 FROM centos:centos7
                0002 LABEL maintainer=mitgcm-devel@mitgcm.org
                0003 
                0004 RUN yum -y update; yum clean all
                0005 RUN yum -y install epel-release wget csh; yum clean all
                0006 RUN yum -y groupinstall "Development Tools"
                0007 RUN cd /root; wget http://www.mcs.anl.gov/%7Eutke/OpenAD_tars/493/OpenAD_2014-03-15.tgz; tar -xzvf OpenAD_2014-03-15.tgz
                0008 COPY pfile /root/pfile
                0009 RUN cd /root/OpenAD; patch openadConfig.py ../pfile; pwd ; export PATH=".":$PATH; source setenv.sh; make
ea35677e03 chri*0010 RUN cd /root/OpenAD; export PATH=".:"${PATH}; ./tools/setenv/setenv.py --shell=sh > setenv.tmp
                0011 RUN cd /root/OpenAD; cp setenv.tmp  /etc/profile.d/openad.sh