Search Criteria
Package Details: dynaphopy 1.17.15-1
Package Actions
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) |
Dependencies (4)
- python-phonopyAUR
- python-scipy (python-scipy-mkl-binAUR, python-scipy-gitAUR, python-scipy-mklAUR, python-scipy-mkl-tbbAUR)
- python (python37AUR, python311AUR, python310AUR) (make)
- python-setuptools (make)
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:
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 mandatorypython-pyaml
is not needed butpython-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.