Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37047284
en ru br
Репозитории ALT
S:1996-alt4
5.1: 1996-alt1
www.altlinux.org/Changes

Группа :: Науки/Математика
Пакет: csrch

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Name: csrch
Version: 1996
Release: alt1
Summary: MINPACK-2 implementation of the More and Thuente linesearch
License: BSD/non-commertial using only
Group: Sciences/Mathematics
Url: ftp://ftp.mcs.anl.gov/pub/MINPACK-2/csrch/
Packager: Eugeny A. Rostovtsev (REAL) <real at altlinux.org>

Source: ftp://ftp.mcs.anl.gov/pub/MINPACK-2/csrch/csrch.tar.gz
Source1: ftp://ftp.mcs.anl.gov/pub/MINPACK-2/csrch/README

Requires: lib%name = %version-%release
BuildPreReq: gcc-fortran

%description
CSRCH is the MINPACK-2 implementation of the More and Thuente
linesearch. A variant is included in the NLPy bundle, which may be
sufficient for most purposes.

%package -n lib%name
Summary: Shared library of CSRCH
Group: System/Libraries

%description -n lib%name
CSRCH is the MINPACK-2 implementation of the More and Thuente
linesearch. A variant is included in the NLPy bundle, which may be
sufficient for most purposes.

This package contains shared library of CSRCH.

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

%description -n lib%name-devel
CSRCH is the MINPACK-2 implementation of the More and Thuente
linesearch. A variant is included in the NLPy bundle, which may be
sufficient for most purposes.

This package contains development files of CSRCH.

%package -n lib%name-devel-static
Summary: Static library of CSRCH
Group: Development/Other
Requires: lib%name-devel = %version-%release

%description -n lib%name-devel-static
CSRCH is the MINPACK-2 implementation of the More and Thuente
linesearch. A variant is included in the NLPy bundle, which may be
sufficient for most purposes.

This package contains static library of CSRCH.

%prep
%setup
install -p -m644 %SOURCE1 .

%build
%make_build install
%make_build %name

%install
install -d %buildroot%_bindir
install -d %buildroot%_libdir

install -m755 %name %buildroot%_bindir
cp -P source/lib%name.* %buildroot%_libdir/

%files
%doc README
%_bindir/*

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

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

%files -n lib%name-devel-static
%_libdir/*.a

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin