From d5c826ce7f1e2d098cf6bb21b415d165724cf6c9a8ab7237de074a6f3308fa23 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Tue, 13 Dec 2011 09:58:37 +0000 Subject: [PATCH] . OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gc?expand=0&rev=12 --- gc.changes | 7 +++++++ gc.spec | 10 ++++++++-- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/gc.changes b/gc.changes index b1c4abe..eceead2 100644 --- a/gc.changes +++ b/gc.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Dec 13 09:55:10 UTC 2011 - werner@suse.de + +- To use this with asymptote from TeX Live large config is required. + Also fast garbage collection iby using pthread-based parallel mark + implementation will help a lot. + ------------------------------------------------------------------- Sat Oct 1 05:39:10 UTC 2011 - coolo@suse.com diff --git a/gc.spec b/gc.spec index 382ca4f..c974c69 100644 --- a/gc.spec +++ b/gc.spec @@ -22,7 +22,7 @@ Version: 7.1.9.6 Release: 1 %define src_ver 7.2alpha6 Group: Development/Libraries/C and C++ -License: BSD 3-Clause +License: BSD-3-Clause Url: http://www.hpl.hp.com/personal/Hans_Boehm/gc/ Summary: A garbage collector for C and C++ Source: %{name}-%{src_ver}.tar.bz2 @@ -78,7 +78,13 @@ be otherwise accessed. %{suse_update_config -f} autoreconf -fi %{__libtoolize} -f -%configure --disable-static --with-pic --enable-cplusplus +%configure --disable-static \ + --with-pic \ + --with-gnu-ld \ + --enable-cplusplus \ + --enable-large-config \ + --enable-threads=posix \ + --enable-parallel-mark make %{?_smp_mflags} %install