pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/60301: libjpeg-turbo version 3.1.4.1 doesn't build on amiga



The following reply was made to PR pkg/60301; it has been noted by GNATS.

From: Thomas Klausner <wiz%netbsd.org@localhost>
To: NetBSD bugtracking <gnats-bugs%netbsd.org@localhost>
Cc: 
Subject: Re: pkg/60301: libjpeg-turbo version 3.1.4.1 doesn't build on amiga
Date: Fri, 29 May 2026 23:24:58 +0200

 On Fri, May 29, 2026 at 11:00:00AM +0100, spz%NetBSD.org@localhost via gnats wrote:
 > 	It tries to build simdcoverage and fails.
 >         This probably not only affects amiga but every cpu type
 > 	that doesn't have simd support
 
 There is a very extensive code in simd/CMakeLists.txt that handles a
 lot of platforms.
 
 I'm not quite sure why amiga/m68k is mishandled; my best guess is
 because the code wants to support AmigaOS 4 (which provides SIMD
 support).
 
 I don't have an Amiga to debug this. If you find it too much effort,
 you can add something like
 
 .if ${MACHINE_ARCH} == m68k
 CMAKE_CONFIGURE_ARGS+=  -DWITH_SIMD=FALSE
 .endif
 
 to disable SIMD detection/support.
  Thomas
 



Home | Main Index | Thread Index | Old Index