#16706: Update IML to 1.0.4
-------------------------------------+-------------------------------------
       Reporter:  jpflori            |        Owner:
           Type:  enhancement        |       Status:  needs_review
       Priority:  major              |    Milestone:  sage-6.4
      Component:  packages:          |   Resolution:
  standard                           |    Merged in:
       Keywords:  iml spkg           |    Reviewers:
        Authors:  Jean-Pierre Flori  |  Work issues:
Report Upstream:  N/A                |       Commit:
         Branch:                     |  21194b52d2239d2fef6ed497aaee700a95a07157
  u/jdemeyer/ticket/16706            |     Stopgaps:
   Dependencies:                     |
-------------------------------------+-------------------------------------
Changes (by jdemeyer):

 * status:  new => needs_review


Comment:

 Replying to [comment:43 fbissey]:
 > {{{
 > AC_ARG_WITH(cblas,
 >              [  --with-cblas=<linker flags>
 >                 Specify the flags to use to link to cblas.
 >                 If argument is <empty> that means that ATLAS is
 installed
 >                 and -lcblas -latlas should be used.
 >               ],
 >               [
 >                 CBLAS_LIBS=$withval
 >               ],
 >               [
 >                 CBLAS_LIBS="-lcblas -latlas"
 >             ])
 > }}}
 > in cblas-check.m4. If we provide just "--with-cblas" atlas is assumed.
 More precisely, the `CBLAS_LIBS="-lcblas -latlas"` is used when no
 `--with-cblas` option is given, which is currently the case in `spkg-
 install`. I think this is what we want, so I personally see no further
 obstructions for this ticket.

--
Ticket URL: <http://trac.sagemath.org/ticket/16706#comment:44>
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