#10288: Experimental package 'CHomP' fails to install on OpenSolaris x86
------------------------+---------------------------------------------------
Reporter: drkirkby | Owner: drkirkby
Type: defect | Status: needs_work
Priority: major | Milestone: sage-4.6.1
Component: solaris | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
------------------------+---------------------------------------------------
Comment(by drkirkby):
Hi all
The fact there is a mac file no doubt means I was wrong, and so that is
needed.
I was not aware that the arguments to make would solve the problem. In
which case it's even easier to fix than I thought. Thank you Francois.
{{{
if [ "x$CXXFLAG64" = x ] ; then
CXXFLAG64=-m64
fi
if [ "x$SAGE64" = xyes ] ; then
CXX="$CXXFLAGS CXXFLAG64"
fi
}}}
then $MAKE CXX=$CXX CXXFLAGS=$CXXFLAGS etc should solve it.
Do we know for sure the package can't be built in parallel, so one must
set j=1, or was that just a safe choice?
One other point i forgot to make. The 'prereq' script checks that the
version of make is GNU, so arguably this does not need repeating. But I
guess this being optional, the hardware/software might have changed, so
recheking is not a bad idea.
However, despite what spkg-install says, the version number of gnu make is
not checked.
I think im going to be stuck to using someone elses Windows machine for
the rest of the afternoon, so wil have no Unix access.
Dave
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10288#comment:6>
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.