Package Details: dynaphopy 1.17.15-1

Git Clone URL: https://aur.archlinux.org/dynaphopy.git (read-only, click to copy)
Package Base: dynaphopy
Description: Dynaphopy allows to calculate anharmonic phonon linewidhts and frequency shifts using the mode descomposition technique
Upstream URL: https://github.com/abelcarreras/DynaPhoPy
Licenses: MIT
Submitter: salviati
Maintainer: yuhldr
Last Packager: yuhldr
Votes: 0
Popularity: 0.000000
First Submitted: 2019-08-20 00:32 (UTC)
Last Updated: 2023-07-28 03:18 (UTC)

Latest Comments

MarsSeed commented on 2023-06-18 14:02 (UTC) (edited on 2023-07-02 12:40 (UTC) by MarsSeed)

And also kindly add the following PKGBUILD fields:

provides=("python-dynaphopy=$pkgver")
conflicts=('python-dynaphopy')

To make it easier for package maintainers to discover this package.

MarsSeed commented on 2023-06-18 13:56 (UTC)

Also as per requirements.txt, the following changes are needed:

  • python-seekpath is mandatory now.
  • phonopy is also mandatory
  • python-pyaml is not needed but python-yaml is (Arch's name for PyYAML).

Optional dependencies:

Unneeded:

MarsSeed commented on 2023-06-18 13:24 (UTC) (edited on 2023-06-18 18:00 (UTC) by MarsSeed)

Please remove dependency openblas, it is a remnant and a non-useful partial package on Arch.

Instead, maybe you can make the new blas-openblas an optdepend: it can be a drop-in replacement for NumPy's blas/lapack dependency.

But please consider that you should not force openblas, as there are other optimized implementations, like intel-mkl. Users should be allowed to choose their preferred NumPy and its backend.