Accepting request 646490 from devel:languages:haskell
baserev update by copy to link target OBS-URL: https://build.opensuse.org/request/show/646490 OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc?expand=0&rev=284
This commit is contained in:
parent
7d1b3916b2
commit
107e3e9da2
10
ghc.changes
10
ghc.changes
@ -1,13 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Mon Oct 29 08:25:23 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
|
||||||
|
|
||||||
- Make use of memory-constraints to avoid OOM errors
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Fri Oct 26 08:01:13 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
|
||||||
|
|
||||||
- Remove forced 'make -j2' for aarch64 and %arm
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 9 15:50:06 UTC 2018 - ptrommler@icloud.com
|
Tue Oct 9 15:50:06 UTC 2018 - ptrommler@icloud.com
|
||||||
|
|
||||||
|
6
ghc.spec
6
ghc.spec
@ -12,7 +12,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
@ -53,7 +53,6 @@ BuildRequires: libffi48-devel
|
|||||||
BuildRequires: libffi-devel
|
BuildRequires: libffi-devel
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: memory-constraints
|
|
||||||
BuildRequires: ncurses-devel
|
BuildRequires: ncurses-devel
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
@ -265,8 +264,7 @@ export CFLAGS="${CFLAGS:-%optflags}"
|
|||||||
--sharedstatedir=%{_sharedstatedir} --mandir=%{_mandir} \
|
--sharedstatedir=%{_sharedstatedir} --mandir=%{_mandir} \
|
||||||
--with-system-libffi
|
--with-system-libffi
|
||||||
|
|
||||||
%ifnarch s390 s390x
|
%ifnarch aarch64 %{arm} s390 s390x
|
||||||
%limit_build -m 2000
|
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
%else
|
%else
|
||||||
make -j 2
|
make -j 2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user