R. RyanTM
1b6d715bdc
samurai: 1.0 -> 1.1
2020-04-01 18:58:42 -07:00
R. RyanTM
d5526f0d98
sbt: 1.3.8 -> 1.3.9
2020-04-01 16:48:07 -07:00
John Ericson
6bf6ec8a96
Merge remote-tracking branch 'upstream/master' into consistent-bazel-ref
2020-04-01 16:16:30 -04:00
John Ericson
6f94f8fd3f
bazel-*: Consistently self reference
...
Using `bazel_self` for self-references makes managing bazel versions
easier: their less risk of changing defaults or copy pasted code for no
versions leading to incorrect self-references.
2020-04-01 16:16:26 -04:00
R. RyanTM
a90b82dfe9
alibuild: 1.5.4rc3 -> 1.5.5
2020-03-31 09:29:48 -07:00
Ryan Mulligan
97f404147e
Merge pull request #82993 from Synthetica9/homepage-fix2
...
treewide: fix redirected urls (again)
2020-03-30 13:40:46 -07:00
John Ericson
1fa310549c
Merge remote-tracking branch 'upstream/master' into add-tensorflow-2
2020-03-30 13:59:16 +00:00
John Ericson
d4de62dedd
bazel_0_29: init at 0.29.1
...
Needed for Tensorflow 2.1
2020-03-30 04:30:40 +00:00
Patrick Hilhorst
5b49816cf4
treewide: add quotes to recently-changed urls
...
Co-Authored-By: Drew <drewrisinger@users.noreply.github.com>
2020-03-28 00:05:50 +01:00
Niklas Hambüchen
0bc0823ff7
Merge pull request #83144 from nh2/conan-1.23.0
...
Conan 1.23.0
2020-03-26 15:55:39 +01:00
Doron Behar
7f2fc686af
bear: Use python3 by default
2020-03-26 07:25:15 +01:00
Andreas Rammhold
d7673d7889
bazel_0: init at 0.26.0
...
(cherry picked from commit 1c0de27df3
)
2020-03-25 11:32:39 -04:00
Janne Heß
cfe8e0e1ad
pkgs/bazel*: Fix path to update-srcDeps.py
...
Otherwise, the -small channel fails on the tarball output.
(cherry picked from commit 0723bf3b72
)
2020-03-25 11:27:15 -04:00
Michael Lingelbach
3fab55793d
Add bazel 1.2.1
...
(cherry picked from commit 1c4f22a5da
)
2020-03-25 11:27:14 -04:00
Christian Kögler
4c9bd5d52a
redo-apenwarr: 0.42 -> 0.42a; use python3 and fixed building manpage
...
Removed dependency to mkdoc, which is only needed to build the webpage.
2020-03-22 19:11:15 +01:00
Niklas Hambüchen
f460e62d9b
conan: 1.12.3 -> 1.23.0
...
* remove pinned dependencies where nixpkgs provides a version
in the acceptable range
* disable tests;
they are no longer in the Pypi archive, see
https://github.com/conan-io/conan/issues/4563
2020-03-22 16:34:55 +01:00
Niklas Hambüchen
03d5611ae0
conan: Remove unnecessary patching.
...
The pluginbase dependency is now pinned further up with commit
244fcfc8
- conan: pin pluginbase to 0.7
2020-03-22 16:03:44 +01:00
Niklas Hambüchen
3a158da8e8
conan: Reformat inputs list
2020-03-22 15:45:49 +01:00
Patrick Hilhorst
9fc5e7e473
treewide: fix redirected urls (again)
...
Ran the same script as #78265 .
Additionally, manually replaced `http://goodies.xfce.org `
with https.
2020-03-20 13:36:23 +01:00
Frederik Rietdijk
8fa5eb488b
Merge master into staging-next
2020-03-12 11:30:04 +01:00
Jan Tojnar
9c4f24a63e
meson: add jtojnar to maintainers
2020-03-11 13:53:15 +01:00
Thomas Tuegel
65d5cc1499
Merge pull request #81869 from r-ryantm/auto-update/cmake
...
cmake: 3.16.4 -> 3.16.5
2020-03-08 05:32:54 -05:00
R. RyanTM
b3793e1181
cmake: 3.16.4 -> 3.16.5
2020-03-06 06:14:36 +00:00
Frederik Rietdijk
188c3a4d03
Merge staging-next into staging
2020-03-06 07:09:30 +01:00
Matthew Bauer
dfbe76a681
waf: move binary to $out/bin/
...
Originally this was just the executable, but this breaks nix-shell
usage. Instead, just do a normal directory.
Fixes #79909
2020-03-06 07:06:01 +01:00
Jan Tojnar
1a44e325d2
Merge branch 'staging-next' into staging
2020-03-04 21:24:05 +01:00
Andreas Rammhold
1c0de27df3
bazel_0: init at 0.26.0
2020-03-04 16:41:17 +01:00
Andreas Rammhold
4c00e6f654
bazel-remote: fix fixed output derivation hash
2020-03-03 14:35:24 +01:00
Andreas Rammhold
846f300511
Merge pull request #80953 from andir/bazel-poison
...
buildBazelPackage: poison all the fixed output derivations
2020-03-03 10:39:05 +01:00
Andreas Rammhold
0ff376c03f
bazel-remote: update fixed output hash
2020-03-03 01:12:27 +01:00
Janne Heß
0723bf3b72
pkgs/bazel*: Fix path to update-srcDeps.py
...
Otherwise, the -small channel fails on the tarball output.
2020-03-02 13:11:14 +01:00
Michael Lingelbach
1c4f22a5da
Add bazel 1.2.1
2020-03-02 09:08:47 +01:00
Frederik Rietdijk
21b808cd76
Merge staging-next into staging
2020-02-29 15:29:45 +01:00
Joao Neves
95c91cebf1
bazel: output correct binary name
...
From Bazel 2.0.0 onwards, Bazel looks for a binary named
`bazel-${version}-${os_arch}` if the project root contains a
`.bazelversion` file or the USE_BAZEL_VERSION environment
variable is set.
This change ensures we output a binary with the correct name
for the current version and OS/arch combination.
2020-02-28 12:21:22 +01:00
Joao Neves
dd413d4c2d
bazel: 2.0.0 -> 2.1.0
2020-02-28 12:21:22 +01:00
Millian Poquet
65336dc3cf
meson: 0.52.1 -> 0.53.2
...
https://mesonbuild.com/Release-notes-for-0-53-0.html
https://github.com/mesonbuild/meson/releases/tag/0.53.0
https://github.com/mesonbuild/meson/releases/tag/0.53.1
https://github.com/mesonbuild/meson/releases/tag/0.53.2
2020-02-28 11:10:06 +01:00
Jan Tojnar
ca55015ed8
Revert "meson: 0.52.1 -> 0.53.2"
...
This reverts commit d607564d68
.
should go to staging
2020-02-28 11:09:24 +01:00
Jan Tojnar
b0dfe1cf63
Merge pull request #80797 from mpoquet/meson-0.52.1-to-0.53.1
...
meson: 0.52.1 -> 0.53.1
2020-02-28 10:28:04 +01:00
Millian Poquet
d607564d68
meson: 0.52.1 -> 0.53.2
...
https://mesonbuild.com/Release-notes-for-0-53-0.html
https://github.com/mesonbuild/meson/releases/tag/0.53.0
https://github.com/mesonbuild/meson/releases/tag/0.53.1
https://github.com/mesonbuild/meson/releases/tag/0.53.2
2020-02-27 21:22:54 +01:00
R. RyanTM
0b919c249f
mill: 0.6.0 -> 0.6.1 ( #81017 )
2020-02-26 12:18:16 -05:00
Daiderd Jordan
e4af779056
Merge pull request #80635 from marsam/fix-bazel-darwin
...
bazel: fix build on darwin
2020-02-22 08:52:58 +01:00
Mario Rodas
1fe82110fe
Merge pull request #80627 from marsam/update-bazel-buildtools
...
bazel-buildtools: 0.29.0 -> 1.0.0
2020-02-21 23:44:41 -05:00
Silvan Mosberger
e0fc181f5c
Merge pull request #80645 from xfix/cmake_2_8-fix-build
...
cmake_2_8: fix build
2020-02-21 19:38:25 +01:00
Timo Kaufmann
ec6bf457bf
Merge pull request #80728 from timokau/maven-jdk-overridable
...
maven: make jdk overridable
2020-02-21 14:49:41 +00:00
Timo Kaufmann
0141cfefbc
maven: make jdk overridable
...
This makes it possible to use maven with different (newer) jdks.
Fixes #75630
2020-02-21 14:26:33 +01:00
Konrad Borowski
4bad7d67cd
cmake_2_8: fix build
2020-02-20 16:09:14 +01:00
Mario Rodas
572a6672d0
bazel-buildtools: add marsam to maintainers
2020-02-20 04:21:00 -05:00
Mario Rodas
d1ee615f1c
bazel: fix linker flags for darwin
2020-02-20 04:20:00 -05:00
Mario Rodas
3dd0593020
bazel-buildtools: 0.29.0 -> 1.0.0
2020-02-20 04:20:00 -05:00
Mario Rodas
82a6834e3b
Merge pull request #80527 from marsam/update-bazel-remote
...
bazel-remote: 2020-01-29 -> 1.0.0
2020-02-19 20:03:47 -05:00