Summary: | graphics/GraphicsMagick gcc-c++11-lib not needed for OPENMP | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | rasmus | ||||
Component: | Individual Port(s) | Assignee: | Po-Chuan Hsieh <sunpoet> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Many People | CC: | vvd | ||||
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(sunpoet) |
||||
Version: | Latest | ||||||
Hardware: | arm64 | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
rasmus
2021-01-25 12:07:46 UTC
amd64 too. And a lot of other ports too: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252379 (In reply to rasmus from comment #0) (In reply to VVD from comment #1) I believe it works on amd64 and aarch64. However, Jan pointed out that "some Clang architectures like armv6 and armv7 still lack libomp thus use GCC via USES=compiler:gcc-c++11-lib" in bug #252379 comment #38. That means the complete patch might need a check for ARCH. A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=6716b025bba4e1cef2ee837f2941ddbd56fbb299 commit 6716b025bba4e1cef2ee837f2941ddbd56fbb299 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-06-30 20:35:21 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-06-30 20:43:33 +0000 graphics/GraphicsMagick: Use openmp from Clang on aarch64 and amd64 - Bump PORTREVISION for package change PR: 252994 Reported by: <rasmus@gal.dk> graphics/GraphicsMagick/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) This should fix the problem, at least for aarch64 and amd64. Thanks! |