Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37531204
en ru br
ALT Linux repos
S:1.1.2-alt4.1

Group :: Sciences/Mathematics
RPM: qrupdate

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: qrupdate
Version: 1.1.2
Release: alt4.1

Summary: Library for fast updating of QR and Cholesky decompositions
License: GPLv3+
Group: Sciences/Mathematics

Url: http://sourceforge.net/projects/qrupdate/
Source: %name-%version.tar.gz
Packager: Eugeny A. Rostovtsev (REAL) <real at altlinux.org>

BuildRequires: gcc-fortran
BuildRequires: liblapack-devel

%description
qrupdate is a Fortran library for fast updates of QR and Cholesky
decompositions.

%package -n lib%name
Summary: Library for fast updating of QR and Cholesky decompositions
Group: System/Libraries

%description -n lib%name
qrupdate is a Fortran library for fast updates of QR and Cholesky
decompositions.

%package -n lib%name-devel
Summary: Development files of qrupdate
Group: Development/Other
Requires: lib%name = %version-%release

%description -n lib%name-devel
qrupdate is a Fortran library for fast updates of QR and Cholesky
decompositions.

This package contains development files of qrupdate.

%prep
%setup
sed -i 's|^\(LIBDIR\).*|\1=%_lib|' Makeconf*
%ifnarch x86_64 %ix86
# only required for tests
sed -i 's/^BLAS/#&/' Makeconf*
%endif

%build
%make_build solib

%install
%makeinstall_std

%files -n lib%name
%doc ChangeLog README
%_libdir/*.so.*

%files -n lib%name-devel
%_libdir/*.so

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin