From 0fda06469846175a1d5de3f727a68c84defce204 Mon Sep 17 00:00:00 2001 From: John Omotani Date: Thu, 18 Apr 2019 16:06:01 +0100 Subject: [PATCH] Replace git:// with https:// in github.com paths --- bout-next-sundials-ubuntu.dkr | 4 ++-- bout-next.dkr | 2 +- bout.dkr | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bout-next-sundials-ubuntu.dkr b/bout-next-sundials-ubuntu.dkr index 8a3959e..3c22b8d 100644 --- a/bout-next-sundials-ubuntu.dkr +++ b/bout-next-sundials-ubuntu.dkr @@ -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 diff --git a/bout-next.dkr b/bout-next.dkr index 7b96823..d323870 100644 --- a/bout-next.dkr +++ b/bout-next.dkr @@ -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 diff --git a/bout.dkr b/bout.dkr index 1b015d5..c34cfb2 100644 --- a/bout.dkr +++ b/bout.dkr @@ -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 \