]> git.pld-linux.org Git - packages/john.git/commitdiff
- renamed gomp bcond to compiler-agnostic openmp
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 6 Mar 2016 11:10:33 +0000 (12:10 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 6 Mar 2016 11:10:33 +0000 (12:10 +0100)
john.spec

index e152ba9536cfe35c271ced00923bb122abd2f6ee..1147e378a051328e31fd7952ff2493e27dacd1fe 100644 (file)
--- a/john.spec
+++ b/john.spec
@@ -6,8 +6,8 @@
 %bcond_without jumbo           # Build community-enhanced version with lots of contributed
                                # patches adding support for over 30
                                # of additional hash types, and more.
-%bcond_without gomp            # OpenMP support (in jumbo version)
 %bcond_without opencl          # OpenCL support (in jumbo version)
+%bcond_without openmp          # OpenMP support (in jumbo version)
 %bcond_with    avx             # use x86 AVX instructions
 %bcond_with    xop             # use x86 XOP instructions
 %bcond_with    altivec         # use PPC Altivec instructions
@@ -63,9 +63,9 @@ BuildRequires:        xz
 %if %{with jumbo}
 %{?with_opencl:BuildRequires:  OpenCL-devel}
 BuildRequires: bzip2-devel
-%{?with_gomp:BuildRequires:    gcc >= 6:4.2}
+%{?with_openmp:BuildRequires:  gcc >= 6:4.2}
 BuildRequires: gmp-devel
-%{?with_gomp:BuildRequires:    libgomp-devel}
+%{?with_openmp:BuildRequires:  libgomp-devel}
 # for SIPdump and vncpcap2john binaries, which are not packaged
 #BuildRequires:        libpcap-devel
 BuildRequires: openssl-devel >= 0.9.7
@@ -130,7 +130,7 @@ ax_intel_x32=yes \
 %endif
 %configure \
        %{!?with_opencl:--disable-opencl} \
-       %{!?with_gomp:--disable-openmp}
+       %{!?with_openmp:--disable-openmp}
 %{__make}
 %else
 cat > defs.h <<'EOF'
This page took 0.037168 seconds and 4 git commands to generate.