#17630: Further clean up of ATLAS (or equivalent BLAS) linking
-------------------------------------+-------------------------------------
       Reporter:  jpflori            |        Owner:
           Type:  defect             |       Status:  needs_work
       Priority:  major              |    Milestone:  sage-6.5
      Component:  packages:          |   Resolution:
  standard                           |    Merged in:
       Keywords:                     |    Reviewers:
        Authors:  Jean-Pierre Flori  |  Work issues:
Report Upstream:  N/A                |       Commit:
         Branch:                     |  045266e53354e7f3badb2e2b7dcd4f2c0cea2fa2
  u/jpflori/ticket/17630             |     Stopgaps:
   Dependencies:                     |
-------------------------------------+-------------------------------------

Comment (by jdemeyer):

 Replying to [comment:38 fbissey]:
 > Just so I am sure I understand correctly:
 > {{{
 > # distutils: libraries = gmp pari
 > }}}
 > for example will add "-lgmp -lpari" to the linking line
 Yes indeed.

 > possibly not in that order since it could break
 There is a global order `library_order_list` defined in
 `src/module_list.py`. Libraries are sorted according to that order, so the
 order given in the `# distutils` declaration is not relevant (unless the
 library is ''not'' listed in `library_order_list`).

 > Is it possible to read the correct library or import from another file?
 Yes, see the `aliases` variable in `src/module_list.py`

--
Ticket URL: <http://trac.sagemath.org/ticket/17630#comment:39>
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to