2021-05-16 12:14:09 by Nia Alarie | Files touched by this commit (5) |
Log message: split fftw package into -long and -quad precision variants the package previously used PKG_OPTIONS for this, but PKG_OPTIONS are harmful in the case that they effect the resulting ABI of library packages. this way, things that actually need fftwl and fftwq can depend on these sub-packages. this also fixes fftwq on NetBSD by making it pull in libquadmath. another thing about PKG_OPTIONS for library components is that they mean certain components don't get tested... |
2021-05-16 10:44:33 by Nia Alarie | Files touched by this commit (2) |
Log message: fftw: enable altivec (detected at runtime) on powerpc test suite runs on mac mini g4. |
2021-05-15 13:20:53 by Nia Alarie | Files touched by this commit (1) |
Log message: fftw: avx usage is also gcc-specific in this package... |
2021-05-15 13:18:58 by Nia Alarie | Files touched by this commit (2) |
Log message: fftw: also move generic simd support to options.mk (on by default) |
2021-05-15 13:05:30 by Nia Alarie | Files touched by this commit (3) |
Log message: fftw: clean up funrolling, make avx into a package option |
2021-05-15 12:19:33 by Nia Alarie | Files touched by this commit (2) |
Log message: ughhhhh |
2021-05-15 12:12:31 by Nia Alarie | Files touched by this commit (1) |
Log message: fftw: fix gcc version matching for earlier versions |
2021-05-07 14:31:23 by Dr. Thomas Orgis | Files touched by this commit (3) |
Log message: math/fftw: fix pkglint issues |
2021-05-07 13:59:42 by Dr. Thomas Orgis | Files touched by this commit (1) |
Log message: math/fftw: fix GCC > 4.8 version check |
2021-05-01 01:31:08 by Dr. Thomas Orgis | Files touched by this commit (1) |
Log message: math/fftw: fix up SIMD choice and conflict with user CFLAGS This also requires gcc 4.8 at minimum, 4.9 for the full set of SIMD. The configure script is patched to avoid the build adding -march=core-avx2, which could conflict with user's CFLAGS. |