Commit graph

12305 commits

Author SHA1 Message Date
sternenseemann 0083a683d7 Revert "llvmPackages: do not include static archives when shared…"
Reverts #162607 / 1748887ff2.

Reason for revert: This change caused llvm-config{,-native} to be unable
to find static archives bundled with LLVM, as has been [reported]. Ever
since #152944 using moveToOutput in LLVM is _evil_ because llvm-config
obtains it knowledge about the installation locations from the CMake
configure step.

Consequently a change like #162607 will need to be implemented by making
LLVM itself install the static archives to the correct location or by
adding yet another patch which updates llvm-config's knowledge of the
location. The latter is not desireable in my opinion, though, since it
is just asking for this sort of trouble: Before #152944 we had an
outputs.patch that did this sort of things which broke spectacularly in
edge cases.

Fixes #148117.

[reported]: https://github.com/NixOS/nixpkgs/issues/148117#issuecomment-1158245576
2022-07-05 15:03:12 +02:00
github-actions[bot] 116e8e939b
Merge staging-next into staging 2022-07-03 18:01:49 +00:00
github-actions[bot] fc65c5c219
Merge master into staging-next 2022-07-03 18:01:12 +00:00
Bobby Rong cd7348a375
Merge pull request #179368 from ereslibre/bump-unison-m3
unison: M2l -> M3
2022-07-03 20:47:36 +08:00
github-actions[bot] 9d5f237bbd
Merge staging-next into staging 2022-07-03 12:01:55 +00:00
github-actions[bot] 00b3f42427
Merge master into staging-next 2022-07-03 12:01:23 +00:00
Sergei Trofimovich 7be0e091bd sbcl: pull darwin fix pending upstream inclusion for -fno-common toolchains
Without the change build fails on darwin as:

    duplicate symbol '_static_code_space_free_pointer' in:
        alloc.o
        traceroot.o
    duplicate symbol '_static_code_space_free_pointer' in:
        alloc.o
        gencgc.o
2022-07-02 18:53:43 +01:00
github-actions[bot] 8517eca5ed
Merge staging-next into staging 2022-07-02 12:01:53 +00:00
github-actions[bot] cc49d572ac
Merge master into staging-next 2022-07-02 12:01:18 +00:00
Alyssa Ross 6f9359a504 rustc: mark broken for dynamic Musl target 2022-07-02 09:04:37 +00:00
Alyssa Ross 8004d0e497 rustc: 1.61.0 -> 1.62.0 2022-07-02 09:04:07 +00:00
github-actions[bot] 1961d0a79b
Merge master into staging-next 2022-07-02 00:01:58 +00:00
Vladimír Čunát 97be985277
Merge #179534: gcc10: 10.3.0 -> 10.4.0 (into staging) 2022-07-01 23:06:48 +02:00
Karanjot Singh 28a328a124 zulu: build for aarch64-darwin
zulu: build for aarch64-darwin

fixed indentation and spaces

minor changes and formatting
2022-07-01 21:30:08 +02:00
github-actions[bot] 7907ea3c9b
Merge staging-next into staging 2022-07-01 18:02:00 +00:00
Jan Tojnar 9095659f80
Merge pull request #177414 from zendo/blueprint-update
blueprint-compiler: 2022-05-27 -> 0.2.0
2022-07-01 19:42:25 +02:00
zendo 420f7d191c blueprint-compiler: 2022-05-27 -> 0.2.0
remove wrapPython
2022-07-01 23:51:58 +08:00
Adam Joseph 86c7c0917f
haskell.compiler.ghc865Binary: add powerpc64le bootstrap 2022-07-01 13:05:30 +02:00
Bobby Rong db32ac6f9a
Merge pull request #179028 from r-ryantm/auto-update/corral
pony-corral: 0.5.7 -> 0.6.0
2022-06-30 19:42:52 +08:00
Tero Tervala 7f3cdfd2ba dtc: fix static building 2022-06-30 07:39:30 +00:00
Sandro efe337790d
Merge pull request #179018 from fgaz/qbe/1.0
qbe: unstable-2022-04-11 -> 1.0
2022-06-29 22:39:57 +02:00
Vladimír Čunát 3f88d51e02
gcc10: 10.3.0 -> 10.4.0
Patches: the two seemed included in the release;
I also checked that the conditional patches still all apply.
2022-06-29 10:07:32 +02:00
ajs124 0c35b851e4 maintainers: remove kkallio
no github account linked
2022-06-29 00:55:00 +02:00
ajs124 99466ee39e maintainers: remove petabyteboy
github account deleted
2022-06-29 00:52:12 +02:00
ajs124 eec156df9c maintainers: remove muflax
github account deleted
2022-06-29 00:52:12 +02:00
ajs124 a0718341e6 maintainers: remove volth
github account deleted
2022-06-29 00:52:12 +02:00
Rafael Fernández López 0f13607076
unison: M2l -> M3 2022-06-27 22:39:48 +03:00
github-actions[bot] b1e76b5db1
Merge master into staging-next 2022-06-27 00:02:25 +00:00
Sergei Trofimovich ce6f0bee59 bs-platform: workaround -fno-common build failure on aarch64
Without the change -fno-common toolchain like llvm-11 fails as:

    ld: libcamlrun.a(minor_gc.o):/build/ocaml/byterun/caml/major_gc.h:67: multiple definition of
      `caml_major_ring'; libcamlrun.a(stacks.o):/build/ocaml/byterun/caml/major_gc.h:67: first defined here
2022-06-26 22:29:26 +01:00
github-actions[bot] fc87d5f80d
Merge master into staging-next 2022-06-26 18:01:24 +00:00
Sandro e34dacbae8
Merge pull request #178620 from willcohen/emcc-bump 2022-06-26 19:12:35 +02:00
sternenseemann 1216772f5d haskell.compiler.ghc922Binary: init at 9.2.2
Since the musl / alpine bindist now uses the GMP backend, we need to
learn to tell Hadrian bindists about GMP. Hadrian bindists no longer
have the buildinfo files, instead we need to patch the package db before
installing and recache it afterwards which is not too hard, luckily.
Same goes for libiconv and base as well as libffi and rts on
darwin (those bindists are all produced using hadrian).

See also: https://gitlab.haskell.org/ghc/ghc/-/issues/21554#note_431000

Note that pkgsMusl.haskell.compiler.ghc922Binary still has severe
issues: It can't produce shared libraries because the bindist ships
none (and using the GMP backend has a hard requirement for shared
objects, apparently) and ghci segfaults for unknown reasons at the
moment. However, I've successfully compiled hadrian with it so far, so
perhaps it's good enough.
2022-06-26 13:50:16 +02:00
R. Ryantm 8d048edb7c pony-corral: 0.5.7 -> 0.6.0 2022-06-25 14:53:56 +00:00
Francesco Gazzetta 7fa4799766 qbe: unstable-2022-04-11 -> 1.0 2022-06-25 15:55:45 +02:00
Will Cohen 0956fc22d8 binaryen: backport patch for wasm2js 2022-06-24 15:02:39 -04:00
github-actions[bot] 880ae7cccd
Merge master into staging-next 2022-06-24 06:01:20 +00:00
Anderson Torres 44f05ffaaf
Merge pull request #178594 from auchter/auchter/himitsu
Update hare and init himitsu
2022-06-23 21:57:21 -03:00
github-actions[bot] 4f79f81d47
Merge master into staging-next 2022-06-23 18:01:15 +00:00
Shea Levy e9e3a5af33
Merge pull request #178731 from shlevy/isabelle-darwin
Fix isabelle on darwin
2022-06-23 13:40:18 -04:00
Bernardo Meurer 7bc33699f7
Merge pull request #178328 from misuzu/llvm-armv7l
clang_14: drop out-of-date armv7l patch
2022-06-23 13:01:11 -04:00
Will Cohen 4df8e6fc95 emscripten: 3.1.12 -> 3.1.14 2022-06-23 11:14:54 -04:00
Will Cohen 995b0ffd9c binaryen: 108 -> 109 2022-06-23 11:14:54 -04:00
Yorick van Pelt d531cd40af binaryen: run tests 2022-06-23 11:14:21 -04:00
Shea Levy 8e6206f9c9
gcc49: Fix build on darwin 2022-06-23 10:42:39 -04:00
Michael Auchter 5453969a2a hare: set HARECACHE in setupHook
If HARECACHE is unset, it hare will default to attempting to cache files
relative to $HOME, which isn't writable during a build. Set HARECACHE to
a suitable location so packages that are built with hare don't have to
manually handle this.
2022-06-23 14:37:11 +00:00
Michael Auchter 8ecf252eda hare: add setupHook to configure HAREPATH
Add a setupHook so the HAREPATH environment variable is correctly set to
point to the hare stdlib and any third-party libraries.
2022-06-23 14:37:11 +00:00
Michael Auchter f514ac5a4a hare: disable failing test cases
A few complex math tests have been failing since they were added, so
disable the failing cases for now.

> 3 tests failed:
> math::complex::cos: Assertion failed: ./math/complex/+test.ha:1088:2
> math::complex::cosh: Assertion failed: ./math/complex/+test.ha:1114:2
> math::complex::exp: Assertion failed: ./math/complex/+test.ha:1140:2
>
> 372 passed; 3 failed; 375 tests completed in 1.19521s
2022-06-23 14:37:11 +00:00
Michael Auchter 0c5d1a7d93 hare: 0.pre+date=2022-04-27 -> unstable-2022-06-18 2022-06-23 14:37:11 +00:00
Michael Auchter f7471ac652 harec: 0.pre+date=2022-04-26 -> unstable-2022-06-20 2022-06-23 14:37:10 +00:00
github-actions[bot] e78a0f5cfd
Merge staging-next into staging 2022-06-23 06:01:52 +00:00