Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37813049
en ru br
Репозитории ALT

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

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

%define lname libbraiding0

Name: libbraiding
Version: 1.2
Release: alt1

Summary: Library for computations on braid groups

License: GPL-2.0+
Group: Sciences/Mathematics
Url: https://github.com/miguelmarco/libbraiding

Source: %url/releases/download/%version/%name-%version.tar.gz

BuildRequires: gcc-c++

%description
CBraid is a C++ library for various computations on braid groups,
such as normal forms.

%package -n %lname
Summary: Library for computations on braid groups
Group: System/Libraries

%description -n %lname
CBraid is a C++ library for various computations on braid groups,
such as normal forms.

%package devel
Summary: Development files for the CBraid library
Group: Development/C++

%description devel
CBraid is a C++ library for various computations on braid groups,
such as normal forms.

This subpackage provides the development headers for it.

%prep
%setup

%build
%autoreconf
%configure --disable-static
%make_build

%install
%makeinstall_std
rm -f "%buildroot/%_libdir"/*.la

%check
%make_build check

%files -n %lname
%_libdir/libbraiding.so.0*

%files devel
%_libdir/libbraiding.so
%_includedir/*braid*.h

%changelog

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

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