#41286: fftw-3-single not built correctly ----------------------------+------------------- Reporter: bill.6@… | Owner: ram@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: fftw-3-single | ----------------------------+------------------- Comment (by bill.6@…): OK, I've looked at this more carefully. The problem seems to be that the configure has been done with --disable- fortran. This is not the default and the overhead of building the legacy Fortran wrappers is small so I'm not sure why it has been chosen. The fftw-3-single portfile has --enable-fortran but the dependent fftw-3 has --disable-fortran. Is it possible that the dependent configure arguments are overriding the dependee. I am building old code that uses the legacy Fortran function names which start with _sfftw for single precision. Whatever is happening, I would say that using --enable-fortran (or nothing as it is the default) would be best and will not break any ones builds. -- Ticket URL: <https://trac.macports.org/ticket/41286#comment:3> MacPorts <http://www.macports.org/> Ports system for OS X