Subject=Re: Can a leaf package require SSE2 on i386?

2014-09-15 Thread Barak A. Pearlmutter
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

Re: Subject=Re: Can a leaf package require SSE2 on i386?

2014-09-15 Thread Vincent Danjean
On 15/09/2014 22:28, Barak A. Pearlmutter wrote: > 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 egre