help-octave
[Top][All Lists]
Advanced

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

Re: BLAS library incompatible with Fortran 77 compiler settings


From: babelproofreader
Subject: Re: BLAS library incompatible with Fortran 77 compiler settings
Date: Wed, 26 Sep 2012 09:38:50 -0700 (PDT)

Thomas Weber-3 wrote
> Good (it's actually better than I expected). Now, let's build a recent
> Octave for your system. Go to 
> http://packages.debian.org/source/unstable/octave
> and scroll down to the end of the page where it says 'Download octave'.
> You need the .dsc file, the .orig.tar.bz2 and the .debian.tar.gz file.
> 
> The easiest way is to install the package 'devscripts' which brings a
> command 'dget'. Call this with the URL to the .dsc file:
>       $ dget -u
> http://ftp.de.debian.org/debian/pool/main/o/octave/octave_3.6.2-5.dsc
> This will download and extract the files from above in your current
> working directory. You should now have an octave directory, so change
> into that:
>       $ cd octave-3.6.2/
> And now build the package
>       $ dpkg-buildpackage 
> If the command complains about missing dependencies, install them. You
> can get a list of all needed packages by looking into the file
> debian/control - the Build-Depends line is your friend. You should end
> up with several .deb files which you install in your system via (as root
> or via sudo)
>       # dpkg -i NameOfDebFiles

I tried this approach and I get stuck on a dependency. Trying to install
liblapack3 with

sudo dpkg -i liblapack3_3.4.1-6_i386.deb

gives

dpkg: regarding liblapack3_3.4.1-6_i386.deb containing liblapack3:
 liblapack3 breaks liblapack3gf (<< 3.4.1-1)
  liblapack3gf (version 3.3.1-1) is present and installed.
dpkg: error processing liblapack3_3.4.1-6_i386.deb (--install):
 installing liblapack3 would break liblapack3gf, and
 deconfiguration is not permitted (--auto-deconfigure might help)
Errors were encountered while processing:
 liblapack3_3.4.1-6_i386.deb

I tried to uninstall liblapack3gf  but then the package manager (and sudo
apt-get remove) automatically installs libatlas3gf-base and then I get

dpkg: regarding liblapack3_3.4.1-6_i386.deb containing liblapack3:
 liblapack3 breaks libatlas3gf-base (<< 3.8.4-4)
  libatlas3gf-base (<< 3.8.4-4) is present and installed.
dpkg: error processing liblapack3_3.4.1-6_i386.deb (--install):
 installing liblapack3 would break ibatlas3gf-base, and
 deconfiguration is not permitted (--auto-deconfigure might help)
Errors were encountered while processing:
 liblapack3_3.4.1-6_i386.deb

and so I end up in a vicious circle. The inability to uninstall /both/
libatlas3gf-base /and/ liblapack3gf seems to be preventing me from
proceeding.




--
View this message in context: 
http://octave.1599824.n4.nabble.com/BLAS-library-incompatible-with-Fortran-77-compiler-settings-tp4644600p4644664.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]