[packages/jm-h264] - renamed gomp bcond to compiler-agnostic openmp

qboosh qboosh at pld-linux.org
Sun Mar 6 12:09:09 CET 2016


commit b6885ea45bcf2ec6f50d9e4d1a379e843884dc18
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun Mar 6 12:12:49 2016 +0100

    - renamed gomp bcond to compiler-agnostic openmp

 jm-h264.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/jm-h264.spec b/jm-h264.spec
index 099b949..d71f591 100644
--- a/jm-h264.spec
+++ b/jm-h264.spec
@@ -1,6 +1,6 @@
 #
 # Conditional build:
-%bcond_without	gomp	# OpenMP support
+%bcond_without	openmp	# OpenMP support
 #
 Summary:	H.264/AVC reference software
 Summary(pl.UTF-8):	Referencyjna implementacja H.264/AVC
@@ -12,7 +12,7 @@ Group:		Libraries
 Source0:	http://iphome.hhi.de/suehring/tml/download/jm%{version}.zip
 # Source0-md5:	3bb3ce66316fd9e8ec3d26d88319a6ba
 URL:		http://iphome.hhi.de/suehring/tml/
-%if %{with gomp}
+%if %{with openmp}
 BuildRequires:	gcc-c++ >= 6:4.2
 BuildRequires:	libgomp-devel
 %endif
@@ -34,7 +34,7 @@ Referencyjna implementacja H.264/AVC.
 	CC="%{__cc}" \
 	CXX="%{__cxx}" \
 	OPT_FLAG="%{rpmcflags}" \
-	%{?with_gomp:OPENMP=1}
+	%{?with_openmp:OPENMP=1}
 
 %install
 rm -rf $RPM_BUILD_ROOT
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/jm-h264.git/commitdiff/b6885ea45bcf2ec6f50d9e4d1a379e843884dc18



More information about the pld-cvs-commit mailing list