= BoehmGC = == Description == The Boehm-Demers-Weiser conservative garbage collector. == License == * Permissive BSD + GPL 2.0+ == Upstream Contact == Webpage: http://www.hpl.hp.com/personal/Hans_Boehm/gc/ Email List: gc@linux.hpl.hp.com == Dependencies == None. == Special Update/Build Instructions == === Patches === * cygwin64.patch: let libgc build on Cygwin64. == Changelog == === boehm_gc-7.2d.p0 (Jean-Pierre Flori, 11 June 2013) === * #14710: Update to version 7.2d. * Remove patches integrated upstream. * Add cygwin64.patch from Cygwin64 libgc package to let it build on Cygwin64. === boehm_gc-7.2.alpha6.p2 (Simon King, Dec 10 2011) === * #12131: Use --libdir, to make the package work on openSUSE === boehm_gc-7.2.alpha6.p1 (John Palmieri, Dec 2 2011) === * #11883: fix upgrading from old versions of Sage. This requires unsetting RM if it's set to 'rm'. === boehm_gc-7.2.alpha6.p0 (John Palmieri, Sept 30 2011) === * #11883: upgrade to version 7.2.alpha6: according to the web site, the previous version "is old enough that you are almost certainly better off going with the much more recent and only somewhat experimental version", namely 7.2.alpha6. * Apply a fix so it builds on OS X 10.7 Lion. Fix taken from the repository https://github.com/ivmai/libatomic_ops/tree/master/src/atomic_ops/sysdeps/gcc, and is mentioned at http://comments.gmane.org/gmane.comp.programming.garbage-collection.boehmgc/4675. (There must be a better description of these patches, but I haven't found it.) === boehm_gc-7.1.p7 (Mike Hansen, Aug 17th 2010) === * #9154: boehm_gc (still, still) fails to build on Cygwin spkg-install tweaked to properly sed the Makefile generated === boehm_gc-7.1.p6 (David Kirkby, 20th June 2010) === * #9067: boehmc_gc does not run self-tests when SAGE_CHECK=yes A spkg-check file was added for this purpose === boehm_gc-7.1.p5 (Mike Hansen, May 26th, 2010) === * #9067: boehmc_gc was still failing in Cygwin. === boehm_gc-7.1.p4 (Mike Hansen, February 15th, 2010) === * #7336: Make boehm_gc work on Cygwin by disabling THREADDLLIBS. === boehm_gc-7.1.p3 (Jaap Spies, Jan 25th, 2010) === * made SAGE64 also work for Open Solaris 64 bit === boehm_gc-7.1.p2 (William Stein, September 20th, 2009) === * add OS X Snow Leopoard support === boehm_gc-7.1.p1 (Michael Abshoff, January 20th, 2009) === * add 64 bit OSX support === boehm_gc-7.1.p0 (Michael Abshoff, July 16th, 2008) === * clean up spkg-install * clean up SPKG.txt * add hg repo and .hgignore === boehm_gc-7.1 (Gary Furnish) === * Initial version