On Thu, Jun 10, 2010 at 01:32:19PM +0100, Dr. David Kirkby wrote: > On 06/10/10 01:19 PM, Jason Grout wrote: >> I've posted the update to http://trac.sagemath.org/sage_trac/ticket/9202 >> >> Actually, I'm pretty sure I fixed the issue in this thread with the new >> spkg (see my other message in this thread for a discussion of what the >> issue is, or see the hg commit log in the new spkg). I also removed >> another solaris-specific patch that we apply, that I'm pretty sure is >> obsolete as of a year ago or so. >> >> Can you check the new spkg on Solaris and let us know if there are any >> problems? >> >> Thanks, >> >> Jason > > No, it has not fixed it. Leaving pkg-config working, matplotlib reports > version > > REQUIRED DEPENDENCIES > numpy: 1.3.0 > freetype2: 9.7.3
Are you really sure that using PKG_CONFIG_PATH doesn't fix that? i.e., if you have the file /export/home/drkirkby/32/sage-4.4.3/local/lib/pkgconfig/freetype2.pc, then $ export PKG_CONFIG_PATH=/export/home/drkirkby/32/sage-4.4.3/local/lib/pkgconfig $ pkg-config --modversion freetype2 should really return 9.16.3. If it doesn't, I think we should try to figure out why not, rather than add hack upon hack... In general I think it would make a lot of sense to set PKG_CONFIG_PATH in sage-env. In any case we could set it in the matplotlib spkg-install if that helps. -Willem Jan -- 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