Your message dated Thu, 14 Nov 2024 21:20:10 +0100
with message-id <[email protected]>
and subject line Re: [Debichem-devel] Bug#1055110: libgridxc builds with 
-march=native
has caused the Debian Bug report #1055110,
regarding libgridxc 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 [email protected]
immediately.)


-- 
1055110: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1055110
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: libgridxc
Version: 2.0.0-1
Severity: serious
Tags: ftbfs

-march=native is a baseline violation on architectures where
it is supported, and causes a FTBFS on architectures where
it is not supported.

It also changes the set of architectures where the package
might run based on the capabilities of the buildd, e.g. on amd64
code built on an AMD buildd might not run on Intel hardware and
code built on Intel hardware might not run on AMD hardware.

--- End Message ---
--- Begin Message ---
Version: 2.0.2-1

On Tue, Oct 31, 2023 at 06:15:56PM +0200, Adrian Bunk wrote:
> Source: libgridxc
> Version: 2.0.0-1
> Severity: serious
> Tags: ftbfs
> 
> -march=native is a baseline violation on architectures where
> it is supported, and causes a FTBFS on architectures where
> it is not supported.

libgridxc is not setting that, maybe cmake did in the past?

|-- Flags for Fortran-compiler (build type: RelWithDebInfo):  -g -O2
|-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
|-fstack-clash-protection -mbranch-protection=standard
|-fallow-argument-mismatch  -g  -Ofast -march=native -fbacktrace

It does not do that any longer, both on a rebuild of 2.0.1-1 (which was
still using -march=native when it was initially uploaded), and the
current 2.0.2-1 build:

|-- Flags for Fortran-compiler (build type: RelWithDebInfo):  -g -O2
|-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
|-fstack-clash-protection -mbranch-protection=standard
|-fallow-argument-mismatch  -g  -O2 -fbacktrace


Michael

--- End Message ---

Reply via email to