1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68
|
Source: lfortran
Section: devel
Priority: optional
Standards-Version: 4.7.0
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Alastair McKinstry <mckinstry@debian.org>
Build-Depends: debhelper-compat (= 13),
cmake,
re2c,
bison,
pandoc,
libfmt-dev,
llvm-19-dev,
libunwind-dev,
libjsoncpp-dev,
binutils-dev,
libiberty-dev,
libzstd-dev,
libcurl4-gnutls-dev,
rapidjson-dev,
xeus-dev, xeus-zmq-dev,
zlib1g-dev
Homepage: https://lfortran.org
Vcs-Browser: https://salsa.debian.org/science-team/lfortran.git
Vcs-Git: https://salsa.debian.org/science-team/lfortran.git
Package: lfortran
Architecture: any
Provides: fortran-compiler, lfortran-mod-0
Built-Using: ${Built-Using}
Depends: ${misc:Depends}, ${shlibs:Depends}, liblfortran-runtime0 ( = ${binary:Version}),
clang-19,
python3:any ,
liblfortran-dev ( = ${binary:Version}),
Description: Modern interactive LLVM-based Fortran compiler
LFortran is a modern open-source (BSD licensed) interactive Fortran compiler
built on top of LLVM. It can execute user’s code interactively to allow
exploratory work (much like Python, MATLAB or Julia) as well as compile
to binaries with the goal to run user’s code on modern architectures such
as multi-core CPUs and GPUs.
Package: liblfortran-runtime0
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Runtime libraries for the lfortran compiler
LFortran is a modern open-source (BSD licensed) interactive Fortran compiler
built on top of LLVM. It can execute user’s code interactively to allow
exploratory work (much like Python, MATLAB or Julia) as well as compile
to binaries with the goal to run user’s code on modern architectures such
as multi-core CPUs and GPUs.
.
This provides the lfortran runtime libraries.
Package: liblfortran-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, liblfortran-runtime0 (= ${binary:Version})
Description: flang library - Development package.
LFortran is a modern open-source (BSD licensed) interactive Fortran compiler
built on top of LLVM. It can execute user’s code interactively to allow
exploratory work (much like Python, MATLAB or Julia) as well as compile
to binaries with the goal to run user’s code on modern architectures such
as multi-core CPUs and GPUs.
.
This provides the static libraries and development files.
|