Bug 265622 - security/botan2: Enable OpenMP support
Summary: security/botan2: Enable OpenMP support
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: Dima Panov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-08-04 08:24 UTC by Daniel Engberg
Modified: 2022-08-05 12:43 UTC (History)
2 users (show)

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


Attachments
Patch for botan2 (1.23 KB, patch)
2022-08-04 08:24 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 2022-08-04 08:24:56 UTC
Created attachment 235674 [details]
Patch for botan2

This enables OpenMP support on "known good" platforms

Compile tested on 13.1-RELEASE (amd64,arm64)
Poudriere testport OK 12.3-RELEASE (amd64)
Comment 1 Daniel Engberg freebsd_committer freebsd_triage 2022-08-04 08:26:54 UTC
Changed based on the discussion for audio/soundtouch and commit history

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258730
https://cgit.freebsd.org/ports/log/audio/soundtouch
Comment 2 Piotr Kubaj freebsd_committer freebsd_triage 2022-08-04 18:47:05 UTC
Looks ok on powerpc64, powerpc64le and riscv64.
Comment 3 Daniel Engberg freebsd_committer freebsd_triage 2022-08-04 22:33:11 UTC
(In reply to Piotr Kubaj from comment #2)
Thanks!
Comment 4 commit-hook freebsd_committer freebsd_triage 2022-08-05 12:42:42 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=21c0bf840c4b8987bb0cf274199c2eb633c63a9f

commit 21c0bf840c4b8987bb0cf274199c2eb633c63a9f
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2022-08-05 12:40:07 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2022-08-05 12:41:13 +0000

    security/botan2: Enable OpenMP support

    PR:     265622

 security/botan2/Makefile | 20 +++++++++++++++++---
 1 file changed, 17 insertions(+), 3 deletions(-)
Comment 5 Dima Panov freebsd_committer freebsd_triage 2022-08-05 12:43:21 UTC
Committed, thanks!