summaryrefslogtreecommitdiff
path: root/ANNC.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2025-08-21 04:02:28 +0000
committerCoprDistGit <infra@openeuler.org>2025-08-21 04:02:28 +0000
commit73d252cd07783c044cfe0b329453a001bb2910a5 (patch)
treebaff36e2cd753ae791f43f11aa18a501cf8ecdb3 /ANNC.spec
parente58d11067d12b7dae28500eb2cf2e784bb32e6fa (diff)
automatic import of ANNC
Diffstat (limited to 'ANNC.spec')
-rw-r--r--ANNC.spec6
1 files changed, 3 insertions, 3 deletions
diff --git a/ANNC.spec b/ANNC.spec
index 42ddf20..36d7649 100644
--- a/ANNC.spec
+++ b/ANNC.spec
@@ -5,7 +5,7 @@
%global install_libdir %{buildroot}%{_libdir}
%global install_includedir %{buildroot}%{_includedir}/annc
-%global max_jobs 16
+%global max_jobs 8
%define debug_package %{nil}
@@ -22,7 +22,7 @@ Source1: annc_external.tar.gz.aa
Source2: annc_external.tar.gz.ab
Source3: annc_external.tar.gz.ac
%ifarch x86_64
-Patch1000: x86_64_external_files.patch
+Patch0: x86_64_external_files.patch
%endif
BuildRequires: cmake >= 3.9.9
@@ -48,7 +48,7 @@ BuildRequires: bazel
cat %{SOURCE1} %{SOURCE2} %{SOURCE3} > annc_external.tar.gz
tar -xzf annc_external.tar.gz -C %{_builddir}
%ifarch x86_64
-%patch 1000 -p1 -d %{_builddir}
+%patch 0 -p1 -d %{_builddir}
%endif
%build