Summary: | science/hypre: don’t use internal BLAS but switch to OpenBLAS | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Thierry Thomas <thierry> | ||||
Component: | Individual Port(s) | Assignee: | Thierry Thomas <thierry> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Some People | Flags: | yuri:
maintainer-feedback+
|
||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Thanks for the patch. Approved. Please commit it. Committed, thanks! A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=68be1b1411cee3fcb34658b65914aedcc64dc873 commit 68be1b1411cee3fcb34658b65914aedcc64dc873 Author: Thierry Thomas <thierry@FreeBSD.org> AuthorDate: 2024-06-14 17:40:18 +0000 Commit: Thierry Thomas <thierry@FreeBSD.org> CommitDate: 2024-06-15 09:12:24 +0000 science/hypre: don’t use internal BLAS but switch to OpenBLAS USES is set to blaslapack, but the internal BLAS and LAPACK libraries are used: switch to the external OpenBLAS. Since I’m there, also build with SUPERLU. PR: 279739 Approved by: yuri (maintainer) science/hypre/Makefile | 11 +++++++++-- science/hypre/pkg-plist | 4 ---- 2 files changed, 9 insertions(+), 6 deletions(-) |
Created attachment 251455 [details] Switch to OpenBLAS and link with SUPERLU USES is set to blaslapack, but the internal BLAS and LAPACK libraries are used: switch to the external OpenBLAS. Since I’m there, also build with SUPERLU.