# Copyright (c) 2021-2022 Huawei Device Co., Ltd.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

# List of dependencies for testing Panda on Ubuntu 18.04 and 20.04
clang-9
clang-format-9
clang-tidy-9

clang
g++
ninja-build

lcov                                         # For coverage calculation
libc++-dev:amd64                             # For clang-tidy to find standard headers
python3                                      # For running multilingual benchmarks
python3-matplotlib                           # For statistics visualization and plotting
openjdk-8-jdk                                # For running Java benchmarks
libasm-java                                  # For running legacy Java files compilation
doxygen                                      # For generate documentation
graphviz                                     # For graphs in documentation
unzip                                        # For unpacking jar
parallel                                     # For rt.jar test

llvm                                         # For Thread Sanitizer

postgresql-client-10                         # For pushing benchmark results to Grafana