- 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:
2012-12-17 13:23:04 +00:00
committed by Git OBS Bridge
parent c3e0a9068a
commit 50100d261c
5 changed files with 13 additions and 710 deletions

View File

@@ -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