ntl-x86_64 stable port information

Info2: <<
Package: ntl
Version: 5.5.2
Revision: 1
GCC: 4.0
Architecture: x86_64
Maintainer: Dave Morrison
Description: Library for doing number theory
Source: http://www.shoup.net/ntl/ntl-%v.tar.gz
Source-MD5: 2e0afa1fa3b325e562ce89da57cba983
SourceDirectory: %{ni}-%v/src
BuildDepends: gmp5 (>= 4.1.4-1), libmpfr4
Depends: gmp5-shlibs (>= 4.1.4-1), libmpfr4-shlibs
BuildDependsOnly: true
Conflicts: ntl, ntl-64bit
Replaces: ntl, ntl-64bit
#Conflicts: ntl-sing
#Replaces: ntl-sing
#Provides: ntl-sing
License: GPL
CompileScript: <<
#!/bin/sh -ev
export CPU=""
./configure LDLIBS="" PREFIX=%i DOCDIR=%i/share/doc GMP_PREFIX=%p \
NTL_GMP_LIP=on NTL_STD_CXX=on NTL_NO_INIT_TRANS=on NTL_CXX_ONLY=on CC=g++ \
LIBDIR=%i/%lib GMP_LIBDIR="%p/%lib"
make
<<
InfoTest: <<
TestScript: make check
<<
InstallScript:<<
make install
mv %i/share/doc/NTL %i/share/doc/tmp
mv %i/share/doc/tmp %i/share/doc/%n
<<
DocFiles: ../README ../doc/copying.txt:LICENSE
PostInstScript: ranlib %p/%lib/libntl.a
DescDetail: <<
NTL is a high-performance, portable c++ library providing data
structures and algorithms for manipulating signed, arbitrary length
integers, and for vectors, matrices, and polynomials over the integers
and over finite fields.
<<
DescPackaging: <<
Configured to use the Gnu Multiple Precision library (gmp)

We now use -fast instead of the obsolete -floop-transpose flag.

Previously maintained by William McCallum.
<<
HomePage: http://www.shoup.net/ntl/
<<