On Sun, Jun 14, 2009 at 9:53 AM, Dr. David Kirkby<david.kir...@onetel.net> wrote: > > In the process of building Sage on t2, I noticed another failure, which > I'm somewhat surprised has not been seen on all platforms. I've > submitted this as ticket 6278, where more information is provided than > here. > > Essentially the following packages are now installed on my attempts at > building Sage with Solaris using gcc 4.4.0 > > atlas-3.8.3.p2 (needed hack suggested by ATLAS developer) > bzip2-1.0.5 > conway_polynomials-0.2 > dir-0.1 > eclib-20080310.p7 > elliptic_curves-0.1 > extcode-4.0.1.alpha0 > flint-1.2.4.p3 > fortran-20071120.p5 > freetype-2.3.5.p0 > gd-2.0.35.p1 > gdmodule-0.56.p5 > givaro-3.2.13rc2 > gnutls-2.2.1.p1 > graphs-20070722 > gsl-1.10.p1 > iml-1.0.1.p11 > ipython-0.9.1 > lapack-20071123.p0 > libgcrypt-1.4.3.p0 > libgpg_error-1.6.p0 > libpng-1.2.35 > mpir-1.2.p0 > ntl-5.4.2.p7 > opencdk-0.6.6 > pari-2.3.3.p0 > prereq-0.3 > python-2.5.4.p1 > readline-5.2.p6 > sage_scripts-4.0.1.alpha0 > sqlite-3.5.3.p3 (needed the patch I posted on trac #6266) > termcap-1.3.1.p0 > zlib-1.2.3.p4 > > Note blas is not in that list. But linbox is trying to build, which > claims to need blas > > > Here linbox tries to build.
Try to build the blas spkg explicitly by typing (from SAGE_ROOT) ./sage -f spkg/standard/blas-20070724.spkg If this works (it very likely will), then try building linbox again. If linbox works, then the problem you just reported can be solved by editing spkg/standard/deps and adding BLAS as a dependency for LINBOX (in that makefile). That said, I'm concerned that maybe ATLAS wasn't correctly installed. But let's wait for you to do the above test before jumping to any conclusions. -- William --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to sage-devel-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---