#17635: Update Givaro, FFLAS-FFPACK and LinBox
-------------------------------------+-------------------------------------
Reporter: jpflori | Owner:
Type: enhancement | Status: needs_work
Priority: major | Milestone: sage-7.1
Component: packages: | Resolution:
standard | Merged in:
Keywords: | Reviewers: François Bissey
Authors: Clement Pernet, | Work issues:
Jeroen Demeyer | Commit:
Report Upstream: N/A | 186c233af73077c98bd4b373d0adc891d0221a8a
Branch: | Stopgaps:
u/jdemeyer/givaro_fflasffpack_linbox|
Dependencies: #20140 |
-------------------------------------+-------------------------------------
Comment (by fbissey):
I spent quite some today working on `fflas-ffpack-2.2.0` for sage-on-
gentoo, expect a PR shortly to fix the tests when `fflas-ffpack` has been
configured with `--enable-precompilation` (not that the test will work if
you previously installed `fflas-ffpack` with `--enable-precompilation` in
a standard location - do I need to say more).
`lapack`, and even probably `ATLAS`' clapack interface, is detected
properly but you have to pass all the libraries for `lapack` and `cblas`
in the `--with-blas-libs` switch. With our new `.pc` files that should
translate to
{{{
--with-blas-cflags="$(pkg-config cblas --cflags)" --with-blas-libs="$(pkg-
config lapack --libs)"
}}}
Although it would probably be safer to put
{{{
--with-blas-cflags="$(pkg-config cblas --cflags)" --with-blas-libs="$(pkg-
config lapack cblas blas --libs)"
}}}
in case `lapack.pc` doesn't pull either or both `cblas` and `blas`.
`sage` run `spkg-check` after install (a bit daft but hard to fix with the
current system) so we should also be ok to add a `spkg-check` to `fflas-
ffpack` without including my upcoming PR.
--
Ticket URL: <http://trac.sagemath.org/ticket/17635#comment:81>
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 https://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.