Michael R. Crusoe pushed to branch master at Debian Med / infernal
Commits:
ad8e9c75 by Michael R. Crusoe at 2023-09-16T15:58:40+02:00
* d/bin/cmalign: adjust SSE2 check to only run on i386 systems
this allows the /usr/lib/infernal/cm* apps to run on arm64 systems.
- - - - -
2 changed files:
- debian/bin/cmalign
- debian/changelog
Changes:
=====================================
debian/bin/cmalign
=====================================
@@ -1,7 +1,7 @@
#!/bin/sh
BINNAME=`basename $0`
-if grep -q '^flags[[:space:]]*:.* sse2 ' /proc/cpuinfo ; then
+if ! dpkg-architecture --is i386 || grep -q '^flags[[:space:]]*:.* sse2 '
/proc/cpuinfo ; then
/usr/lib/infernal/$BINNAME $@
else
cat <<EOT
=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+infernal (1.1.5-2) unstable; urgency=medium
+
+ * Team upload.
+ * d/bin/cmalign: adjust SSE2 check to only run on i386 systems, allowing
+ the /usr/lib/infernal/cm* apps to run on arm64 systems.
+
+ -- Michael R. Crusoe <[email protected]> Sat, 16 Sep 2023 15:58:22 +0200
+
infernal (1.1.5-1) unstable; urgency=medium
* Team upload.
View it on GitLab:
https://salsa.debian.org/med-team/infernal/-/commit/ad8e9c7511ac953057b98504cbb24a3c76a87c2d
--
View it on GitLab:
https://salsa.debian.org/med-team/infernal/-/commit/ad8e9c7511ac953057b98504cbb24a3c76a87c2d
You're receiving this email because of your account on salsa.debian.org.
_______________________________________________
debian-med-commit mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit