osc copypac from project:devel:languages:haskell:ghc-9.8.x package:ghc-bootstrap-helpers revision:4, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-bootstrap-helpers?expand=0&rev=27
This commit is contained in:
parent
9e04d0e632
commit
c7a17d9860
10
_constraints
10
_constraints
@ -4,14 +4,4 @@
|
|||||||
<size unit="G">4</size>
|
<size unit="G">4</size>
|
||||||
</physicalmemory>
|
</physicalmemory>
|
||||||
</hardware>
|
</hardware>
|
||||||
<overwrite>
|
|
||||||
<conditions>
|
|
||||||
<arch>riscv64</arch>
|
|
||||||
</conditions>
|
|
||||||
<hardware>
|
|
||||||
<physicalmemory>
|
|
||||||
<size unit="G">8</size>
|
|
||||||
</physicalmemory>
|
|
||||||
</hardware>
|
|
||||||
</overwrite>
|
|
||||||
</constraints>
|
</constraints>
|
||||||
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 2 11:44:50 UTC 2023 - Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
|
- Reduce memory constraints for riscv64
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 25 13:12:35 UTC 2023 - Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
|
- Adjust constraints for riscv64
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jan 30 17:04:15 UTC 2023 - Peter Simons <psimons@suse.com>
|
Mon Jan 30 17:04:15 UTC 2023 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ghc-bootstrap-helpers
|
# spec file for package ghc-bootstrap-helpers
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -15,6 +15,7 @@
|
|||||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define alex_ver 3.2.7.1
|
%define alex_ver 3.2.7.1
|
||||||
%define happy_ver 1.20.0
|
%define happy_ver 1.20.0
|
||||||
|
|
||||||
@ -22,7 +23,7 @@ Name: ghc-bootstrap-helpers
|
|||||||
Version: 1.3
|
Version: 1.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Dependencies to build ghc
|
Summary: Dependencies to build ghc
|
||||||
License: BSD-3-Clause AND BSD-2-Clause
|
License: BSD-2-Clause AND BSD-3-Clause
|
||||||
URL: https://build.opensuse.org/project/show/devel:languages:haskell
|
URL: https://build.opensuse.org/project/show/devel:languages:haskell
|
||||||
Source: https://hackage.haskell.org/package/alex-%{alex_ver}/alex-%{alex_ver}.tar.gz
|
Source: https://hackage.haskell.org/package/alex-%{alex_ver}/alex-%{alex_ver}.tar.gz
|
||||||
Source1: https://hackage.haskell.org/package/happy-%{happy_ver}/happy-%{happy_ver}.tar.gz
|
Source1: https://hackage.haskell.org/package/happy-%{happy_ver}/happy-%{happy_ver}.tar.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user