由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - question about install lapack
相关主题
Help! 在unix系统下如何用CD-writer制作CD?Questions about libg++
help!!!!!!!!!!!!!!!!!!!!about install lapack.
Matrix inverse problemWhat's wrong with "CXTERM"CXTERM INSTALL : HELP !
帮我看看我的GCC怎么了!谢谢Help about installing Cxterm5.0!!!!
[转载] a BLAS questioncxterm compile
Re: SOS!!! (about FLTK)question about install software in unix
按你们的经验,这个错误是由什么引起的?请教:How to increase stacksize in Alpha workstation with compaq Tru64 UNIX?
弱问题:如何调用Library。。。读过这种BT文件么?
相关话题的讨论汇总
话题: lapack话题: blas话题: install话题: tool话题: installed
进入Unix版参与讨论
1 (共1页)
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.

1 (共1页)
进入Unix版参与讨论
相关主题
读过这种BT文件么?[转载] a BLAS question
Help!!! Where can I find IBM's AIX Unix sys?Re: SOS!!! (about FLTK)
gcc installtion problem按你们的经验,这个错误是由什么引起的?
problem: "no inode free" 弱问题:如何调用Library。。。
Help! 在unix系统下如何用CD-writer制作CD?Questions about libg++
help!!!!!!!!!!!!!!!!!!!!about install lapack.
Matrix inverse problemWhat's wrong with "CXTERM"CXTERM INSTALL : HELP !
帮我看看我的GCC怎么了!谢谢Help about installing Cxterm5.0!!!!
相关话题的讨论汇总
话题: lapack话题: blas话题: install话题: tool话题: installed