P*****P 发帖数: 57 | 1 i'm using a tru64 system. I tred to install a math tool, OOF, but it
needs LAPACK. So I installed a compaq software cxml which was said
including the lapack. But the math tool cant find "libblas", which is
supposed to be the library of BLAS.
anyone know how to solve this porblem? thanks a lot! | P*****P 发帖数: 57 | 2 i also tried to install the lapack from netlib.org, though failed
【在 P*****P 的大作中提到】 : i'm using a tru64 system. I tred to install a math tool, OOF, but it : needs LAPACK. So I installed a compaq software cxml which was said : including the lapack. But the math tool cant find "libblas", which is : supposed to be the library of BLAS. : anyone know how to solve this porblem? thanks a lot!
| D**e 发帖数: 10169 | 3 when you compile lapack, there is an option to turn on/off the blas. turn it
off.
or you can add -llibblas in your Makefile.
【在 P*****P 的大作中提到】 : i also tried to install the lapack from netlib.org, though failed
| P*****P 发帖数: 57 | 4 thanks for the reply,
but actually BLAS is what i want. if i turn it off, how can
i get the lib file?
【在 D**e 的大作中提到】 : when you compile lapack, there is an option to turn on/off the blas. turn it : off. : or you can add -llibblas in your Makefile.
| D**e 发帖数: 10169 | 5 then turn it on. in you make file, link to both libraries.
...... -llapack -lblas ......
it
【在 P*****P 的大作中提到】 : thanks for the reply, : but actually BLAS is what i want. if i turn it off, how can : i get the lib file?
| P*****P 发帖数: 57 | 6 I installed a package(cxml) provided by Compaq. And all the tests in
LAPACK/BLAS were passsed. But when i run "sh ./configure" to configure
the math tool i want to install, it still can not find "libblas", following
is the code in the configure file to test blas. should i make any changes?
thanks!
...
AC_CACHE_SAVE
dnl Checks for libraries.
AC_ARG_WITH(blas,
[ --with-blas=-lblas Specify library (or libraries) for BLAS],
[
if test "x$withval" != "xno" ; then
AC_M
【在 D**e 的大作中提到】 : then turn it on. in you make file, link to both libraries. : ...... -llapack -lblas ...... : : it
| D**e 发帖数: 10169 | 7 what if you pass the full path of your libblas.a? | P*****P 发帖数: 57 | 8 well, the problem is i cant find that libblas.a
the compaq software installed some "lapack-equivalent", dont know how it works.
sigh, the system is totally a mess, esp to me
even rpm cannot be installed, even for the package i download form tru64 website.
【在 D**e 的大作中提到】 : what if you pass the full path of your libblas.a?
| D**e 发帖数: 10169 | 9 i don't know the details. but i strongly believe you can cheat any software if
the problem is only it can't find the libs. 8-)
works.
website.
script.
following
changes?
***]),
【在 P*****P 的大作中提到】 : well, the problem is i cant find that libblas.a : the compaq software installed some "lapack-equivalent", dont know how it works. : sigh, the system is totally a mess, esp to me : even rpm cannot be installed, even for the package i download form tru64 website.
|
|