octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #31046] Check for lsame obsolete


From: anonymous
Subject: [Octave-bug-tracker] [bug #31046] Check for lsame obsolete
Date: Fri, 17 Sep 2010 22:01:07 +0000
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; de; rv:1.9.2.10) Gecko/20100914 Firefox/3.6.10

Follow-up Comment #5, bug #31046 (project octave):

No, problem on your side not mine. Check this output of ./configure and I try
to explain what happens:

checking for sgemm_... no
checking for ATL_xerbla in -latlas... no
checking for sgemm_ in -lblas... yes
checking for dgemm_ in -ldgemm... no
checking for sgemm_ in -lmkl... no
checking for sgemm_... (cached) 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) yes
checking for sgemm_ in -lessl... no
checking for sgemm_ in -lblas... (cached) yes

And that is what happens:
sgemm_ per default: no
sgemm_ in Atlas: no
sgemm_ in blas: YES (BUT IT IS NOT WORKING)
sgemm_ in Intel: no
sgemm_ in Apple's vecLib: !CACHED! from test "sgemm_ per default" and result
was no (there was no modification but the LIBS variable) - the test was not
done once again
sgemm_ in cxml: no
sgemm_ in dxml: no
sgemm_ in -lscs: no
sgemm_ in -lcomplib.sgimath: no
sgemm_ in -lblas and -lessl: NOT WORKING
sgemm_ in -lblas: !CACHED! AND WORKING THIS TIME

-> -lblas is used instead of -framework vecLib

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?31046>

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]