File libgmm++-devel.spec of Package libgmm++-devel

#
# spec file for package libgmm++-devel (Version 3.0)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

# norootforbuild


Name:           libgmm++-devel
BuildRequires:  gcc-c++
License:        LGPL v2.1 only
Group:          Development/Libraries/C and C++
Summary:        Generic C++ template library for sparse, dense and skyline matrices
Version:        3.0
Release:        62
Source:         gmm-%version.tar.bz2
Url:            http://home.gna.org/getfem/gmm_intro
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildArch:      noarch

%description
gmm++ is a generic C++ template library for sparse, dense and skyline
matrices. It is built as a set of generic algorithms (mult, add, copy,
sub-matrices, dense and sparse solvers ...) for any interfaced vector
type or matrix type. It can be view as a glue library allowing
cooperation between several vector and matrix types. However, basic
sparse, dense and skyline matrix/vector types are built in Gmm++, hence
it can be used as a standalone linear algebra library



Authors:
--------
    Yves Renard
    Julien Pommier

%prep
%setup -q -n gmm-%version

%build
%configure
make %{?jobs:-j%jobs}

%install
%makeinstall

%clean
rm -rf ${RPM_BUILD_ROOT}

%files
%defattr(-,root,root)
/usr/include/gmm

%changelog
* Sat Nov 17 2007 dmueller@suse.de
- add gcc-c++ to buildrequires
* Fri Nov 09 2007 dmueller@suse.de
- Initial package (3.0)
openSUSE Build Service is sponsored by