#11494: Get linbox to build on Cygwin
-----------------------------+----------------------------------------------
Reporter: kcrisman | Owner: tbd
Type: PLEASE CHANGE | Status: new
Priority: major | Milestone: sage-4.7.1
Component: PLEASE CHANGE | Keywords:
Work_issues: | Upstream: N/A
Reviewer: | Author:
Merged: | Dependencies:
-----------------------------+----------------------------------------------
Comment(by kcrisman):
Francois, I don't think so
{{{
if conf['CYGWIN?']:
if os.path.exists('/usr/lib/libblas.a'):
sys.exit(0)
print "*"*75
print "On Cygwin you must install the standard LAPACK Cygwin package"
print "via the Cygwin setup.exe program in the 'Math' category."
print "*"*75
sys.exit(1)
}}}
No mention of moving any libraries anywhere. But I may be missing
something in that long spkg-install.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11494#comment:5>
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.