Code Comments
Programming Forum and web based access to our favorite programming groups.Hi, I have some problems while installing BLAS and LAPACK (3.0) on my Ubuntu. First I thought that it is enough to install BLAS/LAPACK using the repositories of Ubuntu, but it looks to me like it doesn't. So I was downloading BLAS/LAPACK and made a blas_LINUX.a in the BLAS package. Following the readme file in the LAPACK package I got quit lost, because there is just stated that I have to adjust the settings for the compiler and so on, but I have no clue where to get all these settings from. So I was using the settings of the make.inc.LINUX in the install directory. While proceeding the makefile of LAPACK I am getting tons of errors (e.g. g77 unknown option >>-03<< ). I was referring to the BLAS directory provided inside of the LAPACK package, thinking there will be the blas_LINUX.a created during the make process... nice try! So in addition to all these errors of an unknown option >>-03<< g77 told me there is no blas_LINUX.a. I would really appreciate if someone could tell me where and how I get the right settings to put into make.inc. About the blas_LINUX I guess I have to point on the already created file in the other BLAS directory. Please advise me if this is wrong. Cheers, Thomas
Post Follow-up to this messageOn Apr 1, 9:01 pm, Thomas Becker <thomas...@gmx.de> wrote: > Hi, > > I have some problems while installing BLAS and LAPACK (3.0) on my Ubuntu. > First I thought that it is enough to install BLAS/LAPACK using the > repositories of Ubuntu, but it looks to me like it doesn't. > > So I was downloading BLAS/LAPACK and made a blas_LINUX.a in the BLAS > package. Following the readme file in the LAPACK package I got quit > lost, because there is just stated that I have to adjust the settings > for the compiler and so on, but I have no clue where to get all these > settings from. So I was using the settings of the make.inc.LINUX in the > install directory. While proceeding the makefile of LAPACK I am getting > tons of errors (e.g. g77 unknown option >>-03<< ). I was referring to the > BLAS directory provided inside of the LAPACK package, thinking there > will be the blas_LINUX.a created during the make process... nice try! So > in addition to all these errors of an unknown option >>-03<< g77 told me > there is no blas_LINUX.a. > > I would really appreciate if someone could tell me where and how I get > the right settings to put into make.inc. About the blas_LINUX I guess I > have to point on the already created file in the other BLAS directory. > Please advise me if this is wrong. > > Cheers, > Thomas cant you yum install it? i have done that and it is working file. compile it using -llapack option
Post Follow-up to this messagePowered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.