Skip to content
This repository was archived by the owner on Aug 14, 2025. It is now read-only.
Merged
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
2 changes: 1 addition & 1 deletion precice/Dockerfile.Ubuntu1604.home
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ENV Eigen3_ROOT="/eigen/eigen-3.3.7"

# Installing boost from source
WORKDIR /boost-build
RUN wget -nv 'https://dl.bintray.com/boostorg/release/1.65.1/source/boost_1_65_1.tar.bz2' -O - | tar xj && \
RUN wget -nv 'https://downloads.sourceforge.net/project/boost/boost/1.65.1/boost_1_65_1.tar.bz2' -O - | tar xj && \
cd boost_1_65_1 && \
./bootstrap.sh --with-libraries=log,thread,system,filesystem,program_options,test --prefix=/usr/local && \
./b2 -j$(nproc) install && \
Expand Down
2 changes: 1 addition & 1 deletion precice/Dockerfile.Ubuntu1604.package
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ENV Eigen3_ROOT="/eigen/eigen-3.3.7"

# Installing boost from source
WORKDIR /boost-build
RUN wget -nv 'https://dl.bintray.com/boostorg/release/1.65.1/source/boost_1_65_1.tar.bz2' -O - | tar xj && \
RUN wget -nv 'https://downloads.sourceforge.net/project/boost/boost/1.65.1/boost_1_65_1.tar.bz2' -O - | tar xj && \
cd boost_1_65_1 && \
./bootstrap.sh --with-libraries=log,thread,system,filesystem,program_options,test --prefix=/usr/local && \
./b2 -j$(nproc) install && \
Expand Down
2 changes: 1 addition & 1 deletion precice/Dockerfile.Ubuntu1604.sudo
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ENV Eigen3_ROOT="/eigen/eigen-3.3.7"

# Installing boost from source
WORKDIR /boost-build
RUN wget -nv 'https://dl.bintray.com/boostorg/release/1.65.1/source/boost_1_65_1.tar.bz2' -O - | tar xj && \
RUN wget -nv 'https://downloads.sourceforge.net/project/boost/boost/1.65.1/boost_1_65_1.tar.bz2' -O - | tar xj && \
cd boost_1_65_1 && \
./bootstrap.sh --with-libraries=log,thread,system,filesystem,program_options,test --prefix=/usr/local && \
./b2 -j$(nproc) install && \
Expand Down