forked from pool/normaliz
- Update to release 3.8.2
OBS-URL: https://build.opensuse.org/package/show/science/normaliz?expand=0&rev=30
This commit is contained in:
parent
a1fdf2b4ce
commit
98f0681399
@ -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
3
normaliz-3.8.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a1ae79f129d5a4a48a59f9651c5fcee7461f28bfa69829e0ce5f8e0e4432f44f
|
||||||
|
size 4555081
|
@ -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>
|
Sun Sep 29 14:42:32 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package normaliz
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -16,9 +16,11 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%global _lto_cflags %nil
|
||||||
|
|
||||||
Name: normaliz
|
Name: normaliz
|
||||||
%define lname libnormaliz3
|
%define lname libnormaliz3
|
||||||
Version: 3.8.1
|
Version: 3.8.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Tools for computations in affine monoids and rational cones
|
Summary: Tools for computations in affine monoids and rational cones
|
||||||
License: GPL-3.0-or-later
|
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
|
Source: https://github.com/Normaliz/Normaliz/releases/download/v%version/%name-%version.tar.gz
|
||||||
#maybe with flint-devel later on
|
#maybe with flint-devel later on
|
||||||
BuildRequires: boost-devel
|
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: gmp-devel
|
BuildRequires: gmp-devel
|
||||||
BuildRequires: libtool
|
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
|
Summary: Development files for Normaliz, a tool for computation of rotational cones
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: %lname = %version
|
Requires: %lname = %version
|
||||||
Requires: boost-devel
|
|
||||||
Requires: gmp-devel
|
Requires: gmp-devel
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
|
Loading…
Reference in New Issue
Block a user