Bug#680096: libblas3: Shared library for BLAS level3 (dgemm) is broken on WHEEZY/powerpc

2012-07-03 Thread Dima Sorkin
Package: libblas3 Version: 1.2.20110419-3 Severity: normal The following simple testcase - $ cat try_dgemm.f90 program try_dgemm ! -*-fortran-*- integer, parameter :: N = 20 double precision, dimension(N,N) :: A, B, C call dgemm( 'N', 'N', N, N, N, 1.0, A, N, B, N, 0.0, C, N) end progr

Bug#677672: octave package recommmends gnuplot instead of gnuplot-x11

2012-06-15 Thread Dima Sorkin
Package: octave Version: 3.6.2-1 Severity: normal The package octave recommends 'gnuplot' as its dependency. I believe it shall recommend 'gnuplot-x11', because 'gnuplot' alone installs as 'gnuplot-nox'. Which says that it does not support the X11 terminal. The result is as follows: on a freshly