Search Criteria
Package Details: python-pyfftw 0.15.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-pyfftw.git (read-only, click to copy) |
---|---|
Package Base: | python-pyfftw |
Description: | A pythonic wrapper around FFTW |
Upstream URL: | https://github.com/pyFFTW/pyFFTW |
Licenses: | BSD-3-Clause |
Submitter: | anntzer |
Maintainer: | fordprefect (carlosal1015) |
Last Packager: | carlosal1015 |
Votes: | 4 |
Popularity: | 0.000000 |
First Submitted: | 2015-10-02 22:33 (UTC) |
Last Updated: | 2024-11-12 20:49 (UTC) |
Dependencies (13)
- fftw (fftw-amdAUR)
- openmp
- python-numpy (python-numpy-flameAUR, python-numpy-mkl-binAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mklAUR, python-numpy-mkl-tbbAUR)
- cython (cython-gitAUR, cython0AUR) (make)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
- python-dask (check)
- python-pytest (check)
- python-scipy (python-scipy-mkl-binAUR, python-scipy-gitAUR, python-scipy-mklAUR, python-scipy-mkl-tbbAUR) (check)
- python-dask (optional) – dask.fft support
- python-scipy (python-scipy-mkl-binAUR, python-scipy-gitAUR, python-scipy-mklAUR, python-scipy-mkl-tbbAUR) (optional) – scipy.fftpack support
Required by (6)
- python-fluiddyn (optional)
- python-mpi4py-fft (optional)
- python-poppy (optional)
- python-py-pde (optional)
- python-ssqueezepy (optional)
- vapoursynth-plugin-vsdfft-git
Latest Comments
« First ‹ Previous 1 2
E3LDDfrK commented on 2020-02-04 20:00 (UTC) (edited on 2020-02-04 21:37 (UTC) by E3LDDfrK)
edit2: Seems it's caused by outdated python-pyfftw, https://stackoverflow.com/questions/59959319/import-error-with-pyfftw-scipy-fftpack-in-python-3-8 https://github.com/pyFFTW/pyFFTW/issues/279
I got a bunch of
As a consequence, the build fails
I used
makepkg -si
to build it. edit: And I removedpyrex
from the PKGBUILD too.E3LDDfrK commented on 2020-02-04 19:32 (UTC)
Perhaps the upstream url needs to be changed to https://github.com/pyFFTW/pyFFTW or https://pyfftw.readthedocs.io/en/latest/.
SpotlightKid commented on 2019-10-18 12:19 (UTC)
That 'pyrex' make dependency is bogus. The error mentioned by @drws below is resovled by 'cython' as a make dependency already. The SO-article he links is about a different package, that really still depends on Pyrex, but that's a very rare thing today. If you see a '*.pyx' file today, it is meant to be compiled by Cython. The package builds successfully and works without 'pyrex' installed.
Regarding the check function, you can also disable it by passing
--nocheck
tomakepkg
.fordprefect commented on 2019-03-13 17:51 (UTC)
INFO: to speed up package build, disable tests by commenting out the check-function.
fordprefect commented on 2019-03-13 17:51 (UTC)
@drws: sorry to check back so late. The build issues were due to both pyrex and cython missing. I have added them, it should work now. If you encounter further problems, please let me know.
drws commented on 2019-03-05 11:37 (UTC)
I was sure the build went through, however, I now noticed that pyrex installation did not solve the problem.
Did anyone found a workaround yet?
drws commented on 2019-03-05 10:35 (UTC)
Another missing dependency is "pyrex". Without it the following error occurs during build:
error: unknown file type '.pyx' (from 'pyfftw/pyfftw.pyx')
An informative link on this topic: https://stackoverflow.com/questions/6846084/unknown-file-type-error-with-pyx-file
fordprefect commented on 2017-11-08 21:51 (UTC)
zkrx commented on 2017-11-08 14:44 (UTC)
« First ‹ Previous 1 2