SHA256
1
0
forked from pool/normaliz

Accepting request 750651 from science

- Update to release 3.8.2

OBS-URL: https://build.opensuse.org/request/show/750651
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/normaliz?expand=0&rev=11
This commit is contained in:
Dominique Leuenberger 2019-11-25 10:26:02 +00:00 committed by Git OBS Bridge
commit 45eecaa90f
4 changed files with 15 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:22d878d9a87077744f1a2958f4cbbc4acb0e9d8b3dafc0fa963b01bace52bd4c
size 4079580

3
normaliz-3.8.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a1ae79f129d5a4a48a59f9651c5fcee7461f28bfa69829e0ce5f8e0e4432f44f
size 4555081

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sun Nov 24 16:21:26 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Update to release 3.8.2
* Some improvement in convex hull computation for algebraic
polytopes.
* Code cleaned up and formatted; also in the installation files.
-------------------------------------------------------------------
Sun Sep 29 14:42:32 UTC 2019 - Jan Engelhardt <jengelh@inai.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package normaliz
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -16,9 +16,11 @@
#
%global _lto_cflags %nil
Name: normaliz
%define lname libnormaliz3
Version: 3.8.1
Version: 3.8.2
Release: 0
Summary: Tools for computations in affine monoids and rational cones
License: GPL-3.0-or-later
@ -27,7 +29,6 @@ URL: https://www.normaliz.uni-osnabrueck.de/
Source: https://github.com/Normaliz/Normaliz/releases/download/v%version/%name-%version.tar.gz
#maybe with flint-devel later on
BuildRequires: boost-devel
BuildRequires: gcc-c++
BuildRequires: gmp-devel
BuildRequires: libtool
@ -65,7 +66,6 @@ the Normaliz computations from any C++ program.
Summary: Development files for Normaliz, a tool for computation of rotational cones
Group: Development/Libraries/C and C++
Requires: %lname = %version
Requires: boost-devel
Requires: gmp-devel
%description devel