SHA256
1
0
forked from pool/ghc-parallel

osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-parallel revision:16, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-parallel?expand=0&rev=25
This commit is contained in:
2020-12-19 17:48:53 +00:00
committed by Git OBS Bridge
parent a7e6fd0cc9
commit f65aab46d4
2 changed files with 2 additions and 7 deletions

View File

@@ -30,12 +30,7 @@ BuildRequires: ghc-array-devel
BuildRequires: ghc-containers-devel
BuildRequires: ghc-deepseq-devel
BuildRequires: ghc-rpm-macros
# GHC dont support i586
%ifarch %{ix86}
ExclusiveArch: i586 i686
ExclusiveArch: i686
%{expand:%%global optflags %(echo "%{optflags}"|sed -e s/i586/i686/) -march=i686 -mtune=generic}
%endif
ExcludeArch: %{ix86}
%description
This package provides a library for parallel programming.