tnt-vl.spec 1.4 KB

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