Created attachment 234377 [details] patch If it is default on amd64 it would be logical to enable it on i386 as well. Original reason: science/cp2k fails on i386 because math/fftw3 doesn't have OPENMP on.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=56c25a920ea8cd322b8fdb9516aa93cee55c994e commit 56c25a920ea8cd322b8fdb9516aa93cee55c994e Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-07-01 02:13:12 +0000 Commit: Jason E. Hale <jhale@FreeBSD.org> CommitDate: 2022-07-01 02:17:38 +0000 math/fftw3: Enable OPENMP by default on i386 This fixes a build failure with science/cp2k. PR: 264397 math/fftw3/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
Committed, thanks!