mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-07 16:08:27 +00:00
Make sure flang-16 depends on libflang-16-dev (Closes: #1041202)
This commit is contained in:
parent
4d733e01c2
commit
8995e6778a
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
llvm-toolchain-16 (1:16.0.6-8) unstable; urgency=medium
|
||||||
|
|
||||||
|
* Make sure flang-16 depends on libflang-16-dev (Closes: #1041202)
|
||||||
|
|
||||||
|
-- Gianfranco Costamagna <locutusofborg@debian.org> Wed, 02 Aug 2023 09:30:36 +0200
|
||||||
|
|
||||||
llvm-toolchain-16 (1:16.0.6-7) unstable; urgency=medium
|
llvm-toolchain-16 (1:16.0.6-7) unstable; urgency=medium
|
||||||
|
|
||||||
* Use spirv-16 to build llvm. This should fix libclc-16 content
|
* Use spirv-16 to build llvm. This should fix libclc-16 content
|
||||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -935,7 +935,7 @@ Package: flang-16
|
|||||||
# no 32bit support
|
# no 32bit support
|
||||||
# https://github.com/llvm/llvm-project/issues/59845
|
# https://github.com/llvm/llvm-project/issues/59845
|
||||||
Architecture: amd64 arm64 mips64el ppc64el kfreebsd-amd64 ppc64 sparc64 riscv64
|
Architecture: amd64 arm64 mips64el ppc64el kfreebsd-amd64 ppc64 sparc64 riscv64
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}, ${dep:devlibs},
|
Depends: ${shlibs:Depends}, ${misc:Depends}, ${dep:devlibs}, libflang-16-dev (= ${binary:Version}),
|
||||||
Provides: fortran-compiler, gfortran-mod-15
|
Provides: fortran-compiler, gfortran-mod-15
|
||||||
Description: Fortran compiler
|
Description: Fortran compiler
|
||||||
Ground-up implementation of a Fortran front end written in
|
Ground-up implementation of a Fortran front end written in
|
||||||
|
2
debian/control.in
vendored
2
debian/control.in
vendored
@ -935,7 +935,7 @@ Package: flang-@LLVM_VERSION@
|
|||||||
# no 32bit support
|
# no 32bit support
|
||||||
# https://github.com/llvm/llvm-project/issues/59845
|
# https://github.com/llvm/llvm-project/issues/59845
|
||||||
Architecture: amd64 arm64 mips64el ppc64el kfreebsd-amd64 ppc64 sparc64 riscv64
|
Architecture: amd64 arm64 mips64el ppc64el kfreebsd-amd64 ppc64 sparc64 riscv64
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}, ${dep:devlibs},
|
Depends: ${shlibs:Depends}, ${misc:Depends}, ${dep:devlibs}, libflang-@LLVM_VERSION@-dev (= ${binary:Version}),
|
||||||
Provides: fortran-compiler, gfortran-mod-15
|
Provides: fortran-compiler, gfortran-mod-15
|
||||||
Description: Fortran compiler
|
Description: Fortran compiler
|
||||||
Ground-up implementation of a Fortran front end written in
|
Ground-up implementation of a Fortran front end written in
|
||||||
|
Loading…
Reference in New Issue
Block a user