ntl-9.6.4

This commit is contained in:
Jerry James 2016-02-20 11:36:55 -07:00
parent 66a6d72d60
commit 350ade1591
3 changed files with 11 additions and 7 deletions

2
.gitignore vendored
View File

@ -1,4 +1,4 @@
/ntl-9.1.1.tar.gz
/ntl-9.3.0.tar.gz
/ntl-9.4.0.tar.gz
/ntl-9.6.2.tar.gz
/ntl-9.6.4.tar.gz

View File

@ -1,5 +1,5 @@
%define multilib_arches %{ix86} x86_64 ppc ppc64 s390 s390x sparcv9 sparc64
%global multilib_arches %{ix86} x86_64 ppc ppc64 s390 s390x sparcv9 sparc64
# define include static lib (else undef)
#define static 1
@ -10,8 +10,8 @@
Summary: High-performance algorithms for vectors, matrices, and polynomials
Name: ntl
Version: 9.6.2
Release: 2%{?dist}
Version: 9.6.4
Release: 1%{?dist}
License: GPLv2+
URL: http://shoup.net/ntl/
@ -20,6 +20,7 @@ Group: System Environment/Libraries
Source0: http://shoup.net/ntl/%{name}-%{version}.tar.gz
Source1: multilib_template.h
BuildRequires: gcc-c++
%if 0%{?gf2x}
BuildRequires: gf2x-devel
%endif
@ -74,7 +75,7 @@ pushd src
DOCDIR=%{_docdir} \
INCLUDEDIR=%{_includedir} \
LIBDIR=%{_libdir} \
NTL_GMP_LIP=on \
NATIVE=off \
%{?gf2x:NTL_GF2X_LIB=on} \
NTL_PCLMUL=off \
SHARED=on
@ -126,7 +127,7 @@ done
%files
%doc README
%license doc/copying.txt
%{_libdir}/libntl.so.19*
%{_libdir}/libntl.so.21*
%files devel
%doc doc/*
@ -140,6 +141,9 @@ done
%changelog
* Sat Feb 20 2016 Jerry James <loganjerry@gmail.com> - 9.6.4-1
- ntl-9.6.4
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 9.6.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1 +1 @@
e03da2113e8b3baa68ae49297cc8509a ntl-9.6.2.tar.gz
a329136fcc9f8c09d3690455f0ba698d ntl-9.6.4.tar.gz