- Update to ISL version 0.11.1
* contains endianess fix * now comes with a LICENSE file OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/isl?expand=0&rev=8
This commit is contained in:
8
isl.spec
8
isl.spec
@@ -19,7 +19,7 @@
|
||||
%define islsover 10
|
||||
|
||||
Name: isl
|
||||
Version: 0.11
|
||||
Version: 0.11.1
|
||||
Release: 0
|
||||
Summary: Integer Set Library
|
||||
License: MIT
|
||||
@@ -27,8 +27,7 @@ Group: Development/Languages/C and C++
|
||||
Url: http://www.kotnet.org/~skimo/isl/
|
||||
BuildRequires: gmp-devel
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source: isl-0.11.tar.bz2
|
||||
Patch1: 0001-isl_hash_dim-make-result-independent-of-endianness.patch
|
||||
Source: isl-%{version}.tar.bz2
|
||||
|
||||
%description
|
||||
ISL is a library for manipulating sets and relations of integer points
|
||||
@@ -51,8 +50,7 @@ Group: Development/Languages/C and C++
|
||||
The shared library for the ISL.
|
||||
|
||||
%prep
|
||||
%setup -q -n isl-0.11
|
||||
%patch1 -p1
|
||||
%setup -q -n isl-%{version}
|
||||
|
||||
%build
|
||||
%configure
|
||||
|
Reference in New Issue
Block a user