... excepting only x86 and armhf, which succeed as is.
ncbi-blast+ (2.16.0+ds-2) UNRELEASED; urgency=medium
* NOT RELEASED YET.
+ * debian/rules: Link with -latomic on most 32-bit architectures
+ (excepting only x86 and armhf, which succeed as is).
- -- Aaron M. Ucko <ucko@debian.org> Fri, 26 Jul 2024 14:28:01 -0400
+ -- Aaron M. Ucko <ucko@debian.org> Fri, 26 Jul 2024 14:43:37 -0400
ncbi-blast+ (2.16.0+ds-1) unstable; urgency=medium
export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie reproducible=-timeless
export DEB_CFLAGS_MAINT_APPEND=-Wall -pedantic
+ifeq ($(DEB_HOST_ARCH_BITS),32)
+ ifeq (,$(filter armhf %i386 x32,$(DEB_HOST_ARCH))
+ export LIBS=-latomic
+ endif
+endif
+
include /usr/share/dpkg/architecture.mk
include /usr/share/dpkg/buildflags.mk