ntl-8.1.2
Also: - Remove add of tag to libtool mode operations; changes commented lines only.
This commit is contained in:
parent
c9458921c7
commit
2d19f16170
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +1,2 @@
|
||||
/ntl-6.2.1.tar.gz
|
||||
/ntl-8.1.0.tar.gz
|
||||
/ntl-8.1.2.tar.gz
|
||||
|
22
ntl.spec
22
ntl.spec
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user