forked from pool/gap-cvec
Jan Engelhardt
f6eeced0c4
OBS-URL: https://build.opensuse.org/package/show/science/gap-cvec?expand=0&rev=5
65 lines
2.0 KiB
RPMSpec
65 lines
2.0 KiB
RPMSpec
#
|
|
# spec file for package gap-cvec
|
|
#
|
|
# Copyright (c) 2013 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/
|
|
#
|
|
|
|
|
|
Name: gap-cvec
|
|
Summary: GAP: Compact vectors over finite fields
|
|
Version: 2.5.5
|
|
Release: 0
|
|
License: GPL-2.0
|
|
Group: Productivity/Scientific/Math
|
|
Url: https://gap-packages.github.io/cvec
|
|
|
|
#Git-Clone: git://github.com/gap-system/cvec
|
|
Source: ftp://ftp.gap-system.org/pub/gap/gap4/tar.bz2/packages/cvec-%version.tar.bz2
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
BuildRequires: autoconf
|
|
BuildRequires: automake
|
|
BuildRequires: gap-devel >= 4.5.5
|
|
BuildRequires: gap-rpm-devel
|
|
BuildRequires: gmp-devel
|
|
BuildRequires: libtool
|
|
BuildRequires: xz
|
|
Requires: gap-core >= 4.5.5
|
|
Requires: gap-gapdoc >= 1.2
|
|
Requires: gap-io >= 4.1
|
|
Requires: gap-orb >= 4.2
|
|
|
|
%description
|
|
This package provides an implementation of compact vectors over
|
|
finite fields. Contrary to earlier implementations no table lookups
|
|
are used but only word-based processor arithmetic. This allows for
|
|
bigger finite fields and higher speed.
|
|
|
|
%prep
|
|
%setup -qn cvec-%version
|
|
|
|
%build
|
|
autoreconf -fi
|
|
%configure --with-gaproot="%gapdir"
|
|
make %{?_smp_mflags} DESTDIR="%buildroot"
|
|
rm -Rf {autom4*,aclocal*,config*,cnf,m4,src}
|
|
find . -type f -name "*.la" -delete
|
|
|
|
%install
|
|
%gappkg_simple_install
|
|
|
|
%files -f %name.files
|
|
%defattr(-,root,root)
|
|
|
|
%changelog
|