Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37892805
en ru br
ALT Linux repos
S:1.02r6-alt1

Group :: Sciences/Mathematics
RPM: libhomfly

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define lname libhomfly0

Name: libhomfly
Version: 1.02r6
Release: alt1
Summary: Library to compute the homfly polynomial of a link
License: ALT-Public-Domain
Group: Sciences/Mathematics
Url: https://github.com/miguelmarco/libhomfly

Source: https://github.com/miguelmarco/libhomfly/releases/download/%version/%name-%version.tar.gz
BuildRequires: libgc-devel

%description
A library to compute the homfly polynomial of a link.

%package -n %lname
Summary: Library to compute the homfly polynomial of a link
Group: System/Libraries

%description -n %lname
A library to compute the homfly polynomial of a link.

%package devel
Summary: Development files for the homfly library
Group: Development/C++
Requires: %lname = %version

%description devel
A library to compute the homfly polynomial of a link.

This subpackage provides the development headers for it.

%prep
%setup

%build
%configure --disable-static
%make_build

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

%check
%make_build check

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

%files devel
%_includedir/*.h
%_libdir/libhomfly.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