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
|
Source: phonopy
Priority: optional
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Uploaders:
Andrius Merkys <merkys@debian.org>,
Build-Depends:
cmake,
debhelper-compat (= 13),
dh-python,
python3-dev,
python3-numpy,
python3-pytest <!nocheck>,
python3-scipy <!nocheck>,
python3-setuptools,
python3-spglib <!nocheck>,
python3-yaml <!nocheck>,
python3:any,
Standards-Version: 4.6.2
Section: libs
Homepage: https://phonopy.github.io/phonopy/
Vcs-Browser: https://salsa.debian.org/debichem-team/phonopy
Vcs-Git: https://salsa.debian.org/debichem-team/phonopy.git
Rules-Requires-Root: no
Package: libphpy-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
libphpy1 (= ${binary:Version}),
${misc:Depends},
Description: phonon calculations at harmonic and quasi-harmonic levels (development files)
Phonopy is an open source package for phonon calculations at harmonic and
quasi-harmonic levels.
.
This library contains development files.
Package: libphpy1
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
${shlibs:Depends},
Description: phonon calculations at harmonic and quasi-harmonic levels (shared library)
Phonopy is an open source package for phonon calculations at harmonic and
quasi-harmonic levels.
.
This package contains the shared library.
Package: python3-phonopy
Section: python
Architecture: any
Depends:
python3-scipy,
${misc:Depends},
${python3:Depends},
${shlibs:Depends},
Description: phonon calculations at harmonic and quasi-harmonic levels (Python 3)
Phonopy is an open source package for phonon calculations at harmonic and
quasi-harmonic levels.
.
This package contains Python 3 module.
|