Hi Adrian,

Adrian Bunk, on 2022-10-02:
> src/Makefile:
> ...
>         ifeq ($(PERFORMING_CONDA_BUILD),True)
>                 CPPFLAGS += -mtune=generic
>         else
>                 CPPFLAGS += -mfma -march=native
>         endif
> ...
> 
> 
> 
> Please remove this block, it is a baseline violation on x86
> and causes FTBFS everywhere else.
> 
> Please don't use the PERFORMING_CONDA_BUILD case instead:
> -mtune=generic is already the Debian default on x86,
> but it is not supported on some/all(?) other architectures.

Done, the PERFORMING_CONDA_BUILD variable is specific to conda
distribution and normally not related to enabling SIMD support.
Touching it on the debian package end would also enable a lot of
other bits which we probably don't need or want.

Thanks for your report!

Have a nice day,  :)
-- 
Étienne Mollier <emoll...@emlwks999.eu>
Fingerprint:  8f91 b227 c7d6 f2b1 948c  8236 793c f67e 8f0d 11da
Sent from /dev/pts/2, please excuse my verbosity.
On air: Life Line Project - The King - Doom

Attachment: signature.asc
Description: PGP signature

Reply via email to