Zenithal
9675cfe833
mill: 0.10.8 -> 0.10.9
2022-11-11 15:45:08 +08:00
Vladimír Čunát
1462b5397b
Merge #199277 : cmake: 3.24.2 -> 3.24.3
...
...into staging
2022-11-10 22:10:44 +01:00
github-actions[bot]
f3a93620b1
Merge master into staging-next
2022-11-10 12:01:27 +00:00
R. Ryantm
f680c2020f
shards: 0.17.0 -> 0.17.1
2022-11-10 14:06:13 +08:00
github-actions[bot]
e51ba60580
Merge master into staging-next
2022-11-07 00:03:30 +00:00
Madoura
2a3f5e31d7
rocm-cmake: 5.3.0 -> 5.3.1
2022-11-04 08:19:32 -05:00
github-actions[bot]
194df35602
Merge staging-next into staging
2022-11-04 06:02:00 +00:00
Uri Baghin
949e592ed6
Revert "bazel: 5.2.0 -> 5.3.2"
2022-11-04 14:47:55 +11:00
Bernardo Meurer
1c0ceeaf2e
Merge pull request #192943 from KiruyaMomochi/cmake
2022-11-03 09:19:46 +00:00
github-actions[bot]
d7a3a8aad6
Merge staging-next into staging
2022-11-03 06:01:55 +00:00
Uri Baghin
0194224a0f
Merge pull request #198016 from dmivankov/bazel-5.3.2
...
bazel: 5.2.0 -> 5.3.2
2022-11-03 14:22:16 +11:00
R. Ryantm
edd361904b
cmake: 3.24.2 -> 3.24.3
2022-11-03 01:04:32 +00:00
百地 希留耶
5245e7324b
cmake: put the DEFINED
check in the same if-statement
2022-11-02 02:26:33 +08:00
github-actions[bot]
5a70f6da92
Merge staging-next into staging
2022-11-01 18:01:39 +00:00
github-actions[bot]
ef41cdba6c
Merge master into staging-next
2022-11-01 18:01:10 +00:00
R. RyanTM
c79ecc1b3a
sbt: 1.7.2 -> 1.7.3 ( #198879 )
2022-11-01 12:01:59 -04:00
github-actions[bot]
39d4ab1e0b
Merge staging-next into staging
2022-11-01 12:02:06 +00:00
github-actions[bot]
0ada81696d
Merge master into staging-next
2022-11-01 12:01:32 +00:00
Andrei Boar
5c6415411e
bob: 0.6.2 -> 0.6.3
2022-10-31 10:20:39 +02:00
Sergei Trofimovich
df7b6e6acc
gnumake: 4.3 -> 4.4
...
Notable changes (have a chance to break some projects):
* WARNING: Backward-incompatibility!
Previously each target in a explicit grouped target rule was considered
individually: if the targets needed by the build were not out of date the
recipe was not run even if other targets in the group were out of date. Now
if any of the grouped targets are needed by the build, then if any of the
grouped targets are out of date the recipe is run and all targets in the
group are considered updated.
* WARNING: Backward-incompatibility!
Previously only simple (one-letter) options were added to the MAKEFLAGS
variable that was visible while parsing makefiles. Now, all options are
available in MAKEFLAGS. If you want to check MAKEFLAGS for a one-letter
option, expanding "$(firstword -$(MAKEFLAGS))" is a reliable way to return
the set of one-letter options which can be examined via findstring, etc.
* WARNING: Backward-incompatibility!
Previously makefile variables marked as export were not exported to commands
started by the $(shell ...) function. Now, all exported variables are
exported to $(shell ...). If this leads to recursion during expansion, then
for backward-compatibility the value from the original environment is used.
To detect this change search for 'shell-export' in the .FEATURES variable.
Notable features:
* New feature: The --shuffle command line option
This option reorders goals and prerequisites to simulate non-determinism
that may be seen using parallel build. Shuffle mode allows a form of "fuzz
testing" of parallel builds to verify that all prerequisites are correctly
described in the makefile.
Changes: https://lists.gnu.org/archive/html/bug-make/2022-10/msg00247.html
2022-10-31 07:54:25 +00:00
github-actions[bot]
850260cfb9
Merge staging-next into staging
2022-10-30 12:01:51 +00:00
Vladimír Čunát
5033fffabe
treewide: avoid mixing abseil-cpp versions
...
The packages use some version through grpc;
adding in a different one is most likely not a good idea.
`rippled` has been failing to build for weeks already.
The other three packages build before and after this commit.
2022-10-30 09:44:34 +01:00
Jan Tojnar
dd86663a26
Merge pull request #197754 from jtojnar/gnome-staging
...
More GNOME updates (staging)
2022-10-29 14:57:36 +02:00
Ryan Burns
e4d14eb49d
Merge pull request #196516 from r-burns/build2-0.15
...
build2: 0.14.0 -> 0.15.0
2022-10-27 09:06:21 -07:00
Anderson Torres
c85a3fc453
Merge pull request #197760 from jtojnar/no-meson-expose
...
Revert "meson: expose python3 in passthru"
2022-10-26 18:16:14 -03:00
Dmitry Ivankov
3e34d2674e
bazel: 5.2.0 -> 5.3.2
2022-10-26 19:30:55 +02:00
Jan Tojnar
9629c0577a
Revert "meson: expose python3 in passthru"
...
IMO Meson’s Python should not be exposed at all.
This reverts commit 38f48cfc4f
.
2022-10-26 08:49:26 +02:00
Jan Tojnar
0b5be61ca1
glib: 2.74.0 → 2.74.1
...
https://gitlab.gnome.org/GNOME/glib/-/compare/2.74.0...2.74.1
- Docs no longer can be generated in static builds.
- Drop merged patches.
- Add a comment to an undocumented patch.
- Drop huge with statement.
- Drop meson override not needed since a4a300dfff
Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
2022-10-25 18:16:48 +02:00
Tom Fitzhenry
af22262f12
dub: enable aarch64-linux
2022-10-21 16:40:12 +11:00
Isabel Kaspriskie
6dd516414a
conan: 1.49.0 -> 1.53.0
2022-10-20 10:27:41 -04:00
R. RyanTM
ec43390b89
sbt-extras: 2022-10-03 -> 2022-10-17 ( #196694 )
2022-10-19 10:24:57 -04:00
misuzu
cebf59e9f0
rebar3WithPlugins: update patches
2022-10-18 14:25:30 -04:00
Ryan Burns
6acda25af6
bpkg: add postInstall rpath fixup needed on darwin
2022-10-17 20:29:30 -07:00
Ryan Burns
37806ebf30
bdep: 0.14.0 -> 0.15.0
2022-10-17 19:58:44 -07:00
Ryan Burns
b499b5a5d0
bpkg: 0.14.0 -> 0.15.0
2022-10-17 19:57:04 -07:00
Ryan Burns
024085452c
build2: 0.14.0 -> 0.15.0
2022-10-17 19:48:23 -07:00
Erlend Hamberg
ff3ab5b325
rebar3: 3.18.0 -> 3.20.0
2022-10-17 06:53:16 -04:00
Ryan Burns
117119f96f
build2.bootstrap: 0.14.0 -> 0.15.0
2022-10-16 16:24:38 -07:00
AndersonTorres
84019db8ef
muon: unstable-2022-09-24 -> 0.1.0
2022-10-15 16:06:03 -03:00
百地 希留耶
7a9d47dea6
cmake: check for $ENV{NIX_CC}
with quotes
...
Fixes #194929
2022-10-15 16:09:03 +08:00
Jakub Kozłowski
6e94e4e187
scala-cli: 0.1.15 -> 0.1.16
2022-10-14 18:37:50 +02:00
Bernardo Meurer
2196a95e68
Merge pull request #195403 from Flakebi/rocm
2022-10-13 14:56:18 -03:00
Martin Weinelt
294201004f
Merge remote-tracking branch 'origin/master' into staging-next
2022-10-10 21:45:18 +02:00
Sebastian Neubauer
3bdbc120f8
rocm-cmake: 5.2.0 → 5.3.0
2022-10-10 21:35:22 +02:00
Kévin Rauscher
cd6bdcb4ca
bloop: 1.5.3 -> 1.5.4 ( #195349 )
2022-10-10 17:02:30 +02:00
Zenithal
151b6a4daf
mill: 0.10.7 -> 0.10.8
2022-10-10 19:15:08 +08:00
Vladimír Čunát
6565abc264
Merge branch 'master' into staging-next
2022-10-08 10:20:07 +02:00
Stig Brautaset
7100410d99
leiningen: 2.9.8 -> 2.9.10
2022-10-07 11:45:36 +01:00
github-actions[bot]
8d6fbd7341
Merge master into staging-next
2022-10-06 12:01:31 +00:00
Ryan Burns
c12e310faa
Merge pull request #194461 from jstranik/master
...
build2: fix build with gcc11
2022-10-06 07:43:09 +01:00
github-actions[bot]
863df54d13
Merge master into staging-next
2022-10-06 06:05:17 +00:00
Mario Rodas
180a10b19f
Merge pull request #194696 from timbertson/gup
...
gup: 0.8.0 -> 0.8.4
2022-10-06 00:01:55 -05:00
Tim Cuthbertson
96ecbb3aac
gup: 0.8.0 -> 0.8.4
2022-10-06 15:43:15 +11:00
Jan Stranik
7ac1f68ce2
build2: fix build with gcc11
...
A small source change is needed to make the build2 system compile with current
gcc 11 compiler.
Without the patch, the compilation fails with an error about failing to deduce a
template parameter.
2022-10-05 19:52:16 -04:00
github-actions[bot]
939050602c
Merge master into staging-next
2022-10-05 18:07:32 +00:00
R. RyanTM
14abeff728
sbt: 1.7.1 -> 1.7.2 ( #194300 )
2022-10-05 10:55:52 -04:00
R. RyanTM
7e91483125
sbt-extras: 2022-09-23 -> 2022-10-03 ( #194517 )
2022-10-05 10:55:36 -04:00
Rickard Nilsson
8419e265f3
beam-modules/rebar3WithPlugins: Allow overriding the rebar3 package used
2022-10-03 20:16:18 +02:00
github-actions[bot]
9c14978f84
Merge master into staging-next
2022-09-29 12:01:25 +00:00
Vladimír Čunát
8ba120420f
Merge #191339 : staging-next 2022-09-15
2022-09-29 09:16:47 +02:00
R. RyanTM
8be09c8012
sbt-extras: 2022-07-12 -> 2022-09-23 ( #193344 )
2022-09-28 15:11:41 -04:00
github-actions[bot]
f18d801779
Merge staging-next into staging
2022-09-28 18:05:53 +00:00
github-actions[bot]
d2b7f4ad5f
Merge master into staging-next
2022-09-28 18:05:16 +00:00
Jakub Kozłowski
053f8a2d45
scala-cli: 0.1.14 -> 0.1.15, add aarch64-darwin build ( #193354 )
2022-09-28 18:24:57 +02:00
Jan Tojnar
8aa2f637e6
Merge pull request #193152 from NixOS/wip/jtojnar/meson-setup
...
meson: Use explicit setup subcommand
2022-09-28 18:08:15 +02:00
Jan Tojnar
d83a3d03a3
meson: Use explicit setup subcommand
...
Fix the following warning in Meson 0.64:
WARNING: Running the setup command as `meson [options]` instead of `meson setup [options]` is ambiguous and deprecated.
Introduced in 3c7ab542c0
2022-09-28 03:20:51 +02:00
github-actions[bot]
8d941befdb
Merge staging-next into staging
2022-09-27 18:04:48 +00:00
github-actions[bot]
3f66160994
Merge master into staging-next
2022-09-27 18:04:13 +00:00
Andrei Boar
36eff3190b
bob: 0.5.3 -> 0.6.2 https://github.com/benchkram/bob/releases/tag/0.6.2
...
update hash
2022-09-27 18:46:08 +03:00
github-actions[bot]
e0bea8e017
Merge staging-next into staging
2022-09-26 00:03:58 +00:00
=
7bec82f49e
cmake: check if NIX_CC exists before using it
2022-09-26 04:58:51 +08:00
Martin Weinelt
68c0ca4416
Merge remote-tracking branch 'origin/master' into staging-next
2022-09-25 21:36:31 +02:00
Anderson Torres
a5a1d526d0
Merge pull request #189773 from AndersonTorres/ninja
...
Ninja: reformat expression
2022-09-24 21:50:21 -03:00
AndersonTorres
954d07720a
muon: init at unstable-2022-09-24
2022-09-24 19:59:41 -03:00
Graham Christensen
1379da1098
Merge pull request #192447 from DeterminateSystems/drop-l
...
treewide: drop -l$NIX_BUILD_CORES
2022-09-22 19:06:21 -04:00
Graham Christensen
c2b898da76
treewide: drop -l$NIX_BUILD_CORES
...
Passing `-l$NIX_BUILD_CORES` improperly limits the overall system load.
For a build machine which is configured to run `$B` builds where each
build gets `total cores / B` cores (`$C`), passing `-l $C` to make will
improperly limit the load to `$C` instead of `$B * $C`.
This effect becomes quite pronounced on machines with 80 cores, with
40 simultaneous builds and a cores limit of 2. On a machine with this
configuration, Nix will run 40 builds and make will limit the overall
system load to approximately 2. A build machine with this many cores
can happily run with a load approaching 80.
A non-solution is to oversubscribe the machine, by picking a larger
`$C`. However, there is no way to divide the number of cores in a way
which fairly subdivides the available cores when `$B` is greater than
1.
There has been exploration of passing a jobserver in to the sandbox,
or sharing a jobserver between all the builds. This is one option, but
relatively complicated and only supports make. Lots of other software
uses its own implementation of `-j` and doesn't support either `-l` or
the Make jobserver.
For the case of an interactive user machine, the user should limit
overall system load using `$B`, `$C`, and optionally systemd's
cpu/network/io limiting features.
Making this change should significantly improve the utilization of our
build farm, and improve the throughput of Hydra.
2022-09-22 16:01:23 -04:00
Vladimír Čunát
e9a9c34f4b
Merge branch 'staging-next' into staging
2022-09-22 19:08:09 +02:00
Vladimír Čunát
3671ea902a
Merge branch 'master' into staging-next
2022-09-22 19:06:26 +02:00
Lorenz Leutgeb
16bb7a838f
gradle: cleanup ( #169566 )
2022-09-22 11:24:53 +02:00
Thomas Tuegel
cedd23b215
Merge pull request #191281 from r-ryantm/auto-update/cmake
...
cmake: 3.24.1 -> 3.24.2
2022-09-21 10:39:59 -05:00
Martin Weinelt
5d4267b0f2
Merge remote-tracking branch 'origin/master' into staging-next
2022-09-20 12:25:19 +02:00
Uri Baghin
24ac72e8a1
Merge pull request #147649 from veprbl/pr/bazel_darwin_sandbox_fix
...
buildBazelPackage: fix sandboxed builds on darwin
2022-09-20 16:18:14 +10:00
Uri Baghin
7ce637bc99
bazel_5: fix sandbox
2022-09-20 14:01:39 +10:00
github-actions[bot]
5875423007
Merge master into staging-next
2022-09-18 00:02:44 +00:00
Christian Kögler
9bb4dede50
Merge pull request #191675 from r-ryantm/auto-update/mage
...
mage: 1.13.0 -> 1.14.0
2022-09-17 23:23:06 +02:00
github-actions[bot]
f2681f8bd1
Merge master into staging-next
2022-09-17 18:01:15 +00:00
R. Ryantm
0c0044eae7
mage: 1.13.0 -> 1.14.0
2022-09-17 15:37:40 +00:00
Robert Scott
38f48cfc4f
meson: expose python3 in passthru
2022-09-17 00:14:01 +01:00
github-actions[bot]
c9b3f8501c
Merge master into staging-next
2022-09-16 12:01:25 +00:00
Jonas Heinrich
edca65a4b8
Merge pull request #189968 from zuzuleinen/init-bob
...
bob: init at 0.5.3
2022-09-16 10:53:18 +02:00
AndersonTorres
dee33e8fe3
ninja: revert to the old rec format
2022-09-16 00:39:18 -03:00
AndersonTorres
35227b3105
ninja: use installShellCompletion
2022-09-16 00:39:17 -03:00
AndersonTorres
cc0f29fedd
ninja: add runHook's
2022-09-16 00:39:17 -03:00
AndersonTorres
476d97b9bf
ninja: format expression
...
Because I believe it is nicer this way.
2022-09-16 00:39:17 -03:00
AndersonTorres
e0aa46d57b
ninja: reorder setup-hook.sh
...
It is considerably more readable to put the functions-hooks before the code
activating them.
2022-09-16 00:39:10 -03:00
github-actions[bot]
40936b496d
Merge master into staging-next
2022-09-16 00:03:19 +00:00
R. Ryantm
d2749ccd12
cmake: 3.24.1 -> 3.24.2
2022-09-15 07:47:03 +00:00
Gabriel Volpe
3e29754650
scala-cli: 0.1.12 -> 0.1.14
2022-09-14 11:08:03 +02:00
Frederik Rietdijk
3086301ac4
Merge staging-next into staging
2022-09-12 19:49:24 +02:00
github-actions[bot]
33ef8defa2
Merge master into staging-next
2022-09-12 00:02:43 +00:00
R. RyanTM
6c1c144e40
sbt-extras: 2022-02-01 -> 2022-07-12 ( #190641 )
2022-09-11 16:58:46 -04:00
Dmitry Kalinkin
4922ed06b0
bazel: patch to fix for darwin sandbox
2022-09-11 12:51:48 -04:00
Andrei Boar
3a8d85fef1
bob: init at 0.5.3
...
bob: format code
Revert "bob: format code"
This reverts commit 64aaee9a258c63284e043336d0f06c600df97ed7.
bob: format default.nix
bob: fix formatting for zuzuleinen in maintainers
bob: cleanup maintainers
bob: remove CGO_ENABLED=0
2022-09-11 18:54:24 +03:00
Vladimír Čunát
a3d7dfe8a3
Merge branch 'master' into staging-next
2022-09-11 08:43:51 +02:00
Artturin
b1149dc303
cmake: add check-pc-files hook to check broken pc files
...
see nixpkgs pr 172150
2022-09-08 21:27:47 +03:00
Noah Fontes
60f2de820d
jam: set target-specific macros correctly
...
Jam embeds some information about the target platform, namely the OS and
architecture, directly into the binary. We need to re-evaluate the
macros for the target platform when Jam is being used to cross compile.
2022-09-07 21:44:01 -07:00
github-actions[bot]
68b6ccdf1b
Merge staging-next into staging
2022-09-06 18:01:58 +00:00
github-actions[bot]
01253f131d
Merge master into staging-next
2022-09-06 18:01:13 +00:00
Jonas Heinrich
a08c3cf3a3
Merge pull request #141769 from spacefrogg/goredo
...
goredo: init at 1.21.0
2022-09-06 15:37:24 +02:00
github-actions[bot]
0e9237acba
Merge staging-next into staging
2022-09-06 06:25:09 +00:00
github-actions[bot]
d163dca435
Merge master into staging-next
2022-09-06 06:24:27 +00:00
Noah Fontes
4d4d4587ec
{jam,ftjam}: cross-compile without binfmt_misc
...
Jam is bootstrapped and then recompiled, which requires us to customize
the build as the upstream doesn't understand cross compilation. We first
build the bootstrap under the build platform, then rebuild any source
files again using the build platform, and finally build the target
binary separately.
2022-09-04 21:36:58 -07:00
Noah Fontes
3c0eaeb84c
ftjam: unify build steps with jam
...
There are only a few minor differences between the way ftjam and jam
work from a build perspective, so we can use a common base for them.
2022-09-02 22:10:12 -07:00
Noah Fontes
6f8378e6fa
jam: fix cross compilation
...
This change makes sure that the cross-compiler target prefix gets passed
to both the Makefile (for bootstrapping) and Jamfile (for the
second-phase build).
2022-09-02 22:05:30 -07:00
github-actions[bot]
49bdf1e727
Merge staging-next into staging
2022-09-02 18:02:05 +00:00
github-actions[bot]
90b1c05a13
Merge master into staging-next
2022-09-02 18:01:22 +00:00
Uri Baghin
a6e347fb29
Merge pull request #186106 from layus/bazel-update
...
bazel_6: init with a WIP implem
2022-09-03 00:27:09 +10:00
Mario Rodas
9605268711
Merge pull request #189161 from r-ryantm/auto-update/ninja
...
ninja: 1.11.0 -> 1.11.1
2022-09-02 09:02:51 -05:00
Guillaume Maudoux
b4f4f49331
bazel_6: Cleanup leftover comments
2022-09-02 12:54:36 +02:00
github-actions[bot]
c487ddd4e2
Merge master into staging-next
2022-09-01 12:01:31 +00:00
R. Ryantm
7d03836dae
bazel-remote: 2.3.8 -> 2.3.9
2022-09-01 07:34:29 +00:00
R. Ryantm
f1927d014e
ninja: 1.11.0 -> 1.11.1
2022-08-31 19:26:59 +00:00
github-actions[bot]
5fa63a7863
Merge master into staging-next
2022-08-29 12:01:28 +00:00
Vladimír Čunát
f08ac2c92b
Merge branch 'master' into staging-next
2022-08-29 08:58:52 +02:00
Kevin Rauscher
bc3de60230
bloop: 1.5.2 -> 1.5.3
2022-08-29 08:16:07 +02:00
Artturi
79c42aa06c
Merge pull request #186564 from Artturin/crossevalfixes
...
Fixes for cross-compilation
2022-08-27 17:49:00 +03:00
github-actions[bot]
0b8aa77df1
Merge master into staging-next
2022-08-25 18:01:10 +00:00
Zenithal
1e0e5ad439
mill: 0.10.6 -> 0.10.7
2022-08-25 20:15:58 +08:00
github-actions[bot]
c91ed9564a
Merge master into staging-next
2022-08-25 12:01:30 +00:00
Vladimír Čunát
47cfdd695f
Merge #187582 : cmake: 3.24.0 -> 3.24.1 (into staging)
2022-08-25 13:35:59 +02:00
Bobby Rong
9e3bd70d8b
Merge pull request #188199 from r-ryantm/auto-update/mill
...
mill: 0.10.5 -> 0.10.6
2022-08-25 17:53:21 +08:00
Martin Weinelt
249398ffa8
Merge remote-tracking branch 'origin/staging-next' into staging
2022-08-25 00:32:27 +02:00
Vladimír Čunát
b784c5ae63
Merge #186941 : staging-next 2022-08-16
2022-08-24 19:10:16 +02:00
R. Ryantm
689d6788f2
mill: 0.10.5 -> 0.10.6
2022-08-24 16:39:50 +00:00
github-actions[bot]
9f510422cb
Merge master into staging-next
2022-08-24 00:02:43 +00:00
Jakub Kozłowski
c68dc2bf27
scala-cli: fix completions
2022-08-24 00:45:18 +02:00
Jakub Kozłowski
5c4f0bdedf
scala-cli: 0.1.11 -> 0.1.12
2022-08-23 15:03:52 +02:00
Uri Baghin
69c21d5bff
bazel_6: fix darwin build
2022-08-23 19:24:07 +10:00
Sergei Trofimovich
d599919bc3
Merge pull request #187777 from trofi/cmake-fix-non-libc-case
...
cmake: fix crash on CC without libc support
2022-08-21 21:29:43 +01:00
Sergei Trofimovich
da0a5e5f3b
cmake: fix crash on CC without libc support
...
Without this change pkgsLLVM fails to build any packages
as compiler-rt fails early in cmake:
CMake Error at ...-cmake-3.24.0/share/cmake-3.24/Modules/Platform/UnixPaths.cmake:53 (file):
file STRINGS file
"...-x86_64-unknown-linux-gnu-clang-wrapper-11.1.0/nix-support/orig-libc-dev"
cannot be read.
It's a regression caused by 871cf9f7b3
"cmake: detect libc location
at runtime #181431 " where we started using `orig-libc-dev` as a libc pointer.
During pkgsLLVM pootstrap first compiler has no libc support yet.
The change skips runtime detection if there are no libc signs.
2022-08-21 19:18:11 +01:00
R. Ryantm
410a9ae700
cmake: 3.24.0 -> 3.24.1
2022-08-20 10:52:56 +00:00
github-actions[bot]
8e0d18cd9d
Merge staging-next into staging
2022-08-20 00:03:16 +00:00
github-actions[bot]
318717f2e3
Merge master into staging-next
2022-08-20 00:02:22 +00:00
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
github-actions[bot]
8b202db44b
Merge staging-next into staging
2022-08-19 18:01:56 +00:00
github-actions[bot]
949c5dc1a1
Merge master into staging-next
2022-08-19 18:01:13 +00: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
Sandro
0753d1a540
Merge pull request #184748 from r-ryantm/auto-update/waf
2022-08-19 00:11:00 +02:00
github-actions[bot]
28612f43c8
Merge master into staging-next
2022-08-18 12:01:28 +00:00
Vladimír Čunát
3b765ccd67
Merge #186967 : libsForQt5.messagelib: patch for cmake 3.24
2022-08-18 09:06:22 +02:00
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
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
4a944dfeac
Merge branch 'staging' into staging-next
2022-08-16 13:12:47 +02:00
Artturin
c6568adb00
treewide: makeWrapper buildInputs to nativeBuildInputs
...
most found with https://github.com/siraben/nix-lint
2022-08-16 13:14:19 +03:00
Guillaume Maudoux
095a37e13e
bazel_6: Working fix for java toolchain on linux
2022-08-16 12:04:27 +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
Guillaume Maudoux
fff3c3b7a7
WIP v2
2022-08-12 17:04:44 +02:00
Guillaume Maudoux
882d0a3b7a
bazel_6: init with a WIP implem
2022-08-11 15:33:28 +02: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
R. Ryantm
b51e4f631e
waf: 2.0.23 -> 2.0.24
2022-08-02 06:14:07 +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
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