Commit Graph

12289 Commits

Author SHA1 Message Date
Alyssa Ross
6f9359a504 rustc: mark broken for dynamic Musl target 2022-07-02 09:04:37 +00: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
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
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
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
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
github-actions[bot]
15beddf02a
Merge master into haskell-updates 2022-06-23 00:12:11 +00:00
Yorick van Pelt
397e8cceca emscripten: 3.1.10 -> 3.1.12 2022-06-22 20:06:35 -04:00
Yorick van Pelt
b50add8f56 binaryen: 105 -> 108 2022-06-22 20:06:34 -04:00
github-actions[bot]
9a2405d657
Merge staging-next into staging 2022-06-22 18:02:10 +00:00
Martin Weinelt
246727a8ed
Merge pull request #178394 from dotlambda/pythonPackages-insecure 2022-06-22 15:02:41 +02:00
Robert Schütz
587c686926 python310Packages.vyper: mark insecure 2022-06-21 22:21:50 +00:00
sternenseemann
ff940b1409 Merge remote-tracking branch 'origin/master' into haskell-updates 2022-06-21 09:34:06 +02:00
github-actions[bot]
8fe94dceb1
Merge staging-next into staging 2022-06-21 06:02:15 +00:00
Anderson Torres
97f37b6e05
Merge pull request #178307 from Luflosi/update/yosys
yosys: 0.16 -> 0.18
2022-06-20 22:35:38 -03:00
github-actions[bot]
385cb2057b
Merge master into haskell-updates 2022-06-21 00:12:36 +00:00
github-actions[bot]
3746a49dcc
Merge staging-next into staging 2022-06-21 00:02:48 +00:00
mdarocha
07c0456c6d dotnet-sdk_3: 3.1.415 -> 3.1.420 2022-06-20 20:40:41 +02:00
github-actions[bot]
8c4cc99917
Merge staging-next into staging 2022-06-20 18:01:47 +00:00
Ivv
71003947fc
Merge pull request #177991 from mdarocha/dotnet-6-update
dotnet-sdk: 6.0.300 -> 6.0.301
2022-06-20 19:56:52 +02:00
Sandro
7bb8a39dfd
Merge pull request #178128 from OPNA2608/fix/dmd_gdb_grep
dmd: Fix grep in test after gdb bump
2022-06-20 15:33:20 +02:00
misuzu
f69c82f8ea clang_14: drop out-of-date armv7l patch 2022-06-20 15:37:47 +03:00