Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemath
GitHub Repository: sagemath/sagesmc
Path: blob/master/build/pkgs/boehm_gc/SPKG.txt
8818 views
1
= BoehmGC =
2
3
== Description ==
4
5
The Boehm-Demers-Weiser conservative garbage collector.
6
7
== License ==
8
9
* Permissive BSD + GPL 2.0+
10
11
== Upstream Contact ==
12
13
Webpage: http://www.hpl.hp.com/personal/Hans_Boehm/gc/
14
Email List: [email protected]
15
16
== Dependencies ==
17
18
None.
19
20
== Special Update/Build Instructions ==
21
22
=== Patches ===
23
* cygwin64.patch: let libgc build on Cygwin64.
24
25
== Changelog ==
26
27
=== boehm_gc-7.2d.p0 (Jean-Pierre Flori, 11 June 2013) ===
28
* #14710: Update to version 7.2d.
29
* Remove patches integrated upstream.
30
* Add cygwin64.patch from Cygwin64 libgc package to let it build
31
on Cygwin64.
32
33
=== boehm_gc-7.2.alpha6.p2 (Simon King, Dec 10 2011) ===
34
* #12131: Use --libdir, to make the package work on openSUSE
35
36
=== boehm_gc-7.2.alpha6.p1 (John Palmieri, Dec 2 2011) ===
37
* #11883: fix upgrading from old versions of Sage. This requires
38
unsetting RM if it's set to 'rm'.
39
40
=== boehm_gc-7.2.alpha6.p0 (John Palmieri, Sept 30 2011) ===
41
* #11883: upgrade to version 7.2.alpha6: according to the web site, the
42
previous version "is old enough that you are almost certainly better
43
off going with the much more recent and only somewhat experimental
44
version", namely 7.2.alpha6.
45
46
* Apply a fix so it builds on OS X 10.7 Lion. Fix taken from the
47
repository
48
https://github.com/ivmai/libatomic_ops/tree/master/src/atomic_ops/sysdeps/gcc,
49
and is mentioned at
50
http://comments.gmane.org/gmane.comp.programming.garbage-collection.boehmgc/4675.
51
(There must be a better description of these patches, but I haven't
52
found it.)
53
54
=== boehm_gc-7.1.p7 (Mike Hansen, Aug 17th 2010) ===
55
* #9154: boehm_gc (still, still) fails to build on Cygwin
56
spkg-install tweaked to properly sed the Makefile generated
57
58
=== boehm_gc-7.1.p6 (David Kirkby, 20th June 2010) ===
59
* #9067: boehmc_gc does not run self-tests when SAGE_CHECK=yes
60
A spkg-check file was added for this purpose
61
62
=== boehm_gc-7.1.p5 (Mike Hansen, May 26th, 2010) ===
63
* #9067: boehmc_gc was still failing in Cygwin.
64
65
=== boehm_gc-7.1.p4 (Mike Hansen, February 15th, 2010) ===
66
* #7336: Make boehm_gc work on Cygwin by disabling THREADDLLIBS.
67
68
=== boehm_gc-7.1.p3 (Jaap Spies, Jan 25th, 2010) ===
69
* made SAGE64 also work for Open Solaris 64 bit
70
71
=== boehm_gc-7.1.p2 (William Stein, September 20th, 2009) ===
72
* add OS X Snow Leopoard support
73
74
=== boehm_gc-7.1.p1 (Michael Abshoff, January 20th, 2009) ===
75
* add 64 bit OSX support
76
77
=== boehm_gc-7.1.p0 (Michael Abshoff, July 16th, 2008) ===
78
* clean up spkg-install
79
* clean up SPKG.txt
80
* add hg repo and .hgignore
81
82
=== boehm_gc-7.1 (Gary Furnish) ===
83
* Initial version
84
85