Package Details: python-nimfa 1.4.0-1

Git Clone URL: https://aur.archlinux.org/python-nimfa.git (read-only, click to copy)
Package Base: python-nimfa
Description: Nonnegative matrix factorization in Python
Upstream URL: https://github.com/mims-harvard/nimfa
Licenses: BSD
Submitter: clintval
Maintainer: None
Last Packager: lmartinez-mirror
Votes: 0
Popularity: 0.000000
First Submitted: 2018-05-17 02:57 (UTC)
Last Updated: 2021-09-26 19:18 (UTC)

Latest Comments

pirofti commented on 2021-02-13 22:56 (UTC)

Hi,

First, thank you for the package! Bellow are a few current issues.

Extra package() function stops the build. The diff bellow fixes this. Also the package is out of date now.

diff --git PKGBUILD PKGBUILD index 591e7be..12c9c25 100644 --- PKGBUILD +++ PKGBUILD @@ -20,11 +20,6 @@ prepare() {    cp -a nimfa-"${pkgver}"{,-py2}  }  -package() { -  cd "${srcdir}"/nimfa-"${pkgver}" -  python setup.py install --root="${pkgdir}/" --optimize=1 -} -  build(){    cd "${srcdir}"/nimfa-"${pkgver}"    python setup.py build