hannes pushed to gretl (master). "disable AVX flag to fix bug #1213980"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu Apr 23 19:07:05 UTC 2015


>From 98b90e7a5e65ddbbdbf6e0612ede0556a93bee87 Mon Sep 17 00:00:00 2001
From: hannes <hannes at fedoraproject.org>
Date: Thu, 23 Apr 2015 21:06:06 +0200
Subject: disable AVX flag to fix bug #1213980


diff --git a/gretl.spec b/gretl.spec
index 7f63c35..c5db9f8 100644
--- a/gretl.spec
+++ b/gretl.spec
@@ -1,6 +1,6 @@
 Name: gretl		
 Version: 1.10.1
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: A tool for econometric analysis	
 
 Group: Applications/Engineering
@@ -58,7 +58,8 @@ This package contains the development files for %{name}.
 %setup -q
 
 %build
-%configure --disable-static
+%configure 	--disable-static \
+		--disable-avx
 make %{?_smp_mflags}
 cp %{SOURCE1} %{_builddir}/%{name}-%{version}/gretl_plugins.txt
 
@@ -135,6 +136,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Thu Apr 23 2015 Johannes Lips <hannes at fedoraproject.org> - 1.10.1-2
+- disable the AVX switch to fix bug #1213980
+
 * Sat Apr 04 2015 Johannes Lips <hannes at fedoraproject.org> - 1.10.1-1
 - Update to 1.10.1
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/gretl.git/commit/?h=master&id=98b90e7a5e65ddbbdbf6e0612ede0556a93bee87


More information about the scm-commits mailing list