commit 0c7a7181ff3f514fb6b2aaa1ed744cdc604e15f1
Author: Jakub Bogusz <[email protected]>
Date:   Sun Mar 6 12:13:22 2016 +0100

    - renamed gomp bcond to compiler-agnostic openmp

 octave.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/octave.spec b/octave.spec
index a722eac..1f2a554 100644
--- a/octave.spec
+++ b/octave.spec
@@ -1,6 +1,6 @@
 #
 # Conditional build:
-%bcond_with    gomp    # OpenMP multi-threading (experimental)
+%bcond_with    openmp  # OpenMP multi-threading (experimental)
 %bcond_with    llvm    # LLVM based JIT compiler
 %bcond_without gui     # Qt GUI
 %bcond_without java    # Java interface
@@ -67,7 +67,7 @@ BuildRequires:        gnuplot
 BuildRequires: hdf5-devel >= 1.6.0
 %{?with_java:BuildRequires:    jdk >= 1.5}
 BuildRequires: lapack-devel >= 3.1.1-3
-%{?with_gomp:BuildRequires:    libgomp-devel}
+%{?with_openmp:BuildRequires:  libgomp-devel}
 BuildRequires: libstdc++-devel >= 6:4.0
 BuildRequires: libtool >= 2:2.2.2
 %{?with_llvm:BuildRequires:    llvm-devel}
@@ -355,7 +355,7 @@ export CLASSPATH=.
        %{!?with_gui:--disable-gui} \
        %{!?with_java:--disable-java} \
        %{?with_llvm:--enable-jit} \
-       %{?with_gomp:--enable-openmp} \
+       %{?with_openmp:--enable-openmp} \
        --enable-shared
 
 %{__make} \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/octave.git/commitdiff/0c7a7181ff3f514fb6b2aaa1ed744cdc604e15f1

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to