Summary: | math/blaspp: Fails to build with GCC 13: BLAS++ requires a BLAS library and none was found. | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Lorenzo Salvadore <salvadore> |
Component: | Individual Port(s) | Assignee: | Yuri Victorovich <yuri> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | CC: | salvadore |
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(yuri) |
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any | ||
Bug Depends on: | |||
Bug Blocks: | 273397 |
Description
Lorenzo Salvadore
2023-11-18 10:33:33 UTC
Problem was fixed. Thanks for reporting it! A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=a8bc918ae7c32c3e373434e0a412ff7a780b355c commit a8bc918ae7c32c3e373434e0a412ff7a780b355c Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-11-18 19:21:07 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-11-18 19:25:57 +0000 math/blaspp: Fix configure configure was failing to find the BLAS library because it used its own ad-hoc cmake file that was failing. find_package(BLAS) works. PR: 275162 Reported by: Lorenzo Salvadore <salvadore@freebsd.org>; fallout math/blaspp/Makefile | 1 + 1 file changed, 1 insertion(+) |