ntl-8.1.2

Also:
- Remove add of tag to libtool mode operations; changes commented lines only.
This commit is contained in:
Jerry James 2015-02-02 09:31:00 -07:00
parent c9458921c7
commit 2d19f16170
3 changed files with 9 additions and 17 deletions

2
.gitignore vendored
View File

@ -1,2 +1,2 @@
/ntl-6.2.1.tar.gz
/ntl-8.1.0.tar.gz
/ntl-8.1.2.tar.gz

View File

@ -5,13 +5,14 @@
#define static 1
# no gf2x in rhel/epel, yet -- rex
%if 0%{?fedora}
# gf2x in rhel/epel 7 -- marianne
%if 0%{?fedora} || 0%{?rhel} >= 7
%define gf2x 1
%endif
Summary: High-performance algorithms for vectors, matrices, and polynomials
Name: ntl
Version: 8.1.0
Version: 8.1.2
Release: 1%{?dist}
License: GPLv2+
@ -68,19 +69,6 @@ Requires: %{name}-devel%{?_isa} = %{version}-%{release}
%setup -q
%patch0
# omit for now, fixes arm ftbfs when CC != gcc, but causes regression:
# http://bugzilla.redhat.com/904348
# definitely needs more libtool love to get right -- rex
%if 0
# Specify tag with mode for libtool.
sed -i.mode \
-e 's| --mode=compile| --tag=CC --mode=compile|' \
-e 's| --mode=link| --tag=LD --mode=link|' \
src/def_makefile \
src/makefile \
src/mfile
%endif
%build
pushd src
@ -154,6 +142,10 @@ done
%changelog
* Mon Feb 2 2015 Jerry James <loganjerry@gmail.com> - 8.1.2-1
- ntl-8.1.2
- Remove add of tag to libtool mode operations; changes commented lines only
* Thu Jan 15 2015 Jerry James <loganjerry@gmail.com> - 8.1.0-1
- ntl-8.1.0

View File

@ -1 +1 @@
9f03248c3c94469f59c58755e87fab7e ntl-8.1.0.tar.gz
93f36123ac008db31c1031498a9b1e81 ntl-8.1.2.tar.gz