Files
elpa/debian.control
Atri Bhattacharya 0bba0c2743 Accepting request 1224908 from home:terminationshock
Added files for creating Debian packages.
I am aware that the science project is not enabled for Debian/Ubuntu builds right now. Do you see any chance to either enable deb builds as well or create a subproject for that?
Thanks a lot!

OBS-URL: https://build.opensuse.org/request/show/1224908
OBS-URL: https://build.opensuse.org/package/show/science/elpa?expand=0&rev=19
2024-12-08 00:42:06 +00:00

36 lines
827 B
Plaintext

Source: elpa
Section: science
Priority: optional
Maintainer: Tobias Melson <code@tobias-melson.de>
Build-Depends:
debhelper (>= 10),
debhelper-compat (= 10),
gcc,
g++,
gfortran,
libblas-dev,
liblapack-dev,
libopenmpi-dev,
pkg-config,
libscalapack-mpi-dev,
mpi-default-dev
Standards-Version: 3.9.4
Package: libelpa19
Architecture: any
Section: libs
Depends:
${shlibs:Depends},
${misc:Depends}
Description: An efficient distributed parallel direct eigenvalue solver for symmetric matrices
It contains both an improved one-step ScaLAPACK type solver (ELPA1) and the two-step solver ELPA2.
Package: libelpa-dev
Architecture: any
Section: libdevel
Depends:
${shlibs:Depends},
${misc:Depends},
libelpa19 (= ${binary:Version})
Description: Development files for elpa