Andreas Wacknitz
2022-11-19 fd95651eeba17484ef99e4670744885a882d5326
mpfr: update to 4.1.1

1 files deleted
4 files modified
1 files renamed
245 ■■■■■ changed files
components/library/mpfr/Makefile 14 ●●●● patch | view | raw | blame | history
components/library/mpfr/manifests/sample-manifest.p5m 15 ●●●● patch | view | raw | blame | history
components/library/mpfr/mpfr.p5m 13 ●●●● patch | view | raw | blame | history
components/library/mpfr/pkg5 1 ●●●● patch | view | raw | blame | history
components/library/mpfr/test/results-64.master 196 ●●●●● patch | view | raw | blame | history
components/library/mpfr/test/results-all.master 6 ●●●●● patch | view | raw | blame | history
components/library/mpfr/Makefile
@@ -24,20 +24,20 @@
# Copyright (c) 2019, Michal Nowak
#
BUILD_BITS=                32_and_64
BUILD_BITS= 32_and_64
USE_DEFAULT_TEST_TRANSFORMS= yes
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME=         mpfr
COMPONENT_VERSION=      4.1.0
COMPONENT_VERSION=      4.1.1
COMPONENT_SUMMARY=      The GNU Multiple Precision with IEEE Rounding Floating-Point Library
COMPONENT_PROJECT_URL=    https://www.mpfr.org/
COMPONENT_FMRI=        library/mpfr
COMPONENT_CLASSIFICATION=Development/High Performance Computing
COMPONENT_SRC=          $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE=      $(COMPONENT_SRC).tar.bz2
COMPONENT_ARCHIVE_URL=  $(COMPONENT_PROJECT_URL)$(COMPONENT_SRC)/$(COMPONENT_ARCHIVE)
COMPONENT_ARCHIVE_HASH= \
    sha256:feced2d430dd5a97805fa289fed3fc8ff2b094c02d05287fd6133e7f1f0ec926
COMPONENT_ARCHIVE_HASH= sha256:85fdf11614cc08e3545386d6b9c8c9035e3db1e506211a45f4e108117fe3c951
COMPONENT_FMRI=            library/mpfr
COMPONENT_CLASSIFICATION=Development/High Performance Computing
COMPONENT_LICENSE=      LGPLv2.1,GPLv2,FDLv1.2    
include $(WS_MAKE_RULES)/common.mk
@@ -77,7 +77,7 @@
CONFIGURE_OPTIONS += --with-mulhigh-size=$(MPFRMULHIGH)
CONFIGURE_OPTIONS += --with-pic
COMPONENT_TEST_TRANSFORMS= \
#COMPONENT_TEST_TRANSFORMS= \
    '-e "/^make/d" ' \
    '-e "/^Making/d" ' \
    '-e "/^\//d" ' \
components/library/mpfr/manifests/sample-manifest.p5m
@@ -10,10 +10,11 @@
#
#
# Copyright 2020 <contributor>
# Copyright 2022 <contributor>
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.human-version value=$(HUMAN_VERSION)
set name=pkg.summary value="$(COMPONENT_SUMMARY)"
set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
@@ -24,13 +25,13 @@
file path=usr/include/mpf2mpfr.h
file path=usr/include/mpfr.h
link path=usr/lib/$(MACH64)/libmpfr.so target=libmpfr.so.6.1.0
link path=usr/lib/$(MACH64)/libmpfr.so.6 target=libmpfr.so.6.1.0
file path=usr/lib/$(MACH64)/libmpfr.so.6.1.0
link path=usr/lib/$(MACH64)/libmpfr.so target=libmpfr.so.6.1.1
link path=usr/lib/$(MACH64)/libmpfr.so.6 target=libmpfr.so.6.1.1
file path=usr/lib/$(MACH64)/libmpfr.so.6.1.1
file path=usr/lib/$(MACH64)/pkgconfig/mpfr.pc
link path=usr/lib/libmpfr.so target=libmpfr.so.6.1.0
link path=usr/lib/libmpfr.so.6 target=libmpfr.so.6.1.0
file path=usr/lib/libmpfr.so.6.1.0
link path=usr/lib/libmpfr.so target=libmpfr.so.6.1.1
link path=usr/lib/libmpfr.so.6 target=libmpfr.so.6.1.1
file path=usr/lib/libmpfr.so.6.1.1
file path=usr/lib/pkgconfig/mpfr.pc
file path=usr/share/doc/mpfr/AUTHORS
file path=usr/share/doc/mpfr/BUGS
components/library/mpfr/mpfr.p5m
@@ -15,6 +15,7 @@
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.human-version value=$(HUMAN_VERSION)
set name=pkg.summary value="$(COMPONENT_SUMMARY)"
set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
@@ -25,13 +26,13 @@
file path=usr/include/mpf2mpfr.h
file path=usr/include/mpfr.h
link path=usr/lib/$(MACH64)/libmpfr.so target=libmpfr.so.6.1.0
link path=usr/lib/$(MACH64)/libmpfr.so.6 target=libmpfr.so.6.1.0
file path=usr/lib/$(MACH64)/libmpfr.so.6.1.0
link path=usr/lib/$(MACH64)/libmpfr.so target=libmpfr.so.6.1.1
link path=usr/lib/$(MACH64)/libmpfr.so.6 target=libmpfr.so.6.1.1
file path=usr/lib/$(MACH64)/libmpfr.so.6.1.1
file path=usr/lib/$(MACH64)/pkgconfig/mpfr.pc
link path=usr/lib/libmpfr.so target=libmpfr.so.6.1.0
link path=usr/lib/libmpfr.so.6 target=libmpfr.so.6.1.0
file path=usr/lib/libmpfr.so.6.1.0
link path=usr/lib/libmpfr.so target=libmpfr.so.6.1.1
link path=usr/lib/libmpfr.so.6 target=libmpfr.so.6.1.1
file path=usr/lib/libmpfr.so.6.1.1
file path=usr/lib/pkgconfig/mpfr.pc
file path=usr/share/doc/mpfr/AUTHORS
file path=usr/share/doc/mpfr/BUGS
components/library/mpfr/pkg5
@@ -2,6 +2,7 @@
    "dependencies": [
        "SUNWcs",
        "library/gmp",
        "shell/ksh93",
        "system/library"
    ],
    "fmris": [
components/library/mpfr/test/results-64.master
File was deleted
components/library/mpfr/test/results-all.master
File was renamed from components/library/mpfr/test/results-32.master
@@ -1,5 +1,4 @@
PASS: tversion
PASS tversion (exit status: 0)
PASS: tabort_prec_max
PASS: tassert
PASS: tabort_defalloc1
@@ -182,9 +181,6 @@
PASS: tyn
PASS: tzeta
PASS: tzeta_ui
============================================================================
Testsuite summary for MPFR 4.1.0
============================================================================
# TOTAL: 183
# PASS:  181
# SKIP:  2
@@ -192,5 +188,3 @@
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
PASS tversion (exit status: 0)