Commit Graph

2817 Commits

Author SHA1 Message Date
github-actions[bot]
7b5c82c518
Merge master into staging-next 2022-08-17 18:01:22 +00:00
Bernardo Meurer
67c247cb5e
Merge pull request #187005 from Flakebi/rocm
rocm: 5.1.0 → 5.2.1
2022-08-17 10:45:06 -07:00
Sebastián Mancilla
279b1342a3
Merge pull request #184372 from r-ryantm/auto-update/apache-maven
maven: 3.8.5 -> 3.8.6
2022-08-17 11:06:21 -04:00
Sebastian Neubauer
bd36820a5f rocm-cmake: 5.1.0 → 5.2.0 2022-08-16 16:49:30 +02:00
Vladimír Čunát
4a944dfeac
Merge branch 'staging' into staging-next 2022-08-16 13:12:47 +02:00
Vladimír Čunát
8334328f11
cmake_3_23: bring this version back (temporarily, I hope) 2022-08-16 10:40:27 +02:00
Jan Tojnar
e442c9084b meson: 0.63.0 → 0.63.1
https://github.com/mesonbuild/meson/compare/0.63.0...0.63.1
2022-08-15 19:45:28 +02:00
Vladimír Čunát
27977000a9
Merge #183571: ninja: 1.10.2 -> 1.11.0 (into staging) 2022-08-15 14:05:56 +02:00
Anderson Torres
a1d622bf68
Merge pull request #181431 from stephank/feat/cmake-libc
cmake: detect libc location at runtime
2022-08-12 17:07:06 -03:00
Jan Tojnar
e474134ea0 meson: 0.62.2 → 0.63.0
https://mesonbuild.com/Release-notes-for-0-63-0.html
https://github.com/mesonbuild/meson/compare/0.62.2...0.63.0
2022-08-12 20:55:15 +02:00
Ryan Burns
a4a300dfff meson: 0.61.2 → 0.62.2
https://mesonbuild.com/Release-notes-for-0-62-0.html
https://github.com/mesonbuild/meson/compare/0.61.2...0.62.0
https://github.com/mesonbuild/meson/compare/0.62.0...0.62.1
https://github.com/mesonbuild/meson/compare/0.62.1...0.62.2
2022-08-12 20:55:15 +02:00
github-actions[bot]
de52f0cee4
Merge master into staging-next 2022-08-12 18:01:11 +00:00
Sebastián Mancilla
689d384260
Merge pull request #185806 from Prillan/update-sbt
sbt: 1.6.2 -> 1.7.1
2022-08-12 13:12:05 -04:00
github-actions[bot]
5ad6c8071e
Merge master into staging-next 2022-08-09 18:01:26 +00:00
Rasmus Précenth
6b5e730e78
sbt: 1.6.2 -> 1.7.1 2022-08-09 17:49:33 +02:00
Jakub Kozłowski
7e5ce54922
Merge pull request #185035 from kubukoz/scala-cli-0111 2022-08-09 17:43:44 +02:00
github-actions[bot]
078a468968
Merge master into staging-next 2022-08-08 06:01:14 +00:00
github-actions[bot]
fe5b312ec1
Merge master into staging-next 2022-08-08 00:02:27 +00:00
AndersonTorres
d17f36789b bmake: unbreak 2022-08-07 20:50:35 -03:00
AndersonTorres
ce83a76107 bmake: 20220208 -> 20220726 2022-08-07 20:50:35 -03:00
AndersonTorres
47a072b984 bmake: new recursive style attributes 2022-08-07 20:14:15 -03:00
Yestin L. Harrison
58490e244e bmake: unmark as broken on (aarch64-)darwin 2022-08-06 19:06:40 -07:00
Jonathan Ringer
b34a4df857
[staging] cmake: 3.23.3 -> 3.24.0 2022-08-05 11:32:50 -07:00
Sandro
7d311bd0c9
Merge pull request #183982 from r-ryantm/auto-update/cmake 2022-08-05 19:35:10 +02:00
Jakub Kozłowski
566d1258d1 scala-cli: 0.1.10 -> 0.1.11 2022-08-03 18:43:12 +02:00
Jonathan Ringer
3d17b4c305
cmake/setup.sh: allow for cmakeBuildDir to be configured 2022-08-02 14:19:33 -07:00
github-actions[bot]
0df46e6fd8
Merge staging-next into staging 2022-08-02 18:01:55 +00:00
Jonas Heinrich
9c66be5065
Merge pull request #184539 from r-ryantm/auto-update/qbs
qbs: 1.22.0 -> 1.23.0
2022-08-02 15:44:11 +02:00
github-actions[bot]
cf771dfd7a
Merge staging-next into staging 2022-08-02 12:02:19 +00:00
Brian Leung
e542233b79
arpa2cm: 0.9.0 -> 1.0.4 2022-08-01 15:23:13 -07:00
Sandro
09cb5e8416
Merge pull request #183507 from Artturin/stdenvmeson1 2022-08-01 23:06:51 +02:00
Artturin
596a678b7f meson: pull patch to use more binutils variables
meson did not use these

therefore some packages had to do things
like this

```
    substituteInPlace meson.build --replace \
      "find_program('nm')" \
      "find_program('${stdenv.cc.targetPrefix}nm')"
```
2022-08-01 20:03:47 +03:00
R. Ryantm
9a719a2f3a qbs: 1.22.0 -> 1.23.0 2022-08-01 10:01:06 +00:00
Claudio Bley
0917e34967 bazel_{3,4,5}: Use arm64 as arch suffix on aarch64
The official bazel wrapper script uses `$(uname -s | tr '[:upper:]' '[:lower:]')-$(uname -m)`
as the `os-arch` suffix.

On aarch64 Darwin, `uname -m` returns "arm64", on aarch64 Linux it returns "aarch64".
2022-08-01 06:39:12 +02:00
R. Ryantm
15e3765c4e maven: 3.8.5 -> 3.8.6 2022-07-31 23:45:12 +00:00
R. Ryantm
a4cfeb7cf1 cmake: 3.23.2 -> 3.23.3 2022-07-30 15:22:57 +00:00
Uri Baghin
75d6a6a7fb bazel_5: get libtool from path
We're resolving most cc toolchain tools from the path and environment variables, but we hardcode libtool. This makes it hard to point libtool to the specific one you need, for example to work around issues like
https://github.com/NixOS/nixpkgs/pull/180251#issuecomment-1200096413. Make it consistent by getting libtool from path too, like other cc toolchain tools.
2022-07-30 17:32:28 +10:00
Filipe Regadas
ad9b9f5ce3
Revert: scala-cli: add aarch64-darwin to sources #178711
scala-cli only has x86 binary and should be used via an overlay. This is in line with all the other darwin packages.
2022-07-29 08:24:22 +01:00
R. Ryantm
8d276aceaf ninja: 1.10.2 -> 1.11.0 2022-07-29 02:20:25 +00:00
Olli Helenius
ac9d569aea
gradle: 7.4.2 -> 7.5 2022-07-25 23:08:45 +03:00
Mario Rodas
9245adc135
Merge pull request #182486 from kubukoz/scala-cli-0110
scala-cli: 0.1.9 -> 0.1.10
2022-07-24 14:33:51 -05:00
Brian Leung
6f0279fcb5
bear: 3.0.19 -> 3.0.20 2022-07-23 11:20:33 -07:00
Jakub Kozłowski
5444bc1f9a scala-cli: 0.1.9 -> 0.1.10 2022-07-22 18:34:14 +02:00
Vladimír Čunát
250922fd1e
Merge branch 'master' into staging-next 2022-07-18 08:29:53 +02:00
Sandro
f13f81af88
Merge pull request #177110 from newAM/bear
bear: 3.0.14 -> 3.0.19
2022-07-17 15:14:13 +02:00
Stéphan Kochen
871cf9f7b3 cmake: detect libc location at runtime 2022-07-14 07:08:57 +02:00
Thomas Tuegel
e1e0d5d513
Merge pull request #108496 from knedlsepp/cmake-rpath
cmake/setup-hook.sh: Don't skip build-RPATH
2022-07-11 10:18:47 -05:00
Mario Rodas
6ace864d8d
Merge pull request #180617 from r-ryantm/auto-update/bazel-remote
bazel-remote: 2.3.7 -> 2.3.8
2022-07-09 00:33:42 -05:00
R. Ryantm
4a706341b1 bazel-remote: 2.3.7 -> 2.3.8 2022-07-08 03:50:06 +00:00
github-actions[bot]
312ad6d25c
Merge master into staging-next 2022-07-07 12:01:23 +00:00