CVSROOT:        /cvs
Module name:    ports
Changes by:     rsadow...@cvs.openbsd.org       2024/02/03 13:09:07

Modified files:
        math/fftw3     : Makefile 
        math/fftw3/pkg : PFRAG.double-main PFRAG.float-main 

Log message:
fix the missing FFTW3LibraryDepends.cmake

This file would normally be generated by cmake, but we are using the more
feature-complete and stable autotools configure.

https://github.com/FFTW/fftw3/issues/130

- Split cmake files in fftw3 and fftw3f depending on the FLAVOR.
- Subst FFTW3LibraryDepends.cmake
- With this approach we could introduce "--enable-long-double" (l) and
"--enable-quad-precision" (q) if we need it.

Reply via email to