Package Details: gnucap-python-git r291.86868e8-1

Git Clone URL: https://aur.archlinux.org/gnucap-python-git.git (read-only, click to copy)
Package Base: gnucap-python-git
Description: Python bindings for Gnucap
Upstream URL: https://codeberg.org/gnucap/gnucap-python/src/branch/develop/README
Licenses: GPL
Conflicts: gnucap-python
Provides: gnucap-python
Submitter: d_adler
Maintainer: d_adler (felixs)
Last Packager: d_adler
Votes: 1
Popularity: 0.000000
First Submitted: 2018-10-16 12:28 (UTC)
Last Updated: 2021-01-03 20:09 (UTC)

Latest Comments

potatoe commented on 2019-11-14 18:13 (UTC)

Looks like this includes a hard-coded path to the python3.7 directory for numpy, which breaks now that arch has updated to python3.8. Changing the 3.7 to a 3.8 seems to build fine. I guess a more generic fix would be something like CPPFLAGS="-I$(python -c 'import numpy; print(numpy.get_include())')/" but that's kind of ugly looking and numpy can be quite slow to import sometimes.