> I think you've found a bug in the makefile.
> 
> We have
> 
>    LINBOX depends on ATLAS
> 
>    ATLAS depends on LAPACK and PYTHON
> 
>    LAPACK depends on FORTRAN
> 
> 
> It is just a lucky coincidence that the Sage build has actually worked.
> We need to add BLAS as a dependency of LAPACK, e.g,.
> 
> $(INST)/$(LAPACK): $(INST)/$(FORTRAN)  $(INST)/$(BLAS)
>         $(SAGE_SPKG) $(INST)/$(LAPACK) 2>&1
> 
> Then everything should work fine, since depence is transitive.
Can you remind me again why we have BLAS and not just ATLAS?
We can just build lapack against ATLAS.

Francois

-- 
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org

Reply via email to