[Debian-med-packaging] Infernal on i386

Jackson Doak noskcaj at ubuntu.com
Wed Sep 17 01:10:24 UTC 2014


Hello all,

Would it be possible to build infernal on i386 again, and use a script to
check for SSE2 support?

For example, The package "ikarus", also requires SSE2 support.
It has a check in the preinst script which aborts installation if
sse2 is unavailable.

case "$1" in
    install|upgrade)
	if egrep -q '^flags[[:space:]]*:.*\bsse2\b' /proc/cpuinfo; then
	    # echo CPU instruction set extension sse2 confirmed
	    true
	else
	    echo "error: CPU flag sse2 not found, aborting installation"
	    exit 1
	fi
    ;;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/debian-med-packaging/attachments/20140917/4e8d6c1a/attachment.html>


More information about the Debian-med-packaging mailing list