SHA256
6
0
forked from pool/gmp

Accepting request 74148 from home:namtrac:branches:devel:libraries:c_c++

- Update to release GMP 5.0.2
    * Many minor bugs related to portability fixed.
    * The support for HPPA 2.0N now works, after an assembly bug fix.
    * A test case type error has been fixed.  The symptom of this bug
    was spurious 'make check' failures.
    * Fat builds are now supported for 64-bit x86 processors also under Darwin.
- Remove unknown configure option --disable-mpfr

OBS-URL: https://build.opensuse.org/request/show/74148
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gmp?expand=0&rev=18
This commit is contained in:
2011-06-20 09:28:16 +00:00
committed by Git OBS Bridge
parent 53d9e202cd
commit 0d1085e5f1
4 changed files with 21 additions and 11 deletions

View File

@@ -28,7 +28,7 @@ AutoReqProv: on
Obsoletes: gmp-64bit
%endif
#
Version: 5.0.1
Version: 5.0.2
Release: 7
Summary: The GNU MP Library
Url: http://gmplib.org/
@@ -121,13 +121,12 @@ Authors:
%define sanitized_platform %(echo %{_target_cpu} | sed -e "s/sparc64.*/sparc64/" -e "s/sparcv.*/sparc/")-%{_vendor}-%{_target_os}
CFLAGS="$RPM_OPT_FLAGS -fexceptions" \
./configure --prefix=/usr \
--libdir=%{_libdir} \
--infodir=%{_infodir} \
--build=%{sanitized_platform} \
--disable-mpfr \
--enable-cxx \
--enable-fat \
--enable-mpbsd
--libdir=%{_libdir} \
--infodir=%{_infodir} \
--build=%{sanitized_platform} \
--enable-cxx \
--enable-fat \
--enable-mpbsd
make CFLAGS="$RPM_OPT_FLAGS -fexceptions" %{?_smp_mflags}
%check