* Update Buildroot to 2019-02.3 * Fix enter script * Update ova_defconfig * Fix network manager * Remove runc patches * Use same docker version * Fix build * Fix vmtools * Fix depens * Fix handling with tempfiles * Fix permission handling * Fix cp * Cleanup * Fix mounts
8 lines
257 B
Plaintext
8 lines
257 B
Plaintext
config BR2_PACKAGE_FFTW_QUAD
|
|
bool "fftw-quad"
|
|
# quad-precision needs to have a gcc with libquadmath
|
|
depends on BR2_TOOLCHAIN_HAS_LIBQUADMATH && BR2_USE_WCHAR
|
|
help
|
|
Compile fftw in quadruple precision, i.e. use '__float128' for
|
|
floating point type.
|