Lapackpp-vl.spec 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. Summary: Linear Algebra PACKage in C++
  2. Name: Lapackpp
  3. Version: 2.5.2
  4. Release: 0vl1
  5. URL: http://lapackpp.sourceforge.net/
  6. Source: lapackpp-%{version}.tar.gz
  7. #Source1: lapack++_install.ps.gz
  8. #Source2: lapackpp1_1.ps.gz
  9. #Source3: lapackppman1_1.ps.gz
  10. #Source4: NOTICE
  11. # Vine Patch
  12. #Patch: Lapackpp1.1a.makefile.patch
  13. License: LGPL
  14. Group: Development/Libraries
  15. BuildRequires: blas-devel lapack-devel
  16. BuildRequires: gcc-c++ pkgconfig
  17. Requires: pkgconfig
  18. Buildroot: %{_tmppath}/%{name}-%{version}-root
  19. Vendor: Project Vine
  20. Distribution: Vine Linux
  21. %description
  22. LAPACK++ (Linear Algebra PACKage in C++) is a software library
  23. for numerical linear algebra that solves systems of linear
  24. equations and eigenvalue problems on high performance computer
  25. architectures.
  26. Computational support is provided for supports various matrix
  27. classes for vectors, non-symmetric matrices, SPD matrices,
  28. symmetric matrices, banded, triangular, and tridiagonal matrices;
  29. however, it does not include all of the capabilities of original
  30. f77 LAPACK. Emphasis is given to routines for solving linear
  31. systems consisting of non-symmetric matrices, symmetric positive
  32. definite systems, and solving linear least-square systems.
  33. %prep
  34. %setup -q -n lapackpp-%{version}
  35. #%patch -p1
  36. #cp %{SOURCE1} .
  37. #cp %{SOURCE2} .
  38. #cp %{SOURCE3} .
  39. #cp %{SOURCE4} .
  40. %build
  41. %configure --disable-atlas
  42. make
  43. %install
  44. rm -rf %{buildroot}
  45. %makeinstall
  46. %post -p /sbin/ldconfig
  47. %postun -p /sbin/ldconfig
  48. %clean
  49. rm -rf %{buildroot}
  50. %files
  51. %defattr(-,root,root)
  52. %doc COPYING ChangeLog NEWS README RELEASE.NOTES
  53. %doc testing
  54. %{_includedir}/lapackpp
  55. %{_libdir}/*
  56. %{_datadir}/aclocal/*.m4
  57. %changelog
  58. * Wed Aug 8 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.5.2-0vl1
  59. - new upstream release
  60. - updated URL, dependancies
  61. - changed Group to Development/Libraries
  62. * Sat Feb 24 2001 Jun Nishii <jun@vinelinux.org>
  63. - 1.1a-0vl1