update flang desc

This commit is contained in:
Sylvestre Ledru 2023-01-03 00:37:46 +01:00
parent 8f960a5e69
commit a5a28bb9d5
2 changed files with 40 additions and 8 deletions

24
debian/control vendored
View File

@ -932,10 +932,14 @@ Description: Post-link optimizer
Package: flang-15
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${dep:devlibs},
Depends: ${sh libs:Depends}, ${misc:Depends}, ${dep:devlibs},
Provides: fortran-compiler, gfortran-mod-15
Description: Fortran compiler
TODO
Ground-up implementation of a Fortran front end written in
modern C++.
.
While it is capable of generating executables for a number
of examples, some functionalities are still missing.
Package: libflang1-15
Section: libs
@ -943,7 +947,13 @@ Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Flang library
TODO
Ground-up implementation of a Fortran front end written in
modern C++.
.
While it is capable of generating executables for a number
of examples, some functionalities are still missing.
.
This package contains the flang cmake.
Package: libflang-15-dev
@ -951,4 +961,10 @@ Architecture: any
Section: libdevel
Depends: ${shlibs:Depends}, ${misc:Depends}, ${dep:devlibs},
Description: Flang library - Development package
TODO
Ground-up implementation of a Fortran front end written in
modern C++.
.
While it is capable of generating executables for a number
of examples, some functionalities are still missing.
.
This package contains the flang libraries and headers.

24
debian/control.in vendored
View File

@ -932,10 +932,14 @@ Description: Post-link optimizer
Package: flang-@LLVM_VERSION@
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${dep:devlibs},
Depends: ${sh libs:Depends}, ${misc:Depends}, ${dep:devlibs},
Provides: fortran-compiler, gfortran-mod-15
Description: Fortran compiler
TODO
Ground-up implementation of a Fortran front end written in
modern C++.
.
While it is capable of generating executables for a number
of examples, some functionalities are still missing.
Package: libflang1-@LLVM_VERSION@
Section: libs
@ -943,7 +947,13 @@ Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Flang library
TODO
Ground-up implementation of a Fortran front end written in
modern C++.
.
While it is capable of generating executables for a number
of examples, some functionalities are still missing.
.
This package contains the flang cmake.
Package: libflang-@LLVM_VERSION@-dev
@ -951,4 +961,10 @@ Architecture: any
Section: libdevel
Depends: ${shlibs:Depends}, ${misc:Depends}, ${dep:devlibs},
Description: Flang library - Development package
TODO
Ground-up implementation of a Fortran front end written in
modern C++.
.
While it is capable of generating executables for a number
of examples, some functionalities are still missing.
.
This package contains the flang libraries and headers.