Author: hobbes1069
Update of /cvs/nonfree/rpms/OCE/F-18
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv19794
Modified Files:
OCE.spec
Log Message:
* Thu Oct 10 2013 Richard Shaw <hobbes1069(a)gmail.com. - 0.13-1
- Update to latest upstream release.
Index: OCE.spec
===================================================================
RCS file: /cvs/nonfree/rpms/OCE/F-18/OCE.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- OCE.spec 10 Oct 2013 20:15:51 -0000 1.6
+++ OCE.spec 11 Oct 2013 17:59:39 -0000 1.7
@@ -43,7 +43,11 @@
BuildRequires: tcl-devel
BuildRequires: tk-devel
%ifnarch %arm
+ %if 0%{?rhel}
+BuildRequires: openmpi-devel
+ %else
BuildRequires: tbb-devel
+ %endif
%endif
@@ -147,7 +151,11 @@
-DOCE_INSTALL_LIB_DIR=%{_lib} \
-DOCE_WITH_FREEIMAGE=ON \
-DOCE_WITH_GL2PS=ON \
+%if 0%{?rhel}
+ -DOCE_MULTITHREAD_LIBRARY:STRING=OPENMP \
+%else
-DOCE_MULTITHREAD_LIBRARY:STRING=TBB \
+%endif
-DOCE_DRAW=ON \
-DOCE_TESTING=ON \
../