File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed
Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 44
55source $( dirname " $0 " ) /common.sh
66
7+ # Update VtR submodules
8+ if [[ $CMAKE_PARAMS == * " -DYOSYS_SV_UHDM_PLUGIN=ON" * ]]; then
9+ make update_submodules
10+ fi
11+
712$SPACER
813
914start_section " vtr.build" " ${GREEN} Building..${NC} "
1015export FAILURE=0
11- if [[ ${CMAKE_PARAMS} == * " -DYOSYS_SV_UHDM_PLUGIN=ON" * ]]; then
12- git submodule update --init --recursive
13- fi
1416make -k BUILD_TYPE=${BUILD_TYPE} CMAKE_PARAMS=" -Werror=dev ${CMAKE_PARAMS} ${CMAKE_INSTALL_PREFIX_PARAMS} " -j2 || export FAILURE=1
1517end_section " vtr.build"
1618
Original file line number Diff line number Diff line change @@ -65,6 +65,7 @@ apt install -y \
6565 valgrind \
6666 zip \
6767 qt5-default \
68+ uuid-dev \
6869 default-jdk \
6970 g++-9 \
7071 gcc-9 \
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ sudo apt install -y \
3939 valgrind \
4040 zip \
4141 qt5-default \
42+ uuid-dev \
4243 default-jdk \
4344 clang-format-7 \
4445 g++-7 \
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ sudo apt-get install -y \
2020sudo apt-get install -y \
2121 clang \
2222 tcl-dev \
23+ uuid-dev \
2324 default-jdk \
2425 libreadline-dev
2526
You can’t perform that action at this time.
0 commit comments