Bug 274882 - benchmarks/hpl: let’s choose among various BLAS × MPI implementations
Summary: benchmarks/hpl: let’s choose among various BLAS × MPI implementations
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Oliver Lehmann
URL:
Keywords:
Depends on:
Blocks: 275860
  Show dependency treegraph
 
Reported: 2023-11-02 21:08 UTC by Thierry Thomas
Modified: 2023-12-31 15:20 UTC (History)
0 users

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


Attachments
Add options to choose MPI and BLAS implementations (3.26 KB, patch)
2023-11-02 21:08 UTC, Thierry Thomas
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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(-)