SF.net SVN: gar:[27202] csw/mgar/pkg/libgmp/trunk
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Tue Aug 5 21:55:54 CEST 2025
Revision: 27202
http://sourceforge.net/p/gar/code/27202
Author: dmichelsen
Date: 2025-08-05 19:55:54 +0000 (Tue, 05 Aug 2025)
Log Message:
-----------
libgmp/trunk: Update to 6.3.0
Modified Paths:
--------------
csw/mgar/pkg/libgmp/trunk/Makefile
csw/mgar/pkg/libgmp/trunk/checksums
Modified: csw/mgar/pkg/libgmp/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libgmp/trunk/Makefile 2025-07-26 18:59:39 UTC (rev 27201)
+++ csw/mgar/pkg/libgmp/trunk/Makefile 2025-08-05 19:55:54 UTC (rev 27202)
@@ -1,7 +1,7 @@
# $Id$
NAME = gmp
-VERSION = 6.1.2
+VERSION = 6.3.0
SUBVERSION =
GARTYPE = v2
@@ -21,7 +21,7 @@
endef
MASTER_SITES = $(GNU_MIRROR)
-DISTFILES = $(DISTNAME)$(SUBVERSION).tar.lz
+DISTFILES = $(DISTNAME)$(SUBVERSION).tar.xz
SPKG_SOURCEURL = http://gmplib.org/
@@ -122,6 +122,12 @@
ISA_DEFAULT_i386 = pentium_pro
# ISA_DEFAULT_sparc = sparcv8plus
+# The LD_OPTIONS setting breaks the test suite, because it makes
+# /opt/csw/lib/$ISALIST be always in front, while the tests require a local
+# directory be in front instead.
+LD_OPTIONS = $(LINKER_MAPS) $(LINKER_DIRECT) $(LINKER_IGNORE)
+EXTRA_LINKER_FLAGS = $(RUNPATH_LINKER_FLAGS)
+
include gar/category.mk
## Undefined symbol __sync_fetch_and_add_4
Modified: csw/mgar/pkg/libgmp/trunk/checksums
===================================================================
--- csw/mgar/pkg/libgmp/trunk/checksums 2025-07-26 18:59:39 UTC (rev 27201)
+++ csw/mgar/pkg/libgmp/trunk/checksums 2025-08-05 19:55:54 UTC (rev 27202)
@@ -1 +1 @@
-205e230117debf3754944509350627a1 gmp-6.1.2.tar.lz
+956dc04e864001a9c22429f761f2c283 gmp-6.3.0.tar.xz
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list