Sergei Trofimovich
a0219e7fb7
Merge pull request #181536 from trofi/fix-gnumake-guile
...
gnumake: unconditionally disable guileSupport on bootstrap
2022-08-19 19:22:13 +01:00
Jonas Heinrich
009a5cb9ec
Merge pull request #187025 from r-ryantm/auto-update/qbs
...
qbs: 1.23.0 -> 1.23.1
2022-08-19 15:26:34 +02:00
Vladimír Čunát
3b765ccd67
Merge #186967 : libsForQt5.messagelib: patch for cmake 3.24
2022-08-18 09:06:22 +02: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
R. Ryantm
66233b8118
qbs: 1.23.0 -> 1.23.1
2022-08-16 21:34:44 +00:00
Sebastian Neubauer
bd36820a5f
rocm-cmake: 5.1.0 → 5.2.0
2022-08-16 16:49:30 +02:00
Nick Cao
ef640cb346
Revert "cmake_3_23: bring this version back (temporarily, I hope)"
...
This reverts commit 8334328f11
.
2022-08-16 21:59:20 +08:00
Vladimír Čunát
8334328f11
cmake_3_23: bring this version back (temporarily, I hope)
2022-08-16 10:40:27 +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
Sergei Trofimovich
f6ee60dde4
gnumake: unconditionally disable guileSupport on bootstrap
...
Before the change an attempt to use `gnumake.override { guileSupport = true; }`
caused recursion in bootstrap stages as guileSupport pulls in guile and it's
dependencies.
To restore the bootstrap the change unconditionally sets
`guileSupport = false;` for `gnumake`.
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-07-29 19:34:09 +01: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
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
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
Jakub Kozłowski
63b81ee7fd
bloop: 1.5.0 -> 1.5.2
2022-07-06 17:55:37 +02:00
github-actions[bot]
a653bbaea6
Merge master into staging-next
2022-07-04 00:05:02 +00:00
Josef Kemetmüller
f7414e2b3a
cmake/setup-hook.sh: Don't skip build-RPATH
...
This should simplify using `nix-shell -A` or `nix develop` to develop
CMake based projects. CMake features a mechanism to use a different
RPATH for all executables in the build directory and only rewrite these
RPATHs on installation. This makes it possible to run executables
already from the build directory without having to set LD_LIBRARY_PATH.
This should simplify the checkPhase for cmake based projects and
hopefully not break anything.
Fixes : #22060
2022-07-04 02:58:50 +03:00