Opened 16 months ago

Closed 15 months ago

Last modified 15 months ago

#66543 closed defect (fixed)

py39-pyfftw @0.13.0: error: implicit declaration of function 'fftw_plan_dft' is invalid in C99

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: lpsinger (Leo Singer)
Priority: Normal Milestone:
Component: ports Version: 2.8.0
Keywords: ventura Cc:
Port: py-pyfftw

Description

https://build.macports.org/builders/ports-13_x86_64-builder/builds/5745/steps/install-port/logs/stdio

/opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_python_py-pyfftw/py39-pyfftw/work/.tmp/pyfftw-7n8p7p3n/fftw_plan_dft.c:2:17: error: implicit declaration of function 'fftw_plan_dft' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
                fftw_plan_dft();
                ^
1 error generated.

Change History (2)

comment:1 Changed 15 months ago by kencu (Ken)

Resolution: fixed
Status: assignedclosed

In eb9eb524580e46136e0b1391a4ee0b6048572c3e/macports-ports (master):

py-pyfftw: add cflags onto configure.cc

appending them onto cflags doesn't work with python ports
closes: #66543

comment:2 Changed 15 months ago by ryandesign (Ryan Carsten Schmidt)

Port: py-pyfftw added; _py-pyfftw removed
Note: See TracTickets for help on using tickets.