Commit Graph

14280 Commits

Author SHA1 Message Date
markuskowa
2f34b4b883
Merge pull request #108983 from markuskowa/dev-mpi
Use mpi attribute consistently to provide a default MPI implementation
2021-01-23 22:51:09 +01:00
John Ericson
12881a7aa7
Merge pull request #110544 from Ericson2314/no-platform
top-level, lib: Remove platform attribute of platforms
2021-01-23 16:32:36 -05:00
Pavol Rusnak
046a9cf4ea
Merge pull request #110578 from TredwellGit/electron_11
electron_11: 11.2.0 -> 11.2.1
2021-01-23 19:56:15 +01:00
Jörg Thalheim
09f47ac855
Merge branch 'master' into development-tools-stdenv-lib 2021-01-23 15:57:23 +00:00
Mario Rodas
9d6fd2ba13 dune_2: 2.8.0 -> 2.8.2
https://github.com/ocaml/dune/releases/tag/2.8.1
https://github.com/ocaml/dune/releases/tag/2.8.2
2021-01-23 16:09:22 +01:00
John Ericson
9c213398b3 lib: Clean up how linux and gcc config is specified
Second attempt of 8929989614589ee3acd070a6409b2b9700c92d65; see that
commit for details.

This reverts commit 0bc275e634.
2021-01-23 10:01:28 -05:00
Sandro
f0e117f941
Merge pull request #110563 from dbirks/kind-0.10.0
kind: 0.9.0 -> 0.10.0
2021-01-23 14:43:13 +01:00
Ben Siraphob
c522fec274 pkgs/development/tools: stdenv.lib -> lib 2021-01-23 20:30:03 +07:00
Markus Kowalewski
6dba41fbcb
mpi: use mpi attribute consistently as the default MPI implementations
Use the attribute mpi to provide a system wide default MPI
implementation. The default is openmpi (as before).
This now allows for overriding the MPI implentation by using
the overlay mechanism. Build all packages with mpich instead
of the default openmpi can now be achived like this:
self: super:
 {
   mpi = super.mpich;
 }

All derivations that have been using "mpi ? null" to provide optional
building with MPI have been change in the following way to allow for
optional builds with MPI:
{ ...
, mpi
, useMpi ? false
}
2021-01-23 12:15:13 +01:00
TredwellGit
c81247f204 electron_11: 11.2.0 -> 11.2.1
https://github.com/electron/electron/releases/tag/v11.2.1
2021-01-23 10:46:09 +00:00
Doron Behar
f9c6e07c67 treewide: Remove usages of stdenv.lib by @doronbehar
Per: https://github.com/NixOS/nixpkgs/issues/108938
2021-01-23 10:52:19 +02:00
David Birks
bd680be132
kind: 0.9.0 -> 0.10.0 2021-01-22 22:54:10 -05:00
Jonathan Ringer
0bc275e634
Revert "lib: Clean up how linux and gcc config is specified"
This is a stdenv-rebuild, and should not be merged
into master

This reverts commit 8929989614.
2021-01-22 14:07:06 -08:00
Maximilian Bosch
e47aca4524
Merge pull request #110373 from r-ryantm/auto-update/bingrep
bingrep: 0.8.2 -> 0.8.5
2021-01-22 22:14:39 +01:00
John Ericson
d95aebbe0e
Merge pull request #107214 from Ericson2314/linux-config-cleanup
lib: Clean up how linux and gcc config is specified
2021-01-22 15:15:58 -05:00
Ryan Mulligan
64b79a2767
Merge pull request #110153 from r-ryantm/auto-update/nexus
nexus: 3.29.0-02 -> 3.29.2-02
2021-01-22 06:36:30 -08:00
Oleksii Filonenko
65a6c52178
Merge pull request #110377 from r-ryantm/auto-update/cargo-cache
cargo-cache: 0.5.1 -> 0.6.0
2021-01-22 12:23:26 +02:00
Sandro
3d6df9e8be
Merge pull request #109637 from rycee/liquibase-psql 2021-01-22 10:11:22 +01:00
Sandro
9a92886922
Merge pull request #110395 from zowoq/gemset 2021-01-22 09:31:07 +01:00
Jules Aguillon
bf010dac66
ocamlformat: Add versions 0.15.1 and 0.16.0 2021-01-22 09:10:02 +01:00
John Ericson
8929989614 lib: Clean up how linux and gcc config is specified
The `platform` field is pointless nesting: it's just stuff that happens
to be defined together, and that should be an implementation detail.

This instead makes `linux-kernel` and `gcc` top level fields in platform
configs. They join `rustc` there [all are optional], which was put there
and not in `platform` in anticipation of a change like this.

`linux-kernel.arch` in particular also becomes `linuxArch`, to match the
other `*Arch`es.

The next step after is this to combine the *specific* machines from
`lib.systems.platforms` with `lib.systems.examples`, keeping just the
"multiplatform" ones for defaulting.
2021-01-21 22:44:09 -05:00
Mario Rodas
09c607f0be
Merge pull request #110356 from r-ryantm/auto-update/flow
flow: 0.142.0 -> 0.143.0
2021-01-21 21:26:19 -05:00
Sandro
d78f0383c2
Merge pull request #110383 from ck3d/fix-rust-bindgen
rust-bindgen: Resolve "/usr/bin/env bash" to fix usage in Nix build
2021-01-22 02:16:08 +01:00
Dmitry Kalinkin
55e8a35caf
Merge pull request #109422 from veprbl/pr/binutils_use_gold_darwin_cross
binutils: enable gold when cross compiling on darwin
2021-01-21 18:47:25 -05:00
Robert Helgesson
0e4faa73d2
liquibase: support PostgreSQL JDBC driver 2021-01-21 23:13:24 +01:00
Robert Helgesson
62acc9aa8f
liquibase: cleaning up 2021-01-21 23:12:43 +01:00
zowoq
2ab13ca162 treewide: add final newline 2021-01-22 07:40:43 +10:00
zowoq
59b83c43e0 treewide: add final newline 2021-01-22 07:18:04 +10:00
Christian Kögler
23b0a88572 rust-bindgen: Resolve "/usr/bin/env bash" to fix usage in Nix build 2021-01-21 20:16:58 +01:00
R. RyanTM
4f3e9c9ca8 cargo-cache: 0.5.1 -> 0.6.0 2021-01-21 18:34:21 +00:00
R. RyanTM
360f24168f bingrep: 0.8.2 -> 0.8.5 2021-01-21 18:10:56 +00:00
R. RyanTM
f590e4246e
azure-storage-azcopy: 10.7.0 -> 10.8.0 (#109730) 2021-01-21 10:08:11 -08:00
R. RyanTM
d0f642806f
bazel-kazel: 0.1.3 -> 0.2.0 (#109731) 2021-01-21 10:07:41 -08:00
R. RyanTM
34926a73f8
golangci-lint: 1.35.0 -> 1.35.2 (#109843) 2021-01-21 10:05:40 -08:00
R. RyanTM
4670172927
gore: 0.5.0 -> 0.5.2 (#109844) 2021-01-21 10:04:57 -08:00
R. RyanTM
76a80a2616
mage: 1.10.0 -> 1.11.0 (#110090) 2021-01-21 09:58:34 -08:00
R. RyanTM
afc9f15172
circleci-cli: 0.1.11756 -> 0.1.11924 (#110333) 2021-01-21 09:49:57 -08:00
R. RyanTM
97b17404fa
go-swagger: 0.25.0 -> 0.26.0 (#110361) 2021-01-21 09:48:25 -08:00
R. RyanTM
9b531f99e8 flow: 0.142.0 -> 0.143.0 2021-01-21 15:30:52 +00:00
Ryan Mulligan
101f4f14b9
Merge pull request #110335 from r-ryantm/auto-update/clojure-lsp
clojure-lsp: 2021.01.16-03.28.20 -> 2021.01.20-01.39.32
2021-01-21 06:52:45 -08:00
R. RyanTM
303ccb9760 clojure-lsp: 2021.01.16-03.28.20 -> 2021.01.20-01.39.32 2021-01-21 13:31:34 +00:00
Doron Behar
2f1a1cf2b5
Merge pull request #110315 from 06kellyjac/open-policy-agent
open-policy-agent: 0.25.2 -> 0.26.0
2021-01-21 13:58:48 +02:00
Mario Rodas
169be986e2
Merge pull request #110264 from marsam/update-go-tools
go-tools: 2020.2 -> 2020.2.1
2021-01-21 06:45:24 -05:00
06kellyjac
20cc264778 open-policy-agent: 0.25.2 -> 0.26.0 2021-01-21 11:06:56 +00:00
sternenseemann
095ef20a24 dune: stdenv.lib → lib
Reference #108938.
2021-01-21 11:26:26 +01:00
sternenseemann
f3704de649 dune: let dune install itself 2021-01-21 11:26:26 +01:00
Max Wittig
4c7ffbccf0
gitlab-runner: 13.7.0 -> 13.8.0 (#110280) 2021-01-21 10:07:03 +00:00
zowoq
932941b79c treewide: editorconfig fixes
- remove trailing whitespace
- use spaces for indentation
2021-01-21 13:29:54 +10:00
Mario Rodas
45791d5543
Merge pull request #110185 from r-ryantm/auto-update/pack
buildpack: 0.15.1 -> 0.16.0
2021-01-20 21:06:59 -05:00
R. RyanTM
26e315fd42 buildpack: 0.15.1 -> 0.16.0 2021-01-20 16:20:53 +00:00