Skip to content

Commit 63aad29

Browse files
committed
minor update
1 parent d2438e3 commit 63aad29

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

.gitpod.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ RUN apt-get update \
3030
python-lxml \
3131
qt5-default \
3232
wget \
33+
default-jre \
3334
&& apt-get clean \
3435
&& rm -rf /var/lib/apt/lists/*
3536

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ RUN apt-get update -qq \
1515
&& apt-get -y install --no-install-recommends \
1616
wget \
1717
ninja-build \
18+
default-jre \
1819
libeigen3-dev \
1920
libtbb-dev \
2021
python3-pip \

install_apt_packages.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ sudo apt-get install -y \
3434
libboost-system-dev \
3535
libboost-python-dev \
3636
libboost-filesystem-dev \
37+
default-jre \
3738
zlib1g-dev
3839

3940
# Required to build the documentation

libs/EXTERNAL/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ set(SURELOG_SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/Surelog)
8787
INSTALL_DIR " "
8888

8989
# Sync submodules after cloning
90-
UPDATE_COMMAND git submodule sync && git submodule update --init --recursive third_party/surelog
90+
UPDATE_COMMAND git submodule update --init --recursive third_party/surelog
9191
WORKING_DIRECTORY "${SYNLIG_SOURCE_DIR}"
9292

9393

0 commit comments

Comments
 (0)