- ntl-5.5.2
This commit is contained in:
parent
0dfc20cf2f
commit
7af9759227
@ -1 +1 @@
|
||||
ntl-5.5.tar.gz
|
||||
ntl-5.5.2.tar.gz
|
||||
|
13
ntl.spec
13
ntl.spec
@ -6,8 +6,8 @@
|
||||
|
||||
Summary: High-performance algorithms for vectors, matrices, and polynomials
|
||||
Name: ntl
|
||||
Version: 5.5
|
||||
Release: 2%{?dist}
|
||||
Version: 5.5.2
|
||||
Release: 1%{?dist}
|
||||
|
||||
License: GPLv2+
|
||||
URL: http://shoup.net/ntl/
|
||||
@ -59,7 +59,7 @@ Requires: %{name}-devel = %{version}-%{release}
|
||||
|
||||
|
||||
%build
|
||||
cd src
|
||||
pushd src
|
||||
./configure \
|
||||
CC="%{__cc}" \
|
||||
CXX="%{__cxx}" \
|
||||
@ -71,10 +71,10 @@ cd src
|
||||
LIBDIR=%{_libdir} \
|
||||
NTL_GMP_LIP=on \
|
||||
SHARED=on
|
||||
cd -
|
||||
popd
|
||||
|
||||
# not smp-safe
|
||||
make -C src
|
||||
make -C src
|
||||
|
||||
|
||||
%check
|
||||
@ -135,6 +135,9 @@ rm -rf %{buildroot}
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Sep 18 2009 Rex Dieter <rdieter@fedoraproject.org> - 5.5.2-1
|
||||
- ntl-5.5.2
|
||||
|
||||
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.5-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user