Your message dated Thu, 03 Aug 2023 16:43:42 +0200
with message-id <4f62dbc5c045e8266bd69ca54df51...@debian.org>
and subject line Re: Bug#1042557 xtensor builds with -march=native
has caused the Debian Bug report #1042557,
regarding xtensor builds with -march=native
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
1042557: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1042557
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:xtensor
Version: 0.24.3-2
Severity: serious
Tags: sid trixie
xtensor builds with -march=native. I didn't check if there are code paths that
work with the default baseline on amd64. If there isn't such a code path, then
it is another bug report.
However building -march=native is not deterministic, you never can say if the
package works on your machine or, because it's just dependent on the buildd.
From my point of view, no package should be built with -march=native.
At least GCC has -march=x86-64-v[1-4] for such settings, so please use that
instead, and look for other appropriate settings on the other architectures.
--- End Message ---
--- Begin Message ---
tags 1042557 wontfix
thanks
xtensor is a header-only library. -march=native is used when building
tests.
The end-user would be sensible to use -march=native in their own builds,
so it's appropriate to test it also in debian tests.
--- End Message ---