Date: Tue, 09 Jun 2026 02:58:40 +0000 From: bugzilla-noreply@freebsd.org To: office@FreeBSD.org Subject: [Bug 295664] devel/boost-python-libs fails to stage Message-ID: <bug-295664-25061-rDs8kSbAmE@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-295664-25061@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=295664 --- Comment #15 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=3c11b048c3de3af38dabc809a80dd0fbac51c7ff commit 3c11b048c3de3af38dabc809a80dd0fbac51c7ff Author: Charlie Li <vishwin@FreeBSD.org> AuthorDate: 2026-06-09 02:46:29 +0000 Commit: Charlie Li <vishwin@FreeBSD.org> CommitDate: 2026-06-09 02:46:29 +0000 math/py-numpy: add SIMD options Per the 2.4 release notes, the default/minimum baseline for compiled optimisations on amd64 and i386 is increased to the v2 microarchitecture. Thus, those using CPUs without the full feature set from v2 will encounter SIGILL when running numpy with the default/minimum baseline. Add option to disable compiled optimisations, relying entirely on dispatched code paths when available and applicable. Not recommended except for very old CPUs. Also add native option. PR: 295633, 295664 math/py-numpy/Makefile | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) -- You are receiving this mail because: You are the assignee for the bug.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-295664-25061-rDs8kSbAmE>
