[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Pkg-octave-devel] Bug#578384: marked as done (octave3.0-headers: mkoctfile uses wrong lapack and blas lib)



Your message dated Fri, 28 May 2010 21:40:19 +0200
with message-id <20100528194019.GB32714@atlan>
and subject line Re: [Pkg-octave-devel] Bug#578384: octave3.0-headers: mkoctfile uses wrong lapack and blas lib
has caused the Debian Bug report #578384,
regarding octave3.0-headers: mkoctfile uses wrong lapack and blas lib
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
578384: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=578384
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: octave3.0-headers
Version: 1:3.0.5-7+b1
Severity: normal
Tags: sid


Reassigning bug #577960. The bug is not in lapack or blas but in octave.

When running mkoctfile it tries to up to lapackgf-3 and blas-3gf. The error message is:
  /usr/bin/ld: cannot find -llapackgf-3

The full file name is: /usr/bin/mkoctfile-3.0.5

This patch solves the problem:

--- /usr/bin/mkoctfile  2010-02-23 15:43:15.000000000 +0100
+++ bin/mkoctfile       2010-04-19 14:22:57.000000000 +0200
@@ -22,6 +22,8 @@
 ## along with Octave; see the file COPYING.  If not, see
 ## <http://www.gnu.org/licenses/>.

+set -h
+
 # Exit immediately on any error.

 set -e
@@ -94,7 +96,7 @@
 : ${LIBOCTINTERP=-loctinterp}
 : ${LIBREADLINE=-lreadline}
 : ${LIBCRUFT=-lcruft}
-: ${BLAS_LIBS="-llapackgf-3 -lblas-3gf"}
+: ${BLAS_LIBS="-llapack -lblas"}
 : ${FFTW_LIBS="-lfftw3"}
 : ${LIBS="-lreadline  -lncurses -ldl -lhdf5 -lz -lm "}
 : ${FLIBS="-lgfortranbegin -lgfortran"


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-trunk-686 (SMP w/2 CPU cores)
Locale: LANG=da_DK.UTF-8, LC_CTYPE=da_DK.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to en_DK.UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages octave3.0-headers depends on:
ii  g++                       4:4.4.3-1      The GNU C++ compiler
ii  gcc                       4:4.4.3-1      The GNU C compiler
ii  gfortran                  4:4.4.3-1      The GNU Fortran 95 compiler
ii  libblas-dev               1.2-7          Basic Linear Algebra Subroutines 3
ii  libfftw3-dev              3.2.2-1        library for computing Fast Fourier
ii  libhdf5-serial-dev        1.8.4-patch1-1 Hierarchical Data Format 5 (HDF5) 
ii  liblapack-dev             3.2.1-7        library of linear algebra routines
ii  libncurses5-dev           5.7+20100313-2 developer's libraries and docs for
ii  libreadline5-dev          5.2-7          GNU readline and history libraries
ii  octave3.0                 1:3.0.5-7+b1   GNU Octave language for numerical 

octave3.0-headers recommends no packages.

octave3.0-headers suggests no packages.

-- no debconf information



--- End Message ---
--- Begin Message ---
On Mon, Apr 19, 2010 at 04:01:58PM +0200, Hans Schou wrote:
> Package: octave3.0-headers
> Version: 1:3.0.5-7+b1
> Severity: normal
> Tags: sid

octave3.0 has been removed from unstable and testing, hence I'm closing
this bug report.

	Thomas


--- End Message ---

Reply to: