mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-26 23:26:19 +00:00
refresh of the control
This commit is contained in:
parent
b0202b9d7a
commit
1f1f89223e
224
debian/control
vendored
224
debian/control
vendored
@ -40,18 +40,18 @@ Vcs-Browser: https://salsa.debian.org/pkg-llvm-team/llvm-toolchain/tree/snapshot
|
||||
|
||||
# ------------- clang -------------
|
||||
|
||||
Package: clang-19
|
||||
Package: clang-18
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, ${dep:devlibs},
|
||||
${dep:devlibs-objc},
|
||||
libllvm19 (= ${binary:Version}),
|
||||
libclang-common-19-dev (= ${source:Version}),
|
||||
llvm-19-linker-tools (= ${binary:Version}),
|
||||
libclang1-19 (= ${binary:Version}), libc6-dev, binutils
|
||||
libllvm18 (= ${binary:Version}),
|
||||
libclang-common-18-dev (= ${source:Version}),
|
||||
llvm-18-linker-tools (= ${binary:Version}),
|
||||
libclang1-18 (= ${binary:Version}), libc6-dev, binutils
|
||||
Provides: c-compiler, objc-compiler, c++-compiler
|
||||
Recommends: llvm-19-dev, python3
|
||||
# libomp-19-dev
|
||||
Suggests: clang-19-doc, wasi-libc
|
||||
Recommends: llvm-18-dev, python3
|
||||
# libomp-18-dev
|
||||
Suggests: clang-18-doc, wasi-libc
|
||||
Description: C, C++ and Objective-C compiler
|
||||
Clang project is a C, C++, Objective C and Objective C++ front-end
|
||||
based on the LLVM compiler. Its goal is to offer a replacement to the
|
||||
@ -60,9 +60,9 @@ Description: C, C++ and Objective-C compiler
|
||||
Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also
|
||||
provides most of the support of C++20.
|
||||
|
||||
Package: clang-tools-19
|
||||
Package: clang-tools-18
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, clang-19 (= ${binary:Version}),
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, clang-18 (= ${binary:Version}),
|
||||
python3
|
||||
Description: clang-based tools for C/C++ developments
|
||||
Clang project is a C, C++, Objective C and Objective C++ front-end
|
||||
@ -74,10 +74,10 @@ Description: clang-based tools for C/C++ developments
|
||||
.
|
||||
This package contains some clang-based tools like scan-build, clang-cl, etc.
|
||||
|
||||
Package: clang-format-19
|
||||
Package: clang-format-18
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, python3,
|
||||
libllvm19 (= ${binary:Version})
|
||||
libllvm18 (= ${binary:Version})
|
||||
Description: Tool to format C/C++/Obj-C code
|
||||
Clang-format is both a library and a stand-alone tool with the goal of
|
||||
automatically reformatting C++ sources files according to configurable
|
||||
@ -90,23 +90,23 @@ Description: Tool to format C/C++/Obj-C code
|
||||
.
|
||||
This package also provides vim and emacs plugins.
|
||||
|
||||
Package: clang-tidy-19
|
||||
Package: clang-tidy-18
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, python3,
|
||||
libllvm19 (= ${binary:Version}),
|
||||
libclang-common-19-dev (= ${source:Version}),
|
||||
clang-tools-19, python3-yaml
|
||||
libllvm18 (= ${binary:Version}),
|
||||
libclang-common-18-dev (= ${source:Version}),
|
||||
clang-tools-18, python3-yaml
|
||||
Description: clang-based C++ linter tool
|
||||
Provide an extensible framework for diagnosing and fixing typical programming
|
||||
errors, like style violations, interface misuse, or bugs that can be deduced
|
||||
via static analysis. clang-tidy is modular and provides a convenient interface
|
||||
for writing new checks.
|
||||
|
||||
Package: clangd-19
|
||||
Package: clangd-18
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends},
|
||||
libllvm19 (= ${binary:Version}),
|
||||
libclang-common-19-dev (= ${source:Version}),
|
||||
libllvm18 (= ${binary:Version}),
|
||||
libclang-common-18-dev (= ${source:Version}),
|
||||
Description: Language server that provides IDE-like features to editors
|
||||
clangd understands your C++ code and adds smart features to your editor:
|
||||
- code completion
|
||||
@ -117,7 +117,7 @@ Description: Language server that provides IDE-like features to editors
|
||||
clangd is a language server that implements the Language Server Protocol;
|
||||
it can work with many editors through a plugin.
|
||||
|
||||
Package: clang-19-doc
|
||||
Package: clang-18-doc
|
||||
Architecture: all
|
||||
Multi-Arch: foreign
|
||||
Section: doc
|
||||
@ -132,7 +132,7 @@ Description: C, C++ and Objective-C compiler - Documentation
|
||||
.
|
||||
This package contains the documentation.
|
||||
|
||||
Package: libclang1-19
|
||||
Package: libclang1-18
|
||||
Section: libs
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||
@ -153,12 +153,12 @@ Description: C interface to the Clang library
|
||||
locations with elements within the AST, and other facilities that support
|
||||
Clang-based development tools.
|
||||
|
||||
Package: libclang-19-dev
|
||||
Package: libclang-18-dev
|
||||
Architecture: any
|
||||
Section: libdevel
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, ${dep:devlibs},
|
||||
${dep:devlibs-objc}, libclang1-19 (= ${binary:Version}),
|
||||
libclang-common-19-dev (= ${source:Version})
|
||||
${dep:devlibs-objc}, libclang1-18 (= ${binary:Version}),
|
||||
libclang-common-18-dev (= ${source:Version})
|
||||
Description: Clang library - Development package
|
||||
Clang project is a C, C++, Objective C and Objective C++ front-end
|
||||
based on the LLVM compiler. Its goal is to offer a replacement to the
|
||||
@ -168,14 +168,14 @@ Description: Clang library - Development package
|
||||
provides most of the support of C++20.
|
||||
.
|
||||
This package contains the Clang headers to develop extensions over
|
||||
libclang1-19.
|
||||
libclang1-18.
|
||||
|
||||
Package: libclang-common-19-dev
|
||||
Package: libclang-common-18-dev
|
||||
Architecture: all
|
||||
Multi-Arch: foreign
|
||||
Section: libdevel
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends},
|
||||
Recommends: libclang-rt-19-dev (>= 1:16~++20230115053056+df5fc4504b86-1~exp1)
|
||||
Recommends: libclang-rt-18-dev
|
||||
Description: Clang library - Common development package
|
||||
Clang project is a C, C++, Objective C and Objective C++ front-end
|
||||
based on the LLVM compiler. Its goal is to offer a replacement to the
|
||||
@ -188,7 +188,7 @@ Description: Clang library - Common development package
|
||||
|
||||
# ------------- compiler-rt -------------
|
||||
|
||||
Package: libclang-rt-19-dev
|
||||
Package: libclang-rt-18-dev
|
||||
Architecture: any
|
||||
Multi-Arch: same
|
||||
Section: libdevel
|
||||
@ -204,7 +204,7 @@ Description: Compiler-rt - development package
|
||||
DataFlowSanitizer, etc
|
||||
* profile - Library which is used to collect coverage information.
|
||||
|
||||
Package: libclang-rt-19-dev-wasm32
|
||||
Package: libclang-rt-18-dev-wasm32
|
||||
Architecture: all
|
||||
Multi-Arch: foreign
|
||||
Section: libdevel
|
||||
@ -212,7 +212,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||
Description: Compiler-rt - wasm32 builtins
|
||||
Provides the compiler-rt builtins for WebAssembly 32 bits
|
||||
|
||||
Package: libclang-rt-19-dev-wasm64
|
||||
Package: libclang-rt-18-dev-wasm64
|
||||
Architecture: all
|
||||
Multi-Arch: foreign
|
||||
Section: libdevel
|
||||
@ -222,7 +222,7 @@ Description: Compiler-rt - wasm64 builtins
|
||||
|
||||
# ------------- polly -------------
|
||||
|
||||
Package: libpolly-19-dev
|
||||
Package: libpolly-18-dev
|
||||
Architecture: any
|
||||
Multi-Arch: same
|
||||
Section: libdevel
|
||||
@ -233,10 +233,10 @@ Description: High-level loop and data-locality optimizer
|
||||
|
||||
# ------------- clang libraries -------------
|
||||
|
||||
Package: libclang-cpp19
|
||||
Package: libclang-cpp18
|
||||
Section: libs
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, libllvm19 (= ${binary:Version})
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, libllvm18 (= ${binary:Version})
|
||||
Pre-Depends: ${misc:Pre-Depends}
|
||||
Description: C++ interface to the Clang library
|
||||
Clang project is a C, C++, Objective C and Objective C++ front-end
|
||||
@ -254,12 +254,12 @@ Description: C++ interface to the Clang library
|
||||
locations with elements within the AST, and other facilities that support
|
||||
Clang-based development tools.
|
||||
|
||||
Package: libclang-cpp19-dev
|
||||
Package: libclang-cpp18-dev
|
||||
Architecture: any
|
||||
Section: libdevel
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, ${dep:devlibs},
|
||||
libclang-cpp19 (= ${binary:Version})
|
||||
# Move of libclang-cpp.so into libclang-cpp19.dev
|
||||
libclang-cpp18 (= ${binary:Version})
|
||||
# Move of libclang-cpp.so into libclang-cpp18.dev
|
||||
Description: C++ interface to the Clang library
|
||||
Clang project is a C, C++, Objective C and Objective C++ front-end
|
||||
based on the LLVM compiler. Its goal is to offer a replacement to the
|
||||
@ -280,10 +280,10 @@ Description: C++ interface to the Clang library
|
||||
linker at build time.
|
||||
|
||||
|
||||
Package: libfuzzer-19-dev
|
||||
Package: libfuzzer-18-dev
|
||||
Architecture: linux-any
|
||||
Section: libdevel
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, clang-19 (= ${binary:Version})
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, clang-18 (= ${binary:Version})
|
||||
Description: Library for coverage-guided fuzz testing
|
||||
LibFuzzer is a library for in-process, coverage-guided, evolutionary fuzzing
|
||||
of other libraries.
|
||||
@ -301,10 +301,10 @@ Description: Library for coverage-guided fuzz testing
|
||||
instrumentation.
|
||||
|
||||
|
||||
Package: python3-clang-19
|
||||
Package: python3-clang-18
|
||||
Section: python
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, python3, libclang-19-dev
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, python3, libclang-18-dev
|
||||
Replaces: python-clang-x.y,
|
||||
Conflicts: python-clang-x.y
|
||||
Provides: python-clang-x.y
|
||||
@ -318,7 +318,7 @@ Description: Clang Python Bindings
|
||||
.
|
||||
This binding package provides access to the Clang compiler and libraries.
|
||||
|
||||
Package: clang-19-examples
|
||||
Package: clang-18-examples
|
||||
Architecture: all
|
||||
Multi-Arch: foreign
|
||||
Section: doc
|
||||
@ -335,7 +335,7 @@ Description: Clang examples
|
||||
|
||||
# ------------- LLVM -------------
|
||||
|
||||
Package: libllvm19
|
||||
Package: libllvm18
|
||||
Architecture: any
|
||||
Section: libs
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||
@ -348,7 +348,7 @@ Description: Modular compiler and toolchain technologies, runtime library
|
||||
.
|
||||
This package contains the LLVM runtime library.
|
||||
|
||||
Package: llvm-19-linker-tools
|
||||
Package: llvm-18-linker-tools
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||
Description: Modular compiler and toolchain technologies - Plugins
|
||||
@ -358,13 +358,13 @@ Description: Modular compiler and toolchain technologies - Plugins
|
||||
.
|
||||
This package contains the LLVMgold and LLVMPolly linker plugins.
|
||||
|
||||
Package: llvm-19
|
||||
Package: llvm-18
|
||||
Architecture: any
|
||||
Suggests: llvm-19-doc
|
||||
Depends: llvm-19-runtime (= ${binary:Version}),
|
||||
llvm-19-linker-tools (= ${binary:Version}),
|
||||
Suggests: llvm-18-doc
|
||||
Depends: llvm-18-runtime (= ${binary:Version}),
|
||||
llvm-18-linker-tools (= ${binary:Version}),
|
||||
${shlibs:Depends}, ${misc:Depends}
|
||||
Recommends: llvm-19-dev
|
||||
Recommends: llvm-18-dev
|
||||
Description: Modular compiler and toolchain technologies
|
||||
LLVM is a collection of libraries and tools that make it easy to build
|
||||
compilers, optimizers, just-in-time code generators, and many other
|
||||
@ -388,7 +388,7 @@ Description: Modular compiler and toolchain technologies
|
||||
a young scheme front-end, and Java support is in development. LLVM can
|
||||
generate code for X96, SparcV10, PowerPC or many other architectures.
|
||||
|
||||
Package: llvm-19-runtime
|
||||
Package: llvm-18-runtime
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||
Recommends: binfmt-support | systemd
|
||||
@ -408,11 +408,11 @@ Description: Modular compiler and toolchain technologies, IR interpreter
|
||||
This package provides the minimal required to execute programs in LLVM
|
||||
format.
|
||||
|
||||
Package: llvm-19-dev
|
||||
Package: llvm-18-dev
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, libffi-dev, ${misc:Depends},
|
||||
llvm-19 (= ${binary:Version}), libllvm19 (= ${binary:Version}), libncurses-dev,
|
||||
llvm-19-tools (= ${binary:Version}), libclang-cpp19 (= ${binary:Version}),
|
||||
llvm-18 (= ${binary:Version}), libllvm18 (= ${binary:Version}), libncurses-dev,
|
||||
llvm-18-tools (= ${binary:Version}), libclang-cpp18 (= ${binary:Version}),
|
||||
libz3-dev, libxml2-dev
|
||||
Description: Modular compiler and toolchain technologies, libraries and headers
|
||||
LLVM is a collection of libraries and tools that make it easy to build
|
||||
@ -430,7 +430,7 @@ Description: Modular compiler and toolchain technologies, libraries and headers
|
||||
This package provides the libraries and headers to develop applications
|
||||
using llvm.
|
||||
|
||||
Package: llvm-19-tools
|
||||
Package: llvm-18-tools
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, python3,
|
||||
python3-pygments, python3-yaml,
|
||||
@ -450,11 +450,11 @@ Description: Modular compiler and toolchain technologies, tools
|
||||
.
|
||||
This package provides tools for testing.
|
||||
|
||||
Package: libllvm-19-ocaml-dev
|
||||
Package: libllvm-18-ocaml-dev
|
||||
Section: ocaml
|
||||
Architecture: amd64 arm64 armhf ppc64el s390x riscv64
|
||||
Suggests: llvm-19-doc
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, ${ocaml:Depends}, llvm-19-dev (= ${binary:Version})
|
||||
Suggests: llvm-18-doc
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, ${ocaml:Depends}, llvm-18-dev (= ${binary:Version})
|
||||
Replaces: libllvm-x.y-ocaml-dev
|
||||
Conflicts: libllvm-x.y-ocaml-dev
|
||||
Provides: ${ocaml:Provides}, libllvm-x.y-ocaml-dev
|
||||
@ -473,7 +473,7 @@ Description: Modular compiler and toolchain technologies, OCaml bindings
|
||||
.
|
||||
This package provides the OCaml bindings to develop applications using llvm.
|
||||
|
||||
Package: llvm-19-doc
|
||||
Package: llvm-18-doc
|
||||
Section: doc
|
||||
Architecture: all
|
||||
Multi-Arch: foreign
|
||||
@ -493,10 +493,10 @@ Description: Modular compiler and toolchain technologies, documentation
|
||||
.
|
||||
This package contains all documentation (extensive).
|
||||
|
||||
Package: llvm-19-examples
|
||||
Package: llvm-18-examples
|
||||
Section: doc
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}, llvm-19-dev (>= ${source:Version}), llvm-19-dev (<< ${source:Version}+c~)
|
||||
Depends: ${misc:Depends}, llvm-18-dev (>= ${source:Version}), llvm-18-dev (<< ${source:Version}+c~)
|
||||
Description: Modular compiler and toolchain technologies, examples
|
||||
LLVM is a collection of libraries and tools that make it easy to build
|
||||
compilers, optimizers, just-in-time code generators, and many other
|
||||
@ -516,20 +516,20 @@ Description: Modular compiler and toolchain technologies, examples
|
||||
|
||||
# ------------- lld -------------
|
||||
|
||||
Package: lld-19
|
||||
Package: lld-18
|
||||
Architecture: amd64 arm64 armel armhf i386 mipsel mips64el ppc64el kfreebsd-amd64 kfreebsd-i386 s390 s390x sparc alpha hppa m68k powerpcspe ppc64 sh4 sparc64 x32 riscv64 loong64
|
||||
# ia64 hurd powerpc have been removed
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, libllvm19 (= ${binary:Version})
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, libllvm18 (= ${binary:Version})
|
||||
Pre-Depends: ${misc:Pre-Depends}
|
||||
Description: LLVM-based linker
|
||||
LLD is a new, high-performance linker. It is built as a set of reusable
|
||||
components which highly leverage existing libraries in the larger LLVM
|
||||
Project.
|
||||
|
||||
Package: liblld-19
|
||||
Package: liblld-18
|
||||
Architecture: amd64 arm64 armel armhf i386 mipsel mips64el ppc64el kfreebsd-amd64 kfreebsd-i386 s390 s390x sparc alpha hppa m68k powerpcspe ppc64 sh4 sparc64 x32 riscv64 loong64
|
||||
# ia64 hurd powerpc have been removed
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, libllvm19 (= ${binary:Version})
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, libllvm18 (= ${binary:Version})
|
||||
Pre-Depends: ${misc:Pre-Depends}
|
||||
Section: libs
|
||||
Description: LLVM-based linker, library
|
||||
@ -539,12 +539,12 @@ Description: LLVM-based linker, library
|
||||
.
|
||||
This package contains the LLD runtime library.
|
||||
|
||||
Package: liblld-19-dev
|
||||
Package: liblld-18-dev
|
||||
Section: libdevel
|
||||
Architecture: amd64 arm64 armel armhf i386 mipsel mips64el ppc64el kfreebsd-amd64 kfreebsd-i386 s390 s390x sparc alpha hppa m68k powerpcspe ppc64 sh4 sparc64 x32 riscv64 loong64
|
||||
# ia64 hurd powerpc have been removed
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, lld-19 (= ${binary:Version}),
|
||||
liblld-19 (= ${binary:Version}), libzstd-dev, zlib1g-dev
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, lld-18 (= ${binary:Version}),
|
||||
liblld-18 (= ${binary:Version}), libzstd-dev, zlib1g-dev
|
||||
Pre-Depends: ${misc:Pre-Depends}
|
||||
Description: LLVM-based linker, header files
|
||||
LLD is a new, high-performance linker. It is built as a set of reusable
|
||||
@ -556,21 +556,21 @@ Description: LLVM-based linker, header files
|
||||
|
||||
# ------------- lldb -------------
|
||||
|
||||
Package: lldb-19
|
||||
Package: lldb-18
|
||||
Architecture: amd64 arm64 armel armhf i386 ppc64el kfreebsd-amd64 kfreebsd-i386 s390 s390x sparc hppa m68k sh4 x32 loong64
|
||||
# ia64 hurd powerpc powerpcspe ppc64 alpha riscv64 s390x sparc64 mipsel mips64el have been removed
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, libllvm19 (= ${binary:Version}),
|
||||
python3-lldb-19
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, libllvm18 (= ${binary:Version}),
|
||||
python3-lldb-18
|
||||
Pre-Depends: ${misc:Pre-Depends}
|
||||
Description: Next generation, high-performance debugger
|
||||
LLDB is a next generation, high-performance debugger. It is built as a set of
|
||||
reusable components which highly leverage existing libraries in the larger LLVM
|
||||
Project, such as the Clang expression parser and LLVM disassembler.
|
||||
|
||||
Package: liblldb-19
|
||||
Package: liblldb-18
|
||||
Architecture: amd64 arm64 armel armhf i386 ppc64el kfreebsd-amd64 kfreebsd-i386 s390 s390x sparc hppa m68k sh4 x32 loong64
|
||||
# ia64 hurd powerpc powerpcspe ppc64 alpha riscv64 s390x sparc64 mipsel mips64el have been removed
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, libllvm19 (= ${binary:Version})
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, libllvm18 (= ${binary:Version})
|
||||
Pre-Depends: ${misc:Pre-Depends}
|
||||
Section: libs
|
||||
Description: Next generation, high-performance debugger, library
|
||||
@ -580,11 +580,11 @@ Description: Next generation, high-performance debugger, library
|
||||
.
|
||||
This package contains the LLDB runtime library.
|
||||
|
||||
Package: python3-lldb-19
|
||||
Package: python3-lldb-18
|
||||
Section: python
|
||||
Architecture: amd64 arm64 armel armhf i386 ppc64el kfreebsd-amd64 kfreebsd-i386 s390 s390x sparc hppa m68k sh4 x32 loong64
|
||||
# ia64 hurd powerpc powerpcspe ppc64 alpha riscv64 s390x sparc64 mipsel mips64el have been removed
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}, liblldb-19 (= ${binary:Version})
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}, liblldb-18 (= ${binary:Version})
|
||||
Conflicts: python3-lldb-x.y
|
||||
Replaces: python3-lldb-x.y
|
||||
Provides: python3-lldb-x.y
|
||||
@ -596,11 +596,11 @@ Description: Next generation, high-performance debugger, python3 lib
|
||||
.
|
||||
This binding package provides access to lldb.
|
||||
|
||||
Package: liblldb-19-dev
|
||||
Package: liblldb-18-dev
|
||||
Section: libdevel
|
||||
Architecture: amd64 arm64 armel armhf i386 ppc64el kfreebsd-amd64 kfreebsd-i386 s390 s390x sparc hppa m68k sh4 x32 loong64
|
||||
# ia64 hurd powerpc powerpcspe ppc64 alpha riscv64 s390x sparc64 mipsel mips64el have been removed
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, lldb-19 (= ${binary:Version})
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, lldb-18 (= ${binary:Version})
|
||||
Pre-Depends: ${misc:Pre-Depends}
|
||||
Description: Next generation, high-performance debugger, header files
|
||||
LLDB is a next generation, high-performance debugger. It is built as a set of
|
||||
@ -614,12 +614,12 @@ Description: Next generation, high-performance debugger, header files
|
||||
# 44 because it was the first version in which openmp & libc++ have been
|
||||
# managed in llvm-defaults
|
||||
|
||||
Package: libomp-19-dev
|
||||
Package: libomp-18-dev
|
||||
Section: libdevel
|
||||
Architecture: amd64 arm64 armhf i386 loong64 mips64el ppc64el ppc64 riscv64
|
||||
Depends: libomp5-19 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
|
||||
Suggests: libomp-19-doc
|
||||
Breaks: libiomp-dev (<< 3.7-1), libomp-dev (<< 44)
|
||||
Depends: libomp5-18 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
|
||||
Suggests: libomp-18-doc
|
||||
Breaks: libiomp-dev (<< 3.7-1)
|
||||
Provides: libomp-x.y-dev
|
||||
Conflicts: libomp-x.y-dev
|
||||
Replaces: libomp-x.y-dev
|
||||
@ -628,11 +628,10 @@ Description: LLVM OpenMP runtime - dev package
|
||||
linked against, and that manages the multiple threads in an OpenMP program
|
||||
while it is executing.
|
||||
|
||||
Package: libomp5-19
|
||||
Package: libomp5-18
|
||||
Multi-Arch: same
|
||||
Architecture: amd64 arm64 armhf i386 loong64 mips64el ppc64el ppc64 riscv64
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||
Breaks: libomp5 (<< 44)
|
||||
Provides: libomp-x.y
|
||||
Conflicts: libomp-x.y
|
||||
Replaces: libomp-x.y
|
||||
@ -641,7 +640,7 @@ Description: LLVM OpenMP runtime
|
||||
linked against, and that manages the multiple threads in an OpenMP program
|
||||
while it is executing.
|
||||
|
||||
Package: libomp-19-doc
|
||||
Package: libomp-18-doc
|
||||
Section: doc
|
||||
Architecture: all
|
||||
Multi-Arch: foreign
|
||||
@ -657,14 +656,13 @@ Description: LLVM OpenMP runtime - Documentation
|
||||
|
||||
# ------------- libcxx -------------
|
||||
|
||||
Package: libc++1-19
|
||||
Package: libc++1-18
|
||||
Section: libs
|
||||
Architecture: any
|
||||
Multi-Arch: same
|
||||
Pre-Depends: ${misc:Pre-Depends}
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||
Suggests: clang
|
||||
Breaks: libc++1 (<< 44)
|
||||
Provides: libc++-x.y
|
||||
Conflicts: libc++-x.y
|
||||
Replaces: libc++-x.y
|
||||
@ -681,17 +679,16 @@ Description: LLVM C++ Standard library
|
||||
as exception objects, rtti and memory allocation.
|
||||
* Extensive unit tests.
|
||||
|
||||
Package: libc++-19-dev
|
||||
Package: libc++-18-dev
|
||||
Section: libdevel
|
||||
Architecture: any
|
||||
Multi-Arch: same
|
||||
Depends: libc++1-19 (= ${binary:Version}), ${misc:Depends},
|
||||
libc++abi-19-dev (= ${binary:Version}),
|
||||
libunwind-19-dev [amd64 arm64 armhf i386 loong64 ppc64el ppc64 riscv64]
|
||||
Breaks: libc++-dev (<< 44), libc++abi-19-dev (<< 1:19~++20231211102647+75193b192ad9-1)
|
||||
Depends: libc++1-18 (= ${binary:Version}), ${misc:Depends},
|
||||
libc++abi-18-dev (= ${binary:Version}),
|
||||
libunwind-18-dev [amd64 arm64 armhf i386 loong64 ppc64el ppc64 riscv64]
|
||||
Provides: libc++-x.y-dev
|
||||
Conflicts: libc++-x.y-dev
|
||||
Replaces: libc++-x.y-dev, libc++abi-19-dev (<< 1:19~++20231211102647+75193b192ad9-1)
|
||||
Replaces: libc++-x.y-dev
|
||||
Description: LLVM C++ Standard library (development files)
|
||||
libc++ is another implementation of the C++ standard library
|
||||
.
|
||||
@ -705,11 +702,11 @@ Description: LLVM C++ Standard library (development files)
|
||||
as exception objects, rtti and memory allocation.
|
||||
* Extensive unit tests.
|
||||
|
||||
Package: libc++-19-dev-wasm32
|
||||
Package: libc++-18-dev-wasm32
|
||||
Section: libdevel
|
||||
Architecture: all
|
||||
Multi-Arch: foreign
|
||||
Depends: wasi-libc, libc++abi-19-dev-wasm32, ${misc:Depends}
|
||||
Depends: wasi-libc, libc++abi-18-dev-wasm32, ${misc:Depends}
|
||||
Provides: libc++-x.y-dev-wasm32
|
||||
Conflicts: libc++-x.y-dev-wasm32
|
||||
Replaces: libc++-x.y-dev-wasm32
|
||||
@ -730,13 +727,12 @@ Description: LLVM C++ Standard library (WASI)
|
||||
|
||||
# ------------- libcxxabi -------------
|
||||
|
||||
Package: libc++abi1-19
|
||||
Package: libc++abi1-18
|
||||
Section: libs
|
||||
Architecture: any
|
||||
Multi-Arch: same
|
||||
Pre-Depends: ${misc:Pre-Depends}
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||
Breaks: libc++abi1 (<< 44)
|
||||
Provides: libc++abi-x.y
|
||||
Conflicts: libc++abi-x.y
|
||||
Replaces: libc++abi-x.y
|
||||
@ -749,11 +745,11 @@ Description: LLVM low level support for a standard C++ library
|
||||
* Correctness as defined by the C++ standards.
|
||||
* Provide a portable sublayer to ease the porting of libc++
|
||||
|
||||
Package: libc++abi-19-dev
|
||||
Package: libc++abi-18-dev
|
||||
Section: libdevel
|
||||
Architecture: any
|
||||
Multi-Arch: same
|
||||
Depends: libc++abi1-19 (= ${binary:Version}), ${misc:Depends}
|
||||
Depends: libc++abi1-18 (= ${binary:Version}), ${misc:Depends}
|
||||
Breaks: libc++abi-dev (<= 44)
|
||||
Provides: libc++abi-x.y-dev
|
||||
Conflicts: libc++abi-x.y-dev
|
||||
@ -767,7 +763,7 @@ Description: LLVM low level support for a standard C++ library (development file
|
||||
* Correctness as defined by the C++ standards.
|
||||
* Provide a portable sublayer to ease the porting of libc++
|
||||
|
||||
Package: libc++abi-19-dev-wasm32
|
||||
Package: libc++abi-18-dev-wasm32
|
||||
Section: libdevel
|
||||
Architecture: all
|
||||
Multi-Arch: foreign
|
||||
@ -788,14 +784,14 @@ Description: LLVM low level support for a standard C++ library (WASI)
|
||||
|
||||
# ------------- libclc -------------
|
||||
|
||||
Package: libclc-19
|
||||
Package: libclc-18
|
||||
Section: libs
|
||||
Architecture: all
|
||||
Multi-Arch: foreign
|
||||
Depends:
|
||||
${misc:Depends},
|
||||
libclc-19-dev (= ${binary:Version}),
|
||||
libclang-common-19-dev,
|
||||
libclc-18-dev (= ${binary:Version}),
|
||||
libclang-common-18-dev,
|
||||
Breaks: libclc-amdgcn, libclc-ptx, libclc-r600
|
||||
Provides: libclc-x.y
|
||||
Conflicts: libclc-x.y
|
||||
@ -807,7 +803,7 @@ Description: OpenCL C language implementation - platform support
|
||||
This package contains support for the amdgcn (AMD GPU), PTX and r600
|
||||
platforms.
|
||||
|
||||
Package: libclc-19-dev
|
||||
Package: libclc-18-dev
|
||||
Section: libdevel
|
||||
Architecture: all
|
||||
Multi-Arch: foreign
|
||||
@ -825,7 +821,7 @@ Description: OpenCL C language implementation - development files
|
||||
|
||||
# ------------- libunwind -------------
|
||||
|
||||
Package: libunwind-19
|
||||
Package: libunwind-18
|
||||
Section: libs
|
||||
Architecture: amd64 arm64 armhf i386 loong64 ppc64el ppc64 riscv64
|
||||
Multi-Arch: same
|
||||
@ -842,13 +838,13 @@ Description: production-quality unwinder
|
||||
or to operate on another process (aka remote), but only the local path has
|
||||
been implemented. Remote unwinding remains as future work.
|
||||
|
||||
Package: libunwind-19-dev
|
||||
Package: libunwind-18-dev
|
||||
Section: libdevel
|
||||
Architecture: amd64 arm64 armhf i386 loong64 ppc64el ppc64 riscv64
|
||||
Multi-Arch: same
|
||||
Depends:
|
||||
${misc:Depends},
|
||||
libunwind-19 (= ${binary:Version})
|
||||
libunwind-18 (= ${binary:Version})
|
||||
Provides: libunwind-dev, libunwind-x.y-dev
|
||||
Conflicts: libunwind-dev, libunwind-x.y-dev
|
||||
Replaces: libunwind-dev, libunwind-x.y-dev
|
||||
@ -862,7 +858,7 @@ Description: production-quality unwinder
|
||||
|
||||
# ------------- mlir -------------
|
||||
|
||||
Package: mlir-19-tools
|
||||
Package: mlir-18-tools
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||
Description: Multi-Level Intermediate Representation tools
|
||||
@ -873,7 +869,7 @@ Description: Multi-Level Intermediate Representation tools
|
||||
.
|
||||
This package provides tools.
|
||||
|
||||
Package: libmlir-19
|
||||
Package: libmlir-18
|
||||
Section: libs
|
||||
Architecture: any
|
||||
Multi-Arch: same
|
||||
@ -889,13 +885,13 @@ Description: Multi-Level Intermediate Representation library
|
||||
specific compilers, and aid in connecting existing compilers together.
|
||||
|
||||
|
||||
Package: libmlir-19-dev
|
||||
Package: libmlir-18-dev
|
||||
Section: libdevel
|
||||
Architecture: any
|
||||
Multi-Arch: same
|
||||
Depends:
|
||||
${misc:Depends},
|
||||
libmlir-19 (= ${binary:Version})
|
||||
libmlir-18 (= ${binary:Version})
|
||||
Breaks: libmlir-dev
|
||||
Provides: libmlir-x.y-dev
|
||||
Conflicts: libmlir-x.y-dev
|
||||
@ -909,16 +905,16 @@ Description: Multi-Level Intermediate Representation library
|
||||
|
||||
# ------------- bolt -------------
|
||||
|
||||
Package: bolt-19
|
||||
Package: bolt-18
|
||||
Architecture: amd64
|
||||
# Disable on arm64 because libbolt_rt_hugify.a isn't generated
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, libbolt-19-dev (= ${binary:Version}),
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, libbolt-18-dev (= ${binary:Version}),
|
||||
Pre-Depends: ${misc:Pre-Depends}
|
||||
Description: Post-link optimizer
|
||||
It achieves the improvements by optimizing application's code layout based on
|
||||
execution profile gathered by sampling profiler.
|
||||
|
||||
Package: libbolt-19-dev
|
||||
Package: libbolt-18-dev
|
||||
Section: libdevel
|
||||
Architecture: amd64
|
||||
#arm64
|
||||
@ -929,11 +925,11 @@ Description: Post-link optimizer
|
||||
|
||||
# ------------- flang -------------
|
||||
|
||||
Package: flang-19
|
||||
Package: flang-18
|
||||
# no 32bit support
|
||||
# https://github.com/llvm/llvm-project/issues/59845
|
||||
Architecture: amd64 arm64 mips64el ppc64el kfreebsd-amd64 ppc64 sparc64 riscv64 loong64
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, ${dep:devlibs}, libflang-19-dev (= ${binary:Version}),
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, ${dep:devlibs}, libflang-18-dev (= ${binary:Version}),
|
||||
Provides: fortran-compiler, gfortran-mod-15
|
||||
Description: Fortran compiler
|
||||
Ground-up implementation of a Fortran front end written in
|
||||
@ -942,7 +938,7 @@ Description: Fortran compiler
|
||||
While it is capable of generating executables for a number
|
||||
of examples, some functionalities are still missing.
|
||||
|
||||
Package: libflang-19-dev
|
||||
Package: libflang-18-dev
|
||||
Architecture: amd64 arm64 mips64el ppc64el kfreebsd-amd64 ppc64 sparc64 riscv64 loong64
|
||||
Section: libdevel
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, ${dep:devlibs},
|
||||
|
Loading…
Reference in New Issue
Block a user