From 71972581e1c49082f871ded656d9e1e70ca37e25 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Sat, 12 Sep 2015 08:51:43 -0400 Subject: [PATCH] fix isa_bits conditional --- lapack.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lapack.spec b/lapack.spec index 7f1a908..6775172 100644 --- a/lapack.spec +++ b/lapack.spec @@ -1,7 +1,7 @@ %global shortver 3 %global mediumver %{shortver}.5 -%if %{__isa_bits} == 64 +%if %{?__isa_bits:%{__isa_bits}}%{!?__isa_bits:32} == 64 %global arch64 1 %else %global arch64 0 @@ -463,6 +463,7 @@ ln -sf libblas64.so.%{version} libblas64.so.%{mediumver} * Fri Sep 11 2015 Tom Callaway - 3.5.0-12 - fix missing dependencies between subpackages - delete broken and wrongly installed manpages +- fix isa_bits conditional * Wed Jun 17 2015 Fedora Release Engineering - 3.5.0-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild