Bug 264397 - math/fftw3: Make OPENMP default on i386
Summary: math/fftw3: Make OPENMP default on i386
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Jason E. Hale
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-06-01 19:41 UTC by Yuri Victorovich
Modified: 2022-07-01 02:19 UTC (History)
0 users

See Also:
jhale: maintainer-feedback+


Attachments
patch (595 bytes, patch)
2022-06-01 19:41 UTC, Yuri Victorovich
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yuri Victorovich freebsd_committer freebsd_triage 2022-06-01 19:41:46 UTC
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.
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-07-01 02:18:26 UTC
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(-)
Comment 2 Jason E. Hale freebsd_committer freebsd_triage 2022-07-01 02:19:31 UTC
Committed, thanks!