Summary: | science/py-scipy: fix build with clang 19 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Dimitry Andric <dim> | ||||
Component: | Individual Port(s) | Assignee: | Po-Chuan Hsieh <sunpoet> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Some People | Flags: | bugzilla:
maintainer-feedback?
(python) |
||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Bug Depends on: | |||||||
Bug Blocks: | 280562 | ||||||
Attachments: |
|
Description
Dimitry Andric
2024-08-09 17:16:45 UTC
Created attachment 252633 [details]
science/py-scipy: fix build with clang 19
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=f24227e0c8ae1d8053448413e07b446ca1df6aa9 commit f24227e0c8ae1d8053448413e07b446ca1df6aa9 Author: Dimitry Andric <dim@FreeBSD.org> AuthorDate: 2024-08-15 09:47:27 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-08-15 11:53:55 +0000 science/py-scipy: Fix build with Clang 19 PR: 280716 Obtained from: https://github.com/scipy/scipy/commit/ab7d08c6148286059f6498ab5c3070268d13cbd9 science/py-scipy/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Committed. Thanks! Reopening, this patch was not correctly applied, and the port still fails to compile with the error from comment 0. A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=ec40f806c0006797c83d62e0519d1fa1f3d9cdb6 commit ec40f806c0006797c83d62e0519d1fa1f3d9cdb6 Author: Dimitry Andric <dim@FreeBSD.org> AuthorDate: 2024-09-08 19:42:49 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-09-08 19:42:49 +0000 science/py-scipy: Fix build with Clang 19 PR: 280716 Obtained from: https://github.com/scipy/scipy/commit/ab7d08c6148286059f6498ab5c3070268d13cbd9 science/py-scipy/Makefile | 3 +++ science/py-scipy/distinfo | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) (In reply to Dimitry Andric from comment #4) It should be fixed now. Thanks. |