[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Howto compile octave-CVS with ATLAS
From: |
Joao Cardoso |
Subject: |
Re: Howto compile octave-CVS with ATLAS |
Date: |
Thu, 06 Jul 2000 17:03:45 +0100 |
chenu-tournier marc wrote:
>
> Hello
>
> I'm not a compiling god but i'd like to try octave with atlas.
> I've got ATLAS and it's compiled.
> I'v got octave-CVS
> I made the ./autogen.sh (no options for ATLAS)
try '--with-fastblas'
see if blas was detected:
# fgrep blas config.cache
ac_cv_lib_cblas_cblas_dgemm=${ac_cv_lib_cblas_cblas_dgemm='yes'}
ac_cv_lib_f77blas_dgemm_=${ac_cv_lib_f77blas_dgemm_='yes'}
Also, 'rm config.cache' or 'make distclean' before running 'configure'
again.
> I made ./configure (no options for ATLAS)
after 'autogen' you don't need to run 'configure'.
>
> but grep ATLAS * say's that there is some ATLAS stuf in configure
>
> do I just set BLAS_LIBS to the atlas lib dir (it doesn't seem to work)
> what about the includes, not needed? the same?
the last cvs does not need anything special. But check 'config.log'
configure:2735: checking g77/f2c compatibility
configure:3153: checking for ATL_xerbla in -latlas
configure:3195: checking for cblas_dgemm in -lcblas
configure:3235: checking for dgemm_ in -lf77blas
configure:3678: checking for cheev_ in -llapack
configure:3716: checking for cheev_
if you see same error around here, atlas (or other blas) was not
detected.
Joao
>
> Thanks if you can help
>
> ______________________________________________
> FREE Personalized Email at Mail.com
> Sign up at http://www.mail.com/?sr=signup
>
> -----------------------------------------------------------------------
> Octave is freely available under the terms of the GNU GPL.
>
> Octave's home on the web: http://www.che.wisc.edu/octave/octave.html
> How to fund new projects: http://www.che.wisc.edu/octave/funding.html
> Subscription information: http://www.che.wisc.edu/octave/archive.html
> -----------------------------------------------------------------------
-----------------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.
Octave's home on the web: http://www.che.wisc.edu/octave/octave.html
How to fund new projects: http://www.che.wisc.edu/octave/funding.html
Subscription information: http://www.che.wisc.edu/octave/archive.html
-----------------------------------------------------------------------