LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   blas library and yum (https://www.linuxquestions.org/questions/linux-software-2/blas-library-and-yum-759809/)

soltanloo 10-05-2009 08:57 AM

blas library and yum
 
hi
i installed blas library using yum
Code:

yum install blas
and this Package
Code:

Package blas-3.2.1-3.fc10.i386
was installed. and now i don't know where the the library is ? i want to install linpack and it needs to configure a make file at first and set path of blas library in it.
how can i find the path of library or path of intalation ?

thank u in advance.

mek 10-05-2009 09:14 AM

when you are trying to build software and you run the .configure it's asking you about the devel part of the package, it should be solved running:

yum install blass-devel
Let me know if that works

soltanloo 10-05-2009 10:40 AM

i did
Code:

yum install blas -devel
and the result :
Code:

Package blas-devel-3.2.1-3.fc10.i386 already installed and latest version
my friend i think u misunderstanded my mean. if you install a package for example MPICH2 with make file u know where the exact path of installation is. but if u install MPICH2 with yum u don't know where the installation path is. did u get my mean ?

mek 10-05-2009 12:40 PM

Hi again! You can see all the files installed by a package doing:

rpm -ql package

rpm -ql blas


All times are GMT -5. The time now is 12:19 PM.