Bug 259837 - math/fftw3: Update to 3.3.10
Summary: math/fftw3: Update to 3.3.10
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: http://www.fftw.org/release-notes.html
Keywords:
Depends on:
Blocks:
 
Reported: 2021-11-14 20:42 UTC by Daniel Engberg
Modified: 2022-01-16 10:35 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (jhale)


Attachments
Patch for fftw3 (2.35 KB, patch)
2021-11-14 20:42 UTC, Daniel Engberg
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Engberg freebsd_committer freebsd_triage 2021-11-14 20:42:06 UTC
Created attachment 229496 [details]
Patch for fftw3

Update fftw(3) to 3.3.10
Enable OpenMP by default on aarch64 and amd64

Compile and runtime tested on FreeBSD 13.0-STABLE #1 stable/13-n247667-dc9094140c9 (amd64) (make, make check-plis, make test)
Compile and runtime tested on FreeBSD 13.0-STABLE #2 stable/13-n247814-f9f5d846b72 (aarch64) (make, make check-plis, make test)

Poudriere testport OK 12.2-RELEASE (amd64)
Poudriere testport OK 13.0-RELEASE (i386)
Comment 1 Daniel Engberg freebsd_committer freebsd_triage 2021-12-08 11:02:58 UTC
Friendly ping
Comment 2 Daniel Engberg freebsd_committer freebsd_triage 2022-01-16 09:27:31 UTC
Poudriere bulk (deps) OK 12.2-RELEASE (amd64)
Comment 3 commit-hook freebsd_committer freebsd_triage 2022-01-16 10:35:05 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=639be20b0fa3c66622eea22e1916e36b1e555eec

commit 639be20b0fa3c66622eea22e1916e36b1e555eec
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2022-01-16 09:29:15 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2022-01-16 09:47:21 +0000

    math/fftw3: Update to 3.3.10

    Bugfix release, changelog: http://www.fftw.org/release-notes.html
    Change PORTVERSION to DISTVERSION to follow Porters Handbook more
    closely.
    Enable OpenMP support by default on aarch64 and amd64

    PR:             259837
    Approved by:    jhale (maintainer timeout, 2+ months)

 math/fftw3/Makefile  | 5 +++--
 math/fftw3/distinfo  | 6 +++---
 math/fftw3/pkg-plist | 8 ++++----
 3 files changed, 10 insertions(+), 9 deletions(-)