The package "ikarus", another programming language implementation,
also requires SSE2 support.
There is 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
    ;;

Cheers,

--Barak.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/CANa01B+3oeZjFtTm=-t+herqb29ag-4uvfu3j8henfxto1h...@mail.gmail.com

Reply via email to