2014-09-14 19:43:08 +02:00
|
|
|
Generating binary distributions for ghc bootstrap in Factory
|
|
|
|
============================================================
|
|
|
|
|
|
|
|
1. Download source distribution from http://www.haskell.org/ghc/download
|
2018-02-09 03:18:11 +01:00
|
|
|
2. If necessary, apply patches for openSUSE
|
2014-09-14 19:43:08 +02:00
|
|
|
* https://build.opensuse.org/package/show/devel:languages:haskell:bootstrap/ghc-prepare-binary-distributions
|
|
|
|
3. Build binary distribution `make binary-dist`
|
|
|
|
4. Download rpms from:
|
|
|
|
* https://build.opensuse.org/package/binaries/devel:languages:haskell:bootstrap/ghc-prepare-binary-distributions?repository=openSUSE_Factory_PowerPC_standard
|
2018-02-09 03:18:11 +01:00
|
|
|
* https://build.opensuse.org/package/binaries/devel:languages:haskell:bootstrap/ghc-prepare-binary-distributions?repository=openSUSE_Factory_zSystems
|
2014-09-14 19:43:08 +02:00
|
|
|
5. Extract tarball `rpm2cpio ghc-prepare-binary-distributions*.rpm | cpio -idmv`
|
|
|
|
6. Copy tarball to project devel:languages:haskell:compiler/ghc-bootstrap
|
2015-04-29 15:11:32 +02:00
|
|
|
|
|
|
|
Note:
|
|
|
|
=====
|
2018-10-18 11:47:59 +02:00
|
|
|
The i386, and x86_64 tarballs were taken from upstream.
|
|
|
|
See: https://www.haskell.org/ghc/download_ghc_8_4_3.html
|