#9101: linbox reports "ERROR: BLAS not found!" on 64-bit SPARC build
------------------------+---------------------------------------------------
   Reporter:  drkirkby  |       Owner:  drkirkby                                
    
       Type:  defect    |      Status:  new                                     
    
   Priority:  major     |   Milestone:  sage-4.4.3                              
    
  Component:  solaris   |    Keywords:                                          
    
     Author:            |    Upstream:  None of the above - read trac for 
reasoning.
   Reviewer:            |      Merged:                                          
    
Work_issues:            |  
------------------------+---------------------------------------------------
 Trying to compile Sage as 64-bit on SPARC, I get an error with linbox:

 {{{
 checking whether GMP is 4.0 or greater... yes
 checking whether GMP was compiled with --enable-cxx... yes
 checking for NTL >= 5.0... found
 checking for GIVARO >= 3.2.10... found
 checking whether to compile the sage interface... yes
 checking for C interface to BLAS... not found
 checking for others BLAS... not found

 *******************************************************************************
  ERROR: BLAS not found!

  BLAS routines are required for this library to compile. Please
  make sure BLAS are installed and specify its location with the option
  --with-blas=<lib> when running configure.
 *******************************************************************************
 Error configuring linbox

 real    0m32.070s
 user    0m15.156s
 sys     0m12.915s
 sage: An error occurred while installing linbox-1.1.6.p3
 }}}

 No such error occurs when building linbox on !OpenSolaris in 64-bit mode.

 This looks to me like it might be an error in spkg/standard/deps, as there
 is nothing there as far as I can see

 {{{
 $(INST)/$(LINBOX): $(BASE) $(INST)/$(MPIR) $(INST)/$(NTL)
 $(INST)/$(GIVARO) $(INST)/$(GSL) $(INST)/$(ATLAS)
         $(SAGE_SPKG) $(LINBOX) 2>&1

 }}}

 to make linbox dependent on BLAS. The BLAS library is not failing to
 install - it does not try to install.

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