Bug 274882

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:
Description Flags
Add options to choose MPI and BLAS implementations none

Description Thierry Thomas freebsd_committer freebsd_triage 2023-11-02 21:08:42 UTC
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.
Comment 1 Thierry Thomas freebsd_committer freebsd_triage 2023-12-31 15:19:51 UTC
Committed, after maintainer’s time-out.
Comment 2 commit-hook freebsd_committer freebsd_triage 2023-12-31 15:20:44 UTC
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(-)