package/fftw: disable fortran
We do not have any fortran package and we do not build a fortran compiler. Still, an external toolchain may have a fortran compiler and that is totally useless to us, since we anyway have no fortran package... So, entirely disable fortran support; that will at least slightly speed up the build in case an external toolchain has a fortran compiler. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> [based on a patch by Guillaume] Cc: guillaume william brs <guillaume.bressaix@gmail.com> Cc: Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com> Tested-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com> Reviewed-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
007d688e52
commit
10ce987aa5
@ -10,6 +10,8 @@ FFTW_INSTALL_STAGING = YES
|
||||
FFTW_LICENSE = GPLv2+
|
||||
FFTW_LICENSE_FILES = COPYING
|
||||
|
||||
FFTW_CONF_OPTS = --disable-fortran
|
||||
|
||||
FFTW_CONF_OPTS += $(if $(BR2_PACKAGE_FFTW_PRECISION_SINGLE),--enable,--disable)-single
|
||||
FFTW_CONF_OPTS += $(if $(BR2_PACKAGE_FFTW_PRECISION_LONG_DOUBLE),--enable,--disable)-long-double
|
||||
FFTW_CONF_OPTS += $(if $(BR2_PACKAGE_FFTW_PRECISION_QUAD),--enable,--disable)-quad-precision
|
||||
|
Loading…
Reference in New Issue
Block a user