File tree Expand file tree Collapse file tree 4 files changed +12
-15
lines changed Expand file tree Collapse file tree 4 files changed +12
-15
lines changed Original file line number Diff line number Diff line change @@ -6,25 +6,24 @@ Description
66
77The Boehm-Demers-Weiser conservative garbage collector.
88
9+
910License
1011-------
1112
12- - Permissive BSD + GPL 2.0+
13+ - MIT-style (https://github.com/ivmai/bdwgc/blob/master/LICENSE)
1314
1415
1516Upstream Contact
1617----------------
1718
18- Webpage: http://www.hboehm.info/gc/
19+ - Ivan Maidanski
20+
21+ Webpage:
22+ - https://github.com/ivmai/bdwgc/
23+ - https://www.hboehm.info/gc/
1924
20- 2125
2226Special Update/Build Instructions
2327---------------------------------
2428
2529None.
26-
27- Patches
28- ~~~~~~~
29-
30- - cygwin64.patch: let libgc build on Cygwin64.
Original file line number Diff line number Diff line change 11tarball =gc-VERSION.tar.gz
2- sha1 =4b8b24534f469b64ff4bc2332a9bdf8bef8bf1d4
3- md5 =67a5093e2f9f381bd550aa891d00b54b
4- cksum =121524068
2+ sha1 =41c88cbc4bc9bf76e1a95a1500ea5b0360bc4f55
3+ md5 =8901a6ed29ac35842420054772ea3441
4+ cksum =4201205407
55upstream_url =https://github.com/ivmai/bdwgc/releases/download/vVERSION/gc-VERSION.tar.gz
Original file line number Diff line number Diff line change 1- 8.0 .4
1+ 8.2 .4
Original file line number Diff line number Diff line change @@ -4,9 +4,7 @@ GC_CONFIGURE="--enable-large-config"
44
55if [ "$UNAME" = "CYGWIN" ]; then
66 # See https://github.com/sagemath/sage/issues/22694
7- GC_CONFIGURE="$GC_CONFIGURE --enable-threads=posix --enable-handle-fork --enable-shared --disable-static"
8- # Force use of mmap on Cygwin https://github.com/sagemath/sage/issues/23973
9- export CFLAGS="$CFLAGS -DUSE_MMAP -DUSE_MUNMAP"
7+ GC_CONFIGURE="$GC_CONFIGURE --enable-threads=posix --enable-handle-fork"
108fi
119
1210sdh_configure $GC_CONFIGURE
You can’t perform that action at this time.
0 commit comments