Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions bout-next-sundials-ubuntu.dkr
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ RUN useradd -ms /bin/bash boutuser \
USER boutuser
WORKDIR /home/boutuser

#RUN git clone -b next --depth 1 git://github.com/boutproject/BOUT-dev.git BOUT-next \
RUN git clone -b sundials-extra-libs --depth 1 git://github.com/boutproject/BOUT-dev.git BOUT-next \
#RUN git clone -b next --depth 1 https://github.com/boutproject/BOUT-dev.git BOUT-next \
RUN git clone -b sundials-extra-libs --depth 1 https://github.com/boutproject/BOUT-dev.git BOUT-next \
&& chown boutuser /home/boutuser/BOUT-next

WORKDIR /home/boutuser/BOUT-next
Expand Down
2 changes: 1 addition & 1 deletion bout-next.dkr
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ RUN useradd -ms /bin/bash boutuser \
USER boutuser
WORKDIR /home/boutuser

RUN git clone -b next --depth 1 git://github.com/boutproject/BOUT-dev.git BOUT-next \
RUN git clone -b next --depth 1 https://github.com/boutproject/BOUT-dev.git BOUT-next \
&& chown boutuser /home/boutuser/BOUT-next

WORKDIR /home/boutuser/BOUT-next
Expand Down
2 changes: 1 addition & 1 deletion bout.dkr
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ RUN python3 -m pip install cython ipython
# Build and install BOUT++
# ----------------------------------------------------------------
WORKDIR /opt
RUN git clone -b v4.2.2 --depth 1 git://github.com/boutproject/BOUT-dev.git BOUT-dev
RUN git clone -b v4.2.2 --depth 1 https://github.com/boutproject/BOUT-dev.git BOUT-dev

WORKDIR /opt/BOUT-dev
RUN ./configure --with-petsc PETSC_DIR=/petsc-3.9.3 PETSC_ARCH=arch-linux2-cxx-debug --with-sundials=/usr/ --with-fftw --with-netcdf --enable-openmp --with-cvode --with-arkode --with-slepc --with-lapack LIBS="-llapack -lblas" --localedir=$PWD/locale --enable-shared \
Expand Down