2016-06-08 22:21:44 +02:00
|
|
|
#
|
|
|
|
# spec file for package gap-normalizinterface
|
|
|
|
#
|
|
|
|
# Copyright (c) 2016 SUSE LINUX 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-normalizinterface
|
2016-06-20 09:17:56 +02:00
|
|
|
Version: 0.9.8
|
2016-06-08 22:21:44 +02:00
|
|
|
Release: 0
|
|
|
|
Summary: GAP: wrapper for Normaliz
|
|
|
|
License: GPL-2.0+
|
|
|
|
Group: Productivity/Scientific/Math
|
|
|
|
Url: https://www.normaliz.uni-osnabrueck.de
|
|
|
|
|
2017-09-17 21:35:22 +02:00
|
|
|
Source: https://www.gap-system.org/pub/gap/gap4/tar.bz2/packages/NormalizInterface-%version.tar.bz2
|
2016-06-08 22:21:44 +02:00
|
|
|
BuildRequires: fdupes
|
|
|
|
BuildRequires: libtool
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
BuildRequires: gap-devel >= 4.8
|
|
|
|
BuildRequires: gap-rpm-devel
|
|
|
|
BuildRequires: normaliz-devel >= 3.1
|
|
|
|
BuildRequires: xz
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
Requires: gap-core >= 4.8.1
|
|
|
|
|
|
|
|
%description
|
|
|
|
The NormalizInterface package provides a GAP interface to Normaliz,
|
|
|
|
enabling direct access to the complete functionality of Normaliz,
|
|
|
|
such as computations in affine monoids, vector configurations,
|
|
|
|
lattice polytopes, and rational cones.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -qn NormalizInterface-%version
|
|
|
|
|
|
|
|
%build
|
|
|
|
autoreconf -fi
|
|
|
|
%configure --with-gaproot="%gapdir" --with-normaliz="%_prefix"
|
|
|
|
make %{?_smp_mflags} V=1
|
|
|
|
|
|
|
|
%install
|
|
|
|
b="%buildroot/%gap_sitearch/normalizinterface"
|
|
|
|
mkdir -p "$b"
|
|
|
|
cp -a bin doc examples lib tst *.g [A-Z]* "$b/"
|
|
|
|
%fdupes %buildroot/%_prefix
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%gap_sitearch/*
|
|
|
|
|
|
|
|
%changelog
|