Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jun 2026 13:51:32 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 295948] lang/python311: Illegal instruction on old amd64 CPU
Message-ID:  <bug-295948-21822-gX9UFc9GlL@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-295948-21822@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=295948

--- Comment #6 from Jason W. Bacon <jwb@freebsd.org> ---

Note to posterity:

Confirmed that it's a numpy issue using the following:

--- meson.options.orig  2026-05-18 21:24:13 UTC
+++ meson.options
@@ -24,7 +24,7 @@ option('enable-openmp', type: 'boolean', value: false,
         description: 'Disable threading support (see `NPY_ALLOW_THREADS`
docs)')
 option('enable-openmp', type: 'boolean', value: false,
         description: 'Enable building NumPy with openmp support')
-option('disable-optimization', type: 'boolean', value: false,
+option('disable-optimization', type: 'boolean', value: true,
         description: 'Disable CPU optimized code (dispatch,simd,unroll...)')
 option('cpu-baseline', type: 'string', value: 'min',
         description: 'Minimal set of required CPU features')

Thanks for the feedback...

-- 
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-295948-21822-gX9UFc9GlL>