Summary: | math/cbc: Add option to compile with parallel capability | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Wes Dyk <aus129> | ||||||
Component: | Individual Port(s) | Assignee: | Yuri Victorovich <yuri> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Some People | CC: | salvadore, yuri | ||||||
Priority: | --- | Keywords: | needs-qa, patch | ||||||
Version: | Latest | Flags: | bugzilla:
maintainer-feedback?
(yuri) |
||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Attachments: |
|
^Triage: - Please confirm this change passes QA (portlint, poudriere at least) For details and instructions, see: https://docs.freebsd.org/en/books/porters-handbook/#testing - For ports bug report we usually format the summary as $category/$portname: $Summary - Please set the maintainer-approval attachment flag (to ?) and set the requestee field to the e-mail address of the maintainer to ask for maintainer approval Attachment -> Details -> maintainer-approval [?] Thanks for submitting a patch! Created attachment 233416 [details]
Updated patch that passes portlint
Updated patch to follow whitespace guidelines detected by portlint -C. Thanks for the pointers!
I have manually tested the port change. I am in the process of setting up poudriere. A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=398794808864948a1969acce9bf189ea7b88a693 commit 398794808864948a1969acce9bf189ea7b88a693 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-04-23 16:42:22 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-04-23 16:45:05 +0000 math/cbc: Enable parallel solver; add DEBUG option PR: 263486 Original patch submitted by: Wes Dyk <aus129@gmail.com> math/cbc/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) Committed with changes. Thanks for the patch! |
Created attachment 233415 [details] Add PARALLEL option to Makefile Cbc has a configure option enable-cbc-parallel. This enables the threads command in the solver. The attached patch provides the capability to enable this