Commit cc9f7ae9 authored by Robert Clapp's avatar Robert Clapp
Browse files

fixed bug with seplib build

No related merge requests found
Showing with 5 additions and 3 deletions
+5 -3
......@@ -6,4 +6,5 @@ RUN cd /opt/SU; wget ftp://ftp.cwp.mines.edu/pub/cwpcodes/cwp_su_all_44R1.tgz ;t
RUN yum -y install make automake autoconf libtool git libXt-devel libX11-devel libXaw-devel gcc gcc-gfortran flex; yum -y clean all
RUN mkdir /opt/SEP
RUN cd /opt/SEP
RUN git clone http://zapad.Stanford.EDU/bob/SEPlib.git /opt/SEP/src;cd /opt/SEP/src; autoreconf -vif; ./configure --prefix=/opt/SEP --with-su=/opt/SU; make; make install; make clean
RUN git clone http://zapad.Stanford.EDU/bob/SEPlib.git /opt/SEP/src;cd /opt/SEP/src; autoreconf -vif; ./configure --prefix=/opt/SEP --with-su=/opt/SU; make; make install; make clean
RUN echo export PATH=$PATH:/opt/SEP/bin >> ~/.bash_profile
......@@ -6,9 +6,10 @@ RUN mkdir /tmp/gcc-build
RUN cd /tmp; wget ftp://ftp.gnu.org/gnu/gcc/gcc-6.2.0/gcc-6.2.0.tar.gz; tar xf gcc-6.2.0.tar.gz; cd /tmp/gcc-build;../gcc-6.2.0/configure --prefix=/usr/local --disable-multilib -with-system-zlib --enable-languages=c,c++,fortran; make -j 2; make install; rm -rf /tmp/gcc*
RUN yum -y install make libX11-devel libXt-devel gcc wget; yum -y clean all
RUN mkdir /opt/SU
RUN cd /opt/SU; wget ftp://ftp.cwp.mines.edu/pub/cwpcodes/cwp_su_all_44R1.tgz ;tar xf cwp_su_all_44R1.tgz;cd /opt/SU/src ; touch cwp_su_version LICENSE_44_ACCEPTED MAILHOME_44 ;echo "echo boo" >chkroot.sh;chmod 777 chkroot.sh; CWPROOT=/opt/SU make install xtinstall; rm -rf /opt/SU/cwp_su_all_44R1.tgz; rm -rf /opt/SU/lib /opt/SU/bin
RUN cd /opt/SU; wget ftp://ftp.cwp.mines.edu/pub/cwpcodes/cwp_su_all_44R1.tgz ;tar xf cwp_su_all_44R1.tgz;cd /opt/SU/src ; touch cwp_su_version LICENSE_44_ACCEPTED MAILHOME_44 ;echo "echo boo" >chkroot.sh;chmod 777 chkroot.sh; CWPROOT=/opt/SU make install xtinstall; rm -rf /opt/SU/cwp_su_all_44R1.tgz; rm -rf /opt/SU/bin
RUN yum -y install make automake autoconf libtool git libXt-devel libX11-devel libXaw-devel flex; yum -y clean all
RUN mkdir /opt/SEP
RUN cd /opt/SEP
RUN echo export PATH=/usr/local/bin:/$PATH >>~root/.bash_profile
RUN git clone http://zapad.Stanford.EDU/bob/SEPlib.git /opt/SEP/src;cd /opt/SEP/src; autoreconf -vif; FC=gfortran ./configure --prefix=/opt/SEP --with-su=/opt/SU; make; make install; make clean
RUN echo export PATH=$PATH:/opt/SEP/bin >> ~/.bash_profile
......@@ -6,7 +6,7 @@ RUN mkdir /tmp/gcc-build
RUN cd /tmp; wget ftp://ftp.gnu.org/gnu/gcc/gcc-6.2.0/gcc-6.2.0.tar.gz; tar xf gcc-6.2.0.tar.gz; cd /tmp/gcc-build;../gcc-6.2.0/configure --prefix=/usr/local --disable-multilib -with-system-zlib --enable-languages=c,c++,fortran; make -j 2; make install; rm -rf /tmp/gcc*
RUN yum -y install make libX11-devel libXt-devel gcc wget; yum -y clean all
RUN mkdir /opt/SU
RUN cd /opt/SU; wget ftp://ftp.cwp.mines.edu/pub/cwpcodes/cwp_su_all_44R1.tgz ;tar xf cwp_su_all_44R1.tgz;cd /opt/SU/src ; touch cwp_su_version LICENSE_44_ACCEPTED MAILHOME_44 ;echo "echo boo" >chkroot.sh;chmod 777 chkroot.sh; CWPROOT=/opt/SU make install xtinstall; rm -rf /opt/SU/cwp_su_all_44R1.tgz; rm -rf /opt/SU/lib /opt/SU/bin
RUN cd /opt/SU; wget ftp://ftp.cwp.mines.edu/pub/cwpcodes/cwp_su_all_44R1.tgz ;tar xf cwp_su_all_44R1.tgz;cd /opt/SU/src ; touch cwp_su_version LICENSE_44_ACCEPTED MAILHOME_44 ;echo "echo boo" >chkroot.sh;chmod 777 chkroot.sh; CWPROOT=/opt/SU make install xtinstall; rm -rf /opt/SU/cwp_su_all_44R1.tgz; rm -rf /opt/SU/bin
RUN yum -y install make automake autoconf libtool git libXt-devel libX11-devel libXaw-devel flex; yum -y clean all
RUN mkdir /opt/SEP
RUN cd /opt/SEP
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment