]> git.pld-linux.org Git - packages/candl.git/commitdiff
- added opt patch (adjust CFLAGS check for current autoconf); release 3 master auto/th/candl-0.6.3-3
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 29 Jun 2023 20:28:52 +0000 (22:28 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Thu, 29 Jun 2023 20:28:52 +0000 (22:28 +0200)
candl-opt.patch [new file with mode: 0644]
candl.spec

diff --git a/candl-opt.patch b/candl-opt.patch
new file mode 100644 (file)
index 0000000..64b79fe
--- /dev/null
@@ -0,0 +1,11 @@
+--- candl-0.6.3/m4/ax_cc_maxopt.m4.orig        2022-01-25 14:31:20.000000000 +0100
++++ candl-0.6.3/m4/ax_cc_maxopt.m4     2023-06-29 22:26:57.543834180 +0200
+@@ -65,7 +65,7 @@ AC_ARG_ENABLE(portable-binary, [AC_HELP_
+       acx_maxopt_portable=$withval, acx_maxopt_portable=no)
+ # Try to determine "good" native compiler flags if none specified via CFLAGS
+-if test "$ac_test_CFLAGS" != "set"; then
++if test "x$ac_test_CFLAGS" = "x"; then
+   CFLAGS=""
+   case $ax_cv_c_compiler_vendor in
+     dec) CFLAGS="-newc -w0 -O5 -ansi_alias -ansi_args -fp_reorder -tune host"
index 729cc7bf7bc484f047e8afe1297c039f3e17dd03..20995ed68aba6f19481b62757f87067a63b99613 100644 (file)
@@ -2,7 +2,7 @@ Summary:        Candl - Data Dependence Analysis Tool in the Polyhedral Model
 Summary(pl.UTF-8):     Candl - narzędzie do analizy zależności danych w modelu wielościennym
 Name:          candl
 Version:       0.6.3
-Release:       2
+Release:       3
 License:       LGPL v3+
 Group:         Libraries
 #Source0:      http://web.cse.ohio-state.edu/~pouchet/software/pocc/download/modules/%{name}-0.6.2.tar.gz
@@ -12,6 +12,7 @@ Source0:      https://github.com/periscop/candl/archive/%{version}/%{name}-%{version}
 Patch0:                %{name}-piplib.patch
 Patch1:                %{name}-isl.patch
 Patch2:                %{name}-info.patch
+Patch3:                %{name}-opt.patch
 URL:           http://icps.u-strasbg.fr/people/bastoul/public_html/development/candl/
 BuildRequires: autoconf >= 2.53
 BuildRequires: automake >= 1:1.9
@@ -66,6 +67,7 @@ Statyczna biblioteka Candl.
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 %{__libtoolize}
This page took 0.118087 seconds and 4 git commands to generate.