1# List of dependencies for testing Panda on Ubuntu 20.04 2clang-9=1:9* 3clang-format-9=1:9* 4clang-tidy-9=1:9* 5 6clang=1:10* 7g++=4:9.3* 8ninja-build=1.10.* 9 10lcov=1.14-* # For coverage calculation 11libc++-dev:amd64=1:10** # For clang-tidy to find standard headers 12python3=3.8* # For running multilingual benchmarks 13openjdk-8-jdk=8u292-* # For running Java benchmarks 14libasm-java=7.2-* # For running legacy Java files compilation 15doxygen=1.8.17-* # For generate documentation 16graphviz=2.42.2-* # For generate graphs in documentation 17unzip=6.0-* # For unpacking jar 18parallel=20161222-* # For rt.jar test 19 20llvm=1:10* # For Thread Sanitizer 21 22postgresql-client-12=12* # For pushing benchmark results to Grafana 23libdwarf-dev=20200114-* # For printing function names and line numbers 24zlib1g-dev=1:1.2.11* 25