# 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. # Dependency list for testing Panda on Ubuntu 18.04 clang-9=1:9-* clang-format-9=1:9-* clang-tidy-9=1:9-* clang g++-8=8.4.0-* ninja-build=1.8.* lcov=1.13-* # For coverage calculation libc++-dev:arm64=6.0-* # For clang-tidy to find standard headers python3=3.6.7-* # For running multilingual benchmarks python3-matplotlib=2.1.1-* # For statistics visualization and plotting openjdk-8-jdk=8u312-* # For running Java benchmarks libasm-java=7.0-* # For running legacy Java files compilation doxygen=1.8.13-* # For generate documentation graphviz=2.40.1-* # For generate graphs in documentation unzip=6.0-* # For unpacking jar parallel=20161222-* # For rt.jar test llvm=1:6.0-* # For Thread Sanitizer