From 61184b8ffb684bd5025cdd6ab008b831ebf8ee3d Mon Sep 17 00:00:00 2001 From: bbrucezhang Date: Tue, 2 Sep 2025 22:42:59 +0800 Subject: [PATCH] Add numactl-devel to BuildRequires --- ghc-attoparsec-binary.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/ghc-attoparsec-binary.spec b/ghc-attoparsec-binary.spec index bfbb2cc..65acc3a 100644 --- a/ghc-attoparsec-binary.spec +++ b/ghc-attoparsec-binary.spec @@ -15,6 +15,7 @@ BuildRequires: ghc-Cabal-devel BuildRequires: ghc-rpm-macros BuildRequires: ghc-attoparsec-devel BuildRequires: ghc-base-devel +BuildRequires: numactl-devel BuildRequires: ghc-bytestring-devel %if %{with ghc_prof} BuildRequires: ghc-attoparsec-prof -- Gitee