F*******i 发帖数: 190 | 1 the compiling of the numpy module complains:
/usr/bin/ld: cannot find -lptf77blas
I am wondering whether there is any option to add for the gcc search path?
the current gcc search path like:
-L/usr/local/lib
How can I add another search path like -L/my/local/lib ?
many thanks! |
h***r 发帖数: 726 | 2
blas: 一个数值运算的包,还是用fortran些的。
I am using it on c++, works well : )
Do now know python, sorry~
【在 F*******i 的大作中提到】 : the compiling of the numpy module complains: : /usr/bin/ld: cannot find -lptf77blas : I am wondering whether there is any option to add for the gcc search path? : the current gcc search path like: : -L/usr/local/lib : How can I add another search path like -L/my/local/lib ? : many thanks!
|
v******n 发帖数: 421 | 3 可以设环境变量LD_LIBRARY_PATH什么的,忘记怎么拼了
【在 F*******i 的大作中提到】 : the compiling of the numpy module complains: : /usr/bin/ld: cannot find -lptf77blas : I am wondering whether there is any option to add for the gcc search path? : the current gcc search path like: : -L/usr/local/lib : How can I add another search path like -L/my/local/lib ? : many thanks!
|