#9385: Building ATLAS goes into an infinite loop
--------------------+-------------------------------------------------------
 Reporter:  olazo   |         Owner:  olazo                         
     Type:  defect  |        Status:  closed                        
 Priority:  major   |     Milestone:  sage-duplicate/invalid/wontfix
Component:  build   |    Resolution:  invalid                       
 Keywords:          |        Author:                                
 Upstream:  N/A     |      Reviewer:                                
   Merged:          |   Work_issues:                                
--------------------+-------------------------------------------------------

Comment(by tux21b):

 I've just spent several hours trying to compile sage (compiling on an Atom
 processor takes some time...) while I stumbled upon the same problem.

 Distribution: Fedora 13 (i686)[[BR]]
 System: EeePC 1000H / Intel Atom N270[[BR]]
 Compiler: gcc-4.4.4-10.fc13[[BR]]
 RAM: 1GB (completely used during the compilation of ATLAS)[[BR]]
 Swap: 2GB (nearly unused)

 What I've tried after reading all comments here:

  * adding more swap
  * no X, single user
  * disabling cpu throttling
  * closing all other services and programs

 Unfortunately without any success. But then I've read about the
 `SAGE_ATLAS_LIB` environment variable in the
 [http://www.sagemath.org/doc/installation/source.html#environment-
 variables docs]. So here is a simple workaround for F13:

 '''Workaround:'''
 {{{
 sudo yum install atlas atlas-devel
 sudo mkdir /opt/atlas/
 sudo ln -s /usr/lib/atlas /opt/atlas/lib
 sudo mkdir /opt/atlas/include
 sudo ln -s /usr/include/atlas /opt/atlas/include/atlas
 export SAGE_ATLAS_LIB=/opt/atlas
 make
 }}}

 Regards,[[BR]]
 Christoph

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