SHA256
1
0
forked from pool/polylib

- Support SLE 15.x build

OBS-URL: https://build.opensuse.org/package/show/science/polylib?expand=0&rev=3
This commit is contained in:
Jan Engelhardt 2023-06-24 14:12:16 +00:00 committed by Git OBS Bridge
parent b9211e72a8
commit ab5a93305a
2 changed files with 12 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Jun 24 14:12:04 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
- Support SLE 15.x build
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Sep 12 13:22:45 UTC 2020 - Jan Engelhardt <jengelh@inai.de> Sat Sep 12 13:22:45 UTC 2020 - Jan Engelhardt <jengelh@inai.de>

View File

@ -1,7 +1,7 @@
# #
# spec file for package polylib # spec file for package polylib
# #
# Copyright (c) 2020 SUSE LLC # Copyright (c) 2023 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
@ -27,9 +27,14 @@ URL: https://icps.u-strasbg.fr/polylib/
Source: https://icps.u-strasbg.fr/polylib/polylib_src/%name-%version.tar.gz Source: https://icps.u-strasbg.fr/polylib/polylib_src/%name-%version.tar.gz
BuildRequires: gcc-c++ BuildRequires: gcc-c++
BuildRequires: ntl-devel BuildRequires: ntl-devel
BuildRequires: pkgconfig BuildRequires: pkg-config
%if 0%{?suse_version} >= 1590
BuildRequires: pkgconfig(gmpxx) BuildRequires: pkgconfig(gmpxx)
BuildRequires: pkgconfig(isl) BuildRequires: pkgconfig(isl)
%else
BuildRequires: gmp-devel
BuildRequires: isl-devel
%endif
%description %description
The Polyhedral Library (PolyLib) operates on objects made up of The Polyhedral Library (PolyLib) operates on objects made up of