[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
problem blas & lapack, try compile octave 3.6.3 on centos 6.0 source ins
From: |
Jiyang Ye |
Subject: |
problem blas & lapack, try compile octave 3.6.3 on centos 6.0 source install no root |
Date: |
Fri, 26 Oct 2012 00:00:24 -0700 (PDT) |
I'm trying to compile the latest octave 3.6.3 on Centos 6. No root, cause i
am using it on the cluster.
Configure failed with these options:
./configure --prefix=/home/test/octave
--with-blas=/home/test/lib/lapack/librefblas.a
--with-lapack=/home/test/lib/lapack/liblapack.a > configure_log_test
it shows:
configure: WARNING: Qhull library not found -- this will result in loss of
functionality of some geometry functions.
configure: WARNING: FFTW3 library not found. The slower FFTPACK library
will be used instead.
configure: WARNING: FFTW3F library not found. The slower FFTPACK library
will be used instead.
configure: WARNING: GLPK library not found. The glpk function for solving
linear programs will be disabled.
*configure: error: You are required to have BLAS and LAPACK libraries*
For lapack 3.4.2 , also source compiled, using make.in.gfortran, and make.
the log file "configure_log_test" shows
checking for sgemm_ in /home/test/lib/lapack/librefblas.a... no
checking if sgemm_ is being linked in already... no
checking for ATL_xerbla in -latlas... no
checking for sgemm_ in -lblas... no
checking for sgemm_ in -lmkl... no
checking for sgemm_ in -framework vecLib... no
checking for sgemm_ in -lcxml... no
checking for sgemm_ in -ldxml... no
checking for sgemm_ in -lscs... no
checking for sgemm_ in -lcomplib.sgimath... no
checking for sgemm_ in -lblas... (cached) no
checking for sgemm_ in -lblas... (cached) no
--
View this message in context:
http://octave.1599824.n4.nabble.com/problem-blas-lapack-try-compile-octave-3-6-3-on-centos-6-0-source-install-no-root-tp4645753.html
Sent from the Octave - General mailing list archive at Nabble.com.
- problem blas & lapack, try compile octave 3.6.3 on centos 6.0 source install no root,
Jiyang Ye <=