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

qboosh qboosh at pld-linux.org
Sun Mar 6 13:43:34 CET 2016


commit 23ab468a650a88a0967d6bab082ccec98c02dca7
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun Mar 6 13:47:12 2016 +0100

    - renamed gomp bcond to compiler-agnostic openmp

 soundtouch.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/soundtouch.spec b/soundtouch.spec
index 1b667cc..dbec3a6 100644
--- a/soundtouch.spec
+++ b/soundtouch.spec
@@ -1,6 +1,6 @@
 #
 # Conditional build:
-%bcond_without	gomp		# OpenMP support
+%bcond_without	openmp		# OpenMP support
 %bcond_without	static_libs	# static library
 #
 Summary:	SoundTouch - sound processing library
@@ -16,7 +16,7 @@ Source0:	http://www.surina.net/soundtouch/%{name}-%{version}.tar.gz
 URL:		http://www.surina.net/soundtouch/
 BuildRequires:	autoconf >= 2.50
 BuildRequires:	automake
-%{?with_gomp:BuildRequires:	libgomp-devel}
+%{?with_openmp:BuildRequires:	libgomp-devel}
 BuildRequires:	libstdc++-devel >= 6:4.3
 BuildRequires:	libtool >= 2:1.5
 BuildRequires:	pkgconfig
@@ -88,7 +88,7 @@ SoundTouch do przetwarzania dźwięku we własnych programach.
 %{__autoheader}
 %{__automake}
 %configure \
-	%{?with_gomp:--enable-openmp} \
+	%{?with_openmp:--enable-openmp} \
 	--disable-silent-rules \
 	%{?with_static_libs:--enable-static}
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/soundtouch.git/commitdiff/23ab468a650a88a0967d6bab082ccec98c02dca7



More information about the pld-cvs-commit mailing list