osc copypac from project:devel:languages:haskell:ghc-8.8.x package:ghc revision:13, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc?expand=0&rev=315
This commit is contained in:
parent
f501143295
commit
f4a50e35fb
@ -2,6 +2,7 @@
|
|||||||
Sun Dec 29 13:10:39 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
|
Sun Dec 29 13:10:39 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||||
|
|
||||||
- use prebuilt alex and happy on Tumbleweed to avoid buildcycle
|
- use prebuilt alex and happy on Tumbleweed to avoid buildcycle
|
||||||
|
- Don't require llvm in ghc-compiler for other architectures than arm
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Dec 28 22:38:34 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
|
Sat Dec 28 22:38:34 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||||
|
9
ghc.spec
9
ghc.spec
@ -138,13 +138,20 @@ Requires(postun): update-alternatives
|
|||||||
%ifarch aarch64 %{arm}
|
%ifarch aarch64 %{arm}
|
||||||
Requires: binutils-gold
|
Requires: binutils-gold
|
||||||
%endif
|
%endif
|
||||||
%ifarch aarch64 %{arm} %{ix86} x86_64
|
%ifarch aarch64 %{arm}
|
||||||
%if 0%{?suse_version} >= 1550
|
%if 0%{?suse_version} >= 1550
|
||||||
Requires: llvm7
|
Requires: llvm7
|
||||||
%else
|
%else
|
||||||
Requires: llvm
|
Requires: llvm
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
%ifarch x86_64 %{ix86}
|
||||||
|
%if 0%{?suse_version} >= 1550
|
||||||
|
Suggests: llvm7
|
||||||
|
%else
|
||||||
|
Suggests: llvm
|
||||||
|
%endif
|
||||||
|
%endif
|
||||||
|
|
||||||
%description compiler
|
%description compiler
|
||||||
This package contains the GHC compiler, tools and utilities.
|
This package contains the GHC compiler, tools and utilities.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user