[Pkg-scicomp-devel] Bug#576987: Bug#576987: not solved in 3.8.3-20

Sylvestre Ledru sylvestre at debian.org
Thu Apr 22 15:14:53 UTC 2010


Le jeudi 22 avril 2010 à 10:48 -0400, Denis Laxalde a écrit :
> unmerge 576987
> reopen 576987
> found 576987 3.8.3-20
> thanks
> 
> Hi,
> 
> With dash, the custom rule is still broken in 3.8.3-20:
Interesting. 
On my system, it works.

$ fakeroot debian/rules custom
rm -f configure-stamp
ncpu=$(LANG=C cpufreq-info | grep "analyzing CPU" -c); \
		for (( cpu=0 ; cpu < $ncpu ; cpu++)); do \
		if test $(cpufreq-info -p 2>&1 > /dev/null; echo $?) -eq 0 -a -z
"$(LANG=C cpufreq-info -p -c $cpu | grep performance)" ; then \
			echo "frequency governor on cpu=$cpu is not set to 'performance'"; \
			echo "run: 'sudo cpufreq-set -g performance -c cpu#' for each cpu"; \
			echo "aborting atlas build"; \
			exit 1; \
		fi; \
		done
# Here, the trick is pretty simple:

Sylvestre







More information about the Pkg-scicomp-devel mailing list