#6532: Make R build with recommended packages
-----------------------------------+----------------------------------------
Reporter: wdj | Owner: jason
Type: defect | Status: needs_review
Priority: major | Milestone: sage-4.3.1
Component: packages | Keywords:
Author: Karl-Dieter Crisman | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
-----------------------------------+----------------------------------------
Comment(by kcrisman):
This makes sense - the various R packages have heavy intertwined
dependencies as well as dependencies on outside programs, and some of them
won't build right on various machines (the Sage cluster, for instance,
doesn't have OpenGL so it can't build a mostly computational package,
depth, which requires rgl for displaying its computations).
Do you know how I might go about checking what SAGE_FORTRAN is on a Linux
machine? I mean other than
{{{
echo $SAGE_FORTRAN
}}}
which of course gives me nothing. Maybe the spkg-install needs to be even
better about finding the "right" Fortran? Currently it is
{{{
FC=sage_fortran; export FC
F77=sage_fortran; export F77
}}}
Also, make check just exits when something dies. It would be nice if
spkg-check actually returned a useful error message, but I have no idea
how to do that, as I am not a shell script guru.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6532#comment:14>
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 post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.