forked from pool/armadillo
Accepting request 521561 from home:jengelh:branches:devel:libraries:c_c++
- Trim descriptions, keeping the full description just for the one that is installed most often (libarmadillo8). Ensure neutrality of descriptions. OBS-URL: https://build.opensuse.org/request/show/521561 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=218
This commit is contained in:
parent
2d5c5c7c2f
commit
67a3a6e92a
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 5 21:45:23 UTC 2017 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Trim descriptions, keeping the full description just for the
|
||||||
|
one that is installed most often (libarmadillo8).
|
||||||
|
Ensure neutrality of descriptions.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 1 17:31:45 UTC 2017 - badshah400@gmail.com
|
Fri Sep 1 17:31:45 UTC 2017 - badshah400@gmail.com
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
Name: armadillo
|
Name: armadillo
|
||||||
Version: 8.100.0
|
Version: 8.100.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Fast C++ matrix library with interfaces to LAPACK and ATLAS
|
Summary: C++ matrix library with interfaces to LAPACK and ATLAS
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Url: http://arma.sourceforge.net/
|
Url: http://arma.sourceforge.net/
|
||||||
@ -36,27 +36,16 @@ BuildRequires: superlu-devel >= 5.2
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Armadillo is a C++ linear algebra library (matrix maths)
|
Armadillo is a C++ linear algebra library (matrix maths).
|
||||||
aiming towards a good balance between speed and ease of use.
|
|
||||||
Integer, floating point and complex numbers are supported,
|
Integer, floating point and complex numbers are supported,
|
||||||
as well as a subset of trigonometric and statistics functions.
|
as well as a subset of trigonometric and statistics functions.
|
||||||
Various matrix decompositions are provided through optional
|
|
||||||
integration with LAPACK and ATLAS libraries.
|
|
||||||
A delayed evaluation approach is employed (during compile time)
|
|
||||||
to combine several operations into one and reduce (or eliminate)
|
|
||||||
the need for temporaries. This is accomplished through recursive
|
|
||||||
templates and template meta-programming.
|
|
||||||
This library is useful if C++ has been decided as the language
|
|
||||||
of choice (due to speed and/or integration capabilities), rather
|
|
||||||
than another language like Matlab or Octave.
|
|
||||||
|
|
||||||
%package -n %{soname}
|
%package -n %{soname}
|
||||||
Summary: Fast C++ matrix library with interfaces to LAPACK and ATLAS
|
Summary: C++ matrix library with interfaces to LAPACK and ATLAS
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n %{soname}
|
%description -n %{soname}
|
||||||
Armadillo is a C++ linear algebra library (matrix maths)
|
Armadillo is a C++ linear algebra library (matrix maths).
|
||||||
aiming towards a good balance between speed and ease of use.
|
|
||||||
Integer, floating point and complex numbers are supported,
|
Integer, floating point and complex numbers are supported,
|
||||||
as well as a subset of trigonometric and statistics functions.
|
as well as a subset of trigonometric and statistics functions.
|
||||||
Various matrix decompositions are provided through optional
|
Various matrix decompositions are provided through optional
|
||||||
@ -65,9 +54,6 @@ A delayed evaluation approach is employed (during compile time)
|
|||||||
to combine several operations into one and reduce (or eliminate)
|
to combine several operations into one and reduce (or eliminate)
|
||||||
the need for temporaries. This is accomplished through recursive
|
the need for temporaries. This is accomplished through recursive
|
||||||
templates and template meta-programming.
|
templates and template meta-programming.
|
||||||
This library is useful if C++ has been decided as the language
|
|
||||||
of choice (due to speed and/or integration capabilities), rather
|
|
||||||
than another language like Matlab or Octave.
|
|
||||||
|
|
||||||
This package provides the shared libraries for armadillo.
|
This package provides the shared libraries for armadillo.
|
||||||
|
|
||||||
@ -79,19 +65,9 @@ BuildArch: noarch
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description doc
|
%description doc
|
||||||
Armadillo is a C++ linear algebra library (matrix maths)
|
Armadillo is a C++ linear algebra library (matrix maths).
|
||||||
aiming towards a good balance between speed and ease of use.
|
|
||||||
Integer, floating point and complex numbers are supported,
|
Integer, floating point and complex numbers are supported,
|
||||||
as well as a subset of trigonometric and statistics functions.
|
as well as a subset of trigonometric and statistics functions.
|
||||||
Various matrix decompositions are provided through optional
|
|
||||||
integration with LAPACK and ATLAS libraries.
|
|
||||||
A delayed evaluation approach is employed (during compile time)
|
|
||||||
to combine several operations into one and reduce (or eliminate)
|
|
||||||
the need for temporaries. This is accomplished through recursive
|
|
||||||
templates and template meta-programming.
|
|
||||||
This library is useful if C++ has been decided as the language
|
|
||||||
of choice (due to speed and/or integration capabilities), rather
|
|
||||||
than another language like Matlab or Octave.
|
|
||||||
|
|
||||||
This package provides the documentation for armadillo.
|
This package provides the documentation for armadillo.
|
||||||
|
|
||||||
@ -107,19 +83,9 @@ Requires: superlu-devel >= 4.3
|
|||||||
Recommends: %{name}-doc
|
Recommends: %{name}-doc
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Armadillo is a C++ linear algebra library (matrix maths)
|
Armadillo is a C++ linear algebra library (matrix maths).
|
||||||
aiming towards a good balance between speed and ease of use.
|
|
||||||
Integer, floating point and complex numbers are supported,
|
Integer, floating point and complex numbers are supported,
|
||||||
as well as a subset of trigonometric and statistics functions.
|
as well as a subset of trigonometric and statistics functions.
|
||||||
Various matrix decompositions are provided through optional
|
|
||||||
integration with LAPACK and ATLAS libraries.
|
|
||||||
A delayed evaluation approach is employed (during compile time)
|
|
||||||
to combine several operations into one and reduce (or eliminate)
|
|
||||||
the need for temporaries. This is accomplished through recursive
|
|
||||||
templates and template meta-programming.
|
|
||||||
This library is useful if C++ has been decided as the language
|
|
||||||
of choice (due to speed and/or integration capabilities), rather
|
|
||||||
than another language like Matlab or Octave.
|
|
||||||
|
|
||||||
This package contains files necessary for development using the
|
This package contains files necessary for development using the
|
||||||
Armadillo C++ library. It contains header files, example programs,
|
Armadillo C++ library. It contains header files, example programs,
|
||||||
|
Loading…
Reference in New Issue
Block a user