diff options
author | asau <asau@pkgsrc.org> | 2012-03-22 20:48:43 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-03-22 20:48:43 +0000 |
commit | b8c7ce18c683d98b5c03ca6e28811a434e1f707e (patch) | |
tree | b7b0736b9e20b428547650cf3f7ce6c57fcfa44e /lang/polyml/Makefile | |
parent | 191f50178899c51aca760aee2731c81a85c0ba80 (diff) | |
download | pkgsrc-b8c7ce18c683d98b5c03ca6e28811a434e1f707e.tar.gz |
Update to Poly/ML 5.4.1
Changes in Poly/ML Version 5.4
Major New Features
* Major rewrite of the X86 code-generator and combining the 32 and
64-bit versions into a single module. It now supports the floating
point instructions.
* Changes to the way functions with polymorphic equality are
handled to eliminate the "structural equality" code.
* Uses the GMP library if that is available when Poly/ML is
built otherwise falls back to the old Poly/ML code.
Minor Additions and Changes
* Added a SingleAssignment structure
* Support for the Itanium processor using the interpreted version.
* Various bug fixes.
Diffstat (limited to 'lang/polyml/Makefile')
-rw-r--r-- | lang/polyml/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lang/polyml/Makefile b/lang/polyml/Makefile index 13e5a602c9d..6b23f00f022 100644 --- a/lang/polyml/Makefile +++ b/lang/polyml/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2009/12/13 23:26:25 asau Exp $ +# $NetBSD: Makefile,v 1.3 2012/03/22 20:48:43 asau Exp $ -DISTNAME= polyml.5.3 -PKGNAME= polyml-5.3 +DISTNAME= polyml.5.4.1 +PKGNAME= polyml-5.4.1 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=polyml/} @@ -17,6 +17,7 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_LANGUAGES= c c++ +TEST_TARGET= tests .include "options.mk" |