[packages/isl/isl-0.24] - updated to 0.24 (new soname) - added opt patch, build portable library with optflags based on dist

qboosh qboosh at pld-linux.org
Tue Feb 15 19:05:59 CET 2022


commit 4c0e54e42cb5cff93145907f03078d819294f79b
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Tue Feb 15 19:07:18 2022 +0100

    - updated to 0.24 (new soname)
    - added opt patch, build portable library with optflags based on distro defaults

 isl-opt.patch | 10 ++++++++++
 isl.spec      | 26 +++++++++++++++++++++-----
 2 files changed, 31 insertions(+), 5 deletions(-)
---
diff --git a/isl.spec b/isl.spec
index b63f2d3..55ea49b 100644
--- a/isl.spec
+++ b/isl.spec
@@ -7,14 +7,19 @@
 Summary:	Library for manipulating sets and relations of integer points bounded by linear constraints
 Summary(pl.UTF-8):	Biblioteka operacji na zbiorach i relacjach punktów całkowitoliczbowych z ograniczeniami liniowymi
 Name:		isl
-Version:	0.22.1
+Version:	0.24
 Release:	1
 License:	MIT
 Group:		Libraries
-Source0:	http://isl.gforge.inria.fr/%{name}-%{version}.tar.xz
-# Source0-md5:	6e124849a9b62e3e2d5d51e955323f6e
-URL:		http://isl.gforge.inria.fr/
+Source0:	https://libisl.sourceforge.io/%{name}-%{version}.tar.xz
+# Source0-md5:	fae030f604a9537adc2502990a8ab4d1
+Patch0:		%{name}-opt.patch
+URL:		https://libisl.sourceforge.io/
+BuildRequires:	autoconf >= 2.50
+BuildRequires:	automake
 BuildRequires:	gmp-devel
+BuildRequires:	libstdc++-devel >= 6:4.7
+BuildRequires:	libtool >= 2:1.5
 BuildRequires:	rpm-pythonprov
 BuildRequires:	tar >= 1:1.22
 BuildRequires:	xz
@@ -26,6 +31,10 @@ BuildRequires:	texlive-format-pdflatex
 # clang can be used to generate interface/isl.py, which is not used afterwards
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+# see m4/ax_cc_maxopt.m4
+%define		specflags	-fomit-frame-pointer -fstrict-aliasing -ffast-math
+%define		specflags_ia32	-malign-double
+
 %description
 isl is a library for manipulating sets and relations of integer points
 bounded by linear constraints. Supported operations on sets include
@@ -98,9 +107,16 @@ isl.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
+%{__libtoolize}
+%{__aclocal} -I m4
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure \
+	--enable-portable-binary \
 	--disable-silent-rules
 
 %{__make}
@@ -127,7 +143,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog
 %attr(755,root,root) %{_libdir}/libisl.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libisl.so.22
+%attr(755,root,root) %ghost %{_libdir}/libisl.so.23
 
 %files devel
 %defattr(644,root,root,755)
diff --git a/isl-opt.patch b/isl-opt.patch
new file mode 100644
index 0000000..b1fa7ba
--- /dev/null
+++ b/isl-opt.patch
@@ -0,0 +1,10 @@
+--- isl-0.24/configure.ac.orig	2021-04-26 11:13:17.000000000 +0200
++++ isl-0.24/configure.ac	2022-02-15 17:51:24.159938903 +0100
+@@ -22,7 +22,6 @@ AC_PROG_CC
+ AC_PROG_CXX
+ AX_PROG_CC_FOR_BUILD
+ 
+-AX_CC_MAXOPT
+ AX_GCC_WARN_UNUSED_RESULT
+ AX_C___ATTRIBUTE__
+ 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/isl.git/commitdiff/4c0e54e42cb5cff93145907f03078d819294f79b



More information about the pld-cvs-commit mailing list