source: projects/specs/trunk/t/tnt/tnt-vl.spec @ 521

Revision 521, 1.4 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Summary: A numeric library for scientific computing in C++
2Name: tnt
3Version: 0.126
4Release: 0vl1
5URL: http://math.nist.gov/tnt/
6Source: http://math.nist.gov/tnt/src/tnt_126.zip
7License: public domain
8Group: Development/Libraries
9BuildArch: noarch
10Buildroot: %{_tmppath}/%{name}-%{version}-root
11
12Vendor: Project Vine
13Distribution: Vine Linux
14
15%description
16The Template Numerical Toolkit is a collection of mathematical
17libraries for numeric computation in C++. Its fundamental classes
18include vectors, matrices, and multidimensional arrays. The basic
19goal is to allow one to express mathematical computation at a
20higher level of abstraction, while still retaining some control over
21performance and optimization issues. Doing so requires a careful
22analysis to balance these tradeoffs.
23
24The toolkit provides an integrated collection of generic matrix/vector
25classes based on components of the Standard Template Library (STL) and
26ANSI C++, together with specialization of generic algorithms for maximal
27efficiency. 
28
29%prep
30%setup -q -c
31
32%install
33rm -rf $RPM_BUILD_ROOT
34mkdir -p $RPM_BUILD_ROOT%{_includedir}
35
36install -m644 *.h $RPM_BUILD_ROOT%{_includedir}
37
38%clean
39rm -rf $RPM_BUILD_ROOT
40
41%files
42%defattr(-,root,root)
43%doc
44%{_includedir}/*
45
46%changelog
47* Mon Aug  6 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.126-0vl1
48- new upstream release
49- s/Copyright/License/
50- changed Group to Development/Libraries
51
52* Sat Feb 24 2001 Jun Nishii <jun@vinelinux.org>
53- 0.94-0vl1
54
Note: See TracBrowser for help on using the repository browser.