#14699: Install ATLAS header files and static libraries
-----------------------------------------------------+----------------------
       Reporter:  jhpalmieri                         |         Owner:  jdemeyer 
   
           Type:  defect                             |        Status:  
needs_review
       Priority:  critical                           |     Milestone:  
sage-5.11   
      Component:  packages: standard                 |    Resolution:           
   
       Keywords:  atlas IML testsuite check cblas.h  |   Work issues:           
   
Report Upstream:  N/A                                |     Reviewers:           
   
        Authors:  Jean-Pierre Flori                  |     Merged in:           
   
   Dependencies:                                     |      Stopgaps:           
   
-----------------------------------------------------+----------------------

Comment (by leif):

 Replying to [comment:16 jpflori]:
 > Replying to [comment:14 Koen]:
 > > And currently numpy is built without Atlas (it uses another blas):
 local/lib/python2.7/site-packages/numpy/core/_dotblas.so normally contains
 ATL_* symbols (for an old Atlas 3.8.3 version, at least).
 > On my gcc110 install (where IML testsuite fails), numpy uses ATLAS
 correctly.
 > There is no ATLAS symbols in the file you pointed because we now use a
 shared version of ATLAS.
 > But if I run ldd on the file it points to the ATLAS libs.

 Yes.
 {{{
 $ readelf -d local/lib/python2.7/site-packages/numpy/core/_dotblas.so

 Dynamic section at offset 0x4dc0 contains 26 entries:
   Tag        Type                         Name/Value
  0x0000000000000001 (NEEDED)             Shared library:
 [libptf77blas.so.2]
  0x0000000000000001 (NEEDED)             Shared library: [libptcblas.so.2]
  0x0000000000000001 (NEEDED)             Shared library: [libatlas.so.2]
  0x0000000000000001 (NEEDED)             Shared library:
 [libpython2.7.so.1.0]
  0x0000000000000001 (NEEDED)             Shared library: [libpthread.so.0]
  0x0000000000000001 (NEEDED)             Shared library: [libc.so.6]
  ...
 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/14699#comment:19>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to