#11494: Get linbox to build on Cygwin
------------------------+---------------------------------------------------
   Reporter:  kcrisman  |          Owner:  tbd         
       Type:  defect    |         Status:  needs_review
   Priority:  major     |      Milestone:  sage-4.7.1  
  Component:  build     |       Keywords:              
Work_issues:            |       Upstream:  N/A         
   Reviewer:            |         Author:              
     Merged:            |   Dependencies:              
------------------------+---------------------------------------------------
Changes (by vbraun):

  * status:  new => needs_review
  * type:  PLEASE CHANGE => defect
  * component:  PLEASE CHANGE => build


Comment:

 I only copied what there already was for Cygwin, I never tested it on that
 platform.

 I updated the atlas-3.8.4.spkg from #10226 to say
 {{{
 if conf['CYGWIN?']:
     lib = '/usr/lib/libblas.dll.a'
     if not os.path.exists(lib):
         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)
     cp(lib, os.path.join(conf['SAGE_LOCAL'], 'lib'))
     sys.exit(0)
 }}}

 Please test and let us know whether it works.

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

Reply via email to