jkastner pushed to smesh (el6). "fix build for ppc64 on rhel6 and OCE-0.16.1"

notifications at fedoraproject.org notifications at fedoraproject.org
Wed Apr 29 22:25:17 UTC 2015


>From 7ad255fd70e6aeeedfb370ed6875a18c956ee99b Mon Sep 17 00:00:00 2001
From: Jiri Kastner <jkastner at redhat.com>
Date: Thu, 30 Apr 2015 00:24:15 +0200
Subject: fix build for ppc64 on rhel6 and OCE-0.16.1


diff --git a/smesh.spec b/smesh.spec
index e49a6f4..edcb3c3 100644
--- a/smesh.spec
+++ b/smesh.spec
@@ -1,6 +1,6 @@
 Name:           smesh
 Version:        6.5.3.1
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        OpenCascade based MESH framework
 
 License:        LGPLv2
@@ -12,7 +12,7 @@ Source0:        %{name}-%{version}.tar.gz
 
 BuildRequires:  cmake
 BuildRequires:  doxygen graphviz
-BuildRequires:  OCE-devel
+BuildRequires:  OCE-devel OCE-draw
 BuildRequires:  boost-devel
 %if 0%{?rhel} < 7
 BuildRequires:  boost-static
@@ -21,7 +21,11 @@ BuildRequires:  gcc-gfortran
 BuildRequires:  f2c f2c-devel
 BuildRequires:  dos2unix
 # New BRs
+%ifarch %{ix86} x86_64 armv7hl
 BuildRequires:  tbb-devel
+%else
+BuildRequires:  openmpi-devel
+%endif
 BuildRequires:  libSM-devel
 BuildRequires:  libX11-devel
 BuildRequires:  libXext-devel
@@ -109,6 +113,9 @@ pushd build
 
 
 %changelog
+* Wed Apr 29 2015 Jiri Kastner <jkastner at redhat.com> - 6.5.3.1-4
+- fix build for ppc64 on rhel6 and OCE-0.16.1
+
 * Wed Apr 29 2015 Jiri Kastner <jkastner at redhat.com> - 6.5.3.1-3
 - fix problems with boost on rhel6
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/smesh.git/commit/?h=el6&id=7ad255fd70e6aeeedfb370ed6875a18c956ee99b


More information about the scm-commits mailing list