Date: Tue, 5 Oct 2021 13:53:01 GMT From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 865ea2fb35e3 - main - math/fftw3: fix after sweep Message-ID: <202110051353.195Dr1es048763@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by mat: URL: https://cgit.FreeBSD.org/ports/commit/?id=865ea2fb35e36645d899b65c7701758f3c1bcc16 commit 865ea2fb35e36645d899b65c7701758f3c1bcc16 Author: Mathieu Arnold <mat@FreeBSD.org> AuthorDate: 2021-10-05 13:51:52 +0000 Commit: Mathieu Arnold <mat@FreeBSD.org> CommitDate: 2021-10-05 13:51:52 +0000 math/fftw3: fix after sweep COMPILER_TYPE needs to be defined in all cases make: "/usr/ports/math/fftw3-float/../../math/fftw3/Makefile" line 130: Malformed conditional (${ARCH} == "i386" && (${COMPILER_TYPE} == "gcc" || !empty(USE_GCC)) && !${PORT_OPTIONS:MOPENMPI}) --- math/fftw3/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/math/fftw3/Makefile b/math/fftw3/Makefile index b314c7ac222f..5c1f93409379 100644 --- a/math/fftw3/Makefile +++ b/math/fftw3/Makefile @@ -48,6 +48,7 @@ OPTIONS_SUB= yes G77_WRAPPERS_DESC= Alter Fortran wrappers for use with g77 OPENMP_DESC= Build OpenMP multithreaded libraries +OPENMP_USES= compiler:env OPENMP_USES_OFF= compiler:env OPENMP_CONFIGURE_ENABLE= openmp OPENMP_EXTRA_PATCHES= ${FILESDIR}/extrapatch-tests_fftw-bench.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110051353.195Dr1es048763>