7 Commits

Author SHA256 Message Date
33d3a2e6f2 osc copypac from project:devel:languages:haskell:ghc-9.12.x package:ghc-bootstrap revision:2, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-bootstrap?expand=0&rev=111
2025-07-29 21:00:54 +00:00
4f35a98f25 osc copypac from project:devel:languages:haskell:ghc-9.12.x package:ghc-bootstrap revision:1, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-bootstrap?expand=0&rev=110
2025-07-28 18:49:00 +00:00
c770f0d02a Accepting request 1241441 from home:glaubitz:branches:devel:languages:haskell
- Add support for loongarch64

OBS-URL: https://build.opensuse.org/request/show/1241441
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-bootstrap?expand=0&rev=108
2025-01-31 12:04:18 +00:00
890ddca8b0 osc copypac from project:devel:languages:haskell:ghc-9.10.x package:ghc-bootstrap revision:3, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-bootstrap?expand=0&rev=106
2024-12-10 11:25:51 +00:00
33d8394737 osc copypac from project:devel:languages:haskell:ghc-9.6.x package:ghc-bootstrap revision:7, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-bootstrap?expand=0&rev=105
2023-12-11 22:01:09 +00:00
087177b66a OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-bootstrap?expand=0&rev=104 2023-12-11 11:42:26 +00:00
dddca9cc57 test
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-bootstrap?expand=0&rev=103
2023-12-11 11:37:25 +00:00
13 changed files with 45 additions and 26 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3b5be0bb73bf1f6eb2cfd0af8f8989936d531a8dff3d4b401f681a5881003791
size 85857104

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dd9d0ab0624ccd63cd452f616009fb2446d96ffa29677ddfde2ebcff821c7b11
size 98327440

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d7d2a036e5dd1fcca9f0b4f0f4e5e26d3aa885141513e72e7ddec59213055792
size 125301276

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ccbeee2f56a469b2f255b63e3f5430e8d0107f45ad6d42ec6eeedde86498d16d
size 115855412

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:878b247bec46d08220284f34dc8fb465d05450285952aea4b44247c04410e2f6
size 79441892

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e03a74204a0fe2f5d656995096c7d1625d7481576cafde108baac0c30ab0da5d
size 86288136

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1c5bfcaddcd050a902f1d1af886b8d6f26457f110455411db6e58df344f5b924
size 309615980

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e8dd523423c2735b058bba7afa3100d71468d2587b7b2dfb2e4e139011ec3889
size 100093316

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:aa23c9187b0682dbd01aba641d42d6d41f39894221b5277e4353fbad11a6499a
size 122731520

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b4755d0f9bb6274f57440baa81cc6f83a89f91abf03d7ae77a37fa1bae65b23b
size 114131320

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:38a2ede475db35b475c16f493cb76139f50ceadf99c4486ae9a1a439e3fbe5aa
size 81612480

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Jan 30 15:58:55 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Add support for loongarch64
-------------------------------------------------------------------
Fri Nov 22 15:11:19 UTC 2024 - Ondřej Súkup <mimi.vx@gmail.com>
- Update bootstrap compiler to ghc-9.8.2
-------------------------------------------------------------------
Mon Nov 13 12:17:42 UTC 2023 - Andreas Schwab <schwab@suse.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package ghc-bootstrap
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,7 @@
#
%global llvm_major 14
%global llvm_major 15
%ifarch ppc64le
%define longarch powerpc64le
# something weird on ghc arch detection
@@ -40,20 +40,27 @@
%define longarch riscv64
%define arch riscv64
%endif
%ifarch ppc64le aarch64 riscv64
%ifarch loongarch64
%define longarch loongarch64
%define arch loongarch64
%endif
%ifarch ppc64le aarch64 riscv64 loongarch64
%define sysname unknown
%endif
Name: ghc-bootstrap
Version: 9.8.2
Release: 0
Summary: Binary distributions of The Glorious Glasgow Haskell Compiler
License: BSD-3-Clause
URL: https://build.opensuse.org/package/view_file/devel:languages:haskell:bootstrap
Source1: README.openSUSE
Source2: LICENSE
Source13: ghc-9.4.4-powerpc64le-unknown-linux.tar.xz
Source14: ghc-9.4.4-x86_64-unknown-linux.tar.xz
Source16: ghc-9.4.4-s390x-ibm-linux.tar.xz
Source17: ghc-9.4.4-aarch64-unknown-linux.tar.xz
Source19: ghc-9.4.4-riscv64-unknown-linux.tar.xz
Source13: ghc-%{version}-powerpc64le-unknown-linux.tar.xz
Source14: ghc-%{version}-x86_64-unknown-linux.tar.xz
Source16: ghc-%{version}-s390x-ibm-linux.tar.xz
Source17: ghc-%{version}-aarch64-unknown-linux.tar.xz
Source19: ghc-%{version}-riscv64-unknown-linux.tar.xz
Source20: ghc-%{version}-loongarch64-unknown-linux.tar.xz
BuildRequires: chrpath
BuildRequires: fdupes
BuildRequires: gcc-PIE
@@ -72,10 +79,8 @@ Conflicts: ghc-base
Requires: this-is-only-for-build-envs
Requires: pkgconfig(libffi)
Provides: ghc-bootstrap-devel
ExclusiveArch: ppc64le x86_64 s390x aarch64 riscv64
ExclusiveArch: ppc64le x86_64 s390x aarch64 riscv64 loongarch64
AutoReq: off
Version: 9.4.4
Release: 0
%ifnarch s390x
BuildRequires: libnuma-devel
%endif
@@ -103,6 +108,7 @@ cp %{SOURCE14} .
cp %{SOURCE16} .
cp %{SOURCE17} .
cp %{SOURCE19} .
cp %{SOURCE20} .
%build
tar Jxf ghc-%{version}-%{longarch}-%{sysname}-linux.tar.xz