]> git.pld-linux.org Git - packages/boost.git/commitdiff
- uBLAS to separate package
authormaho <maho@pld-linux.org>
Sun, 22 Feb 2004 23:15:13 +0000 (23:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    boost.spec -> 1.37

boost.spec

index 1742f98e26205046d9eebc18d72b45b2a567572e..163beb4dea069be150f20ff2676317b80d7b45b4 100644 (file)
@@ -624,6 +624,24 @@ Biblioteka boost-type_traits definiuje trzy rodzaje cech typ
  2. powi±zania miêdzy dwoma typami.
  3. transformacjê z jednego typu do drugiego.
 
+%package uBLAS-devel
+Summary:       Basic linear algebra for dense, packed and sparse matrices
+Summary(pl):   Prosta liniowa algebra dla gêstych, upakowanych i rzadkich macierzy.
+Group:         Development/Libraries
+Requires:      %{name}-concept_check-devel = %{version}-%{release}
+Requires:      %{name}-utility-devel = %{version}-%{release}
+Requires:      %{name}-mpl-devel = %{version}-%{release}
+
+%description uBLAS-devel
+uBLAS library provides templated C++ classes for dense, unit and
+sparse vectors, dense, identity, triangular, banded, symmetric,
+hermitian and sparse matrices.
+
+%description uBLAS-devel -l pl
+Biblioteka uBLAS dostarcza wzorce klas C++ dla gêstych, jednostkowych
+i rzadkich wektorów oraz gêstych, jednostkowych, diagonalnych,
+symetrycznych, hermitowskich i rzadkich macierzy.
+
 %package utility-devel
 Summary:       Useful utilities: classes and function templates
 Summary(pl):   U¿yteczne narzêdzia: klasy i wzorce funkcji
@@ -812,7 +830,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/boost/multi_array.hpp
 %{_includedir}/boost/nondet_random.hpp
 %{_includedir}/boost/non_type.hpp
-%{_includedir}/boost/numeric
+%{_includedir}/boost/numeric/interval*
 %{_includedir}/boost/operators.hpp
 %{_includedir}/boost/optional.hpp
 %{_includedir}/boost/pending
@@ -1027,6 +1045,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/boost/type_traits.hpp
 %{_includedir}/boost/type_traits
 
+%files uBLAS-devel
+%defattr(644,root,root,755)
+%{_includedir}/boost/numeric/ublas
+
 %files utility-devel
 %defattr(644,root,root,755)
 %{_includedir}/boost/checked_delete.hpp
This page took 0.091113 seconds and 4 git commands to generate.