Summary: | benchmarks/hpl: let’s choose among various BLAS × MPI implementations | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Thierry Thomas <thierry> | ||||
Component: | Individual Port(s) | Assignee: | Oliver Lehmann <oliver> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Some People | Flags: | bugzilla:
maintainer-feedback?
(oliver) |
||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Bug Depends on: | |||||||
Bug Blocks: | 275860 | ||||||
Attachments: |
|
Committed, after maintainer’s time-out. A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=6379a25b53e6988f825bddd0057e00871b9ebffe commit 6379a25b53e6988f825bddd0057e00871b9ebffe Author: Thierry Thomas <thierry@FreeBSD.org> AuthorDate: 2023-11-02 21:01:06 +0000 Commit: Thierry Thomas <thierry@FreeBSD.org> CommitDate: 2023-12-31 15:18:39 +0000 benchmarks/hpl: let’s choose among various BLAS × MPI implementations - Add a license - Add options to choose MPI and BLAS implementations. - Do not bump PORTREVISION because the default remains Netlib (excepted static vs shared libs). - And also this fixes the port with BLAS 3.12 Caveat: may install an unneeded liblapack. PR: 274882, 275860 Approved by: maintainer’s time-out benchmarks/hpl/Makefile | 43 ++++++++++++++++++++++++++++++------------- 1 file changed, 30 insertions(+), 13 deletions(-) |
Created attachment 246073 [details] Add options to choose MPI and BLAS implementations - Add a license; - Add options to choose MPI and BLAS implementations; - Do not bump PORTREVISION because the default remains Netlib (excepted static vs shared libs). Caveat: may install an unneeded liblapack.