Merge master into staging-next

This commit is contained in:
Frederik Rietdijk
2018-07-21 19:43:53 +02:00
2090 changed files with 4329 additions and 3730 deletions
@@ -1,4 +1,4 @@
{ stdenv, lib, copyPathsToStore, fetchurl, autoconf, automake, gettext, libtool
{ stdenv, fetchurl, autoconf, automake, gettext, libtool
, gfortran, openblas }:
with stdenv.lib;
@@ -1,4 +1,4 @@
{ stdenv, lib, config, fetchFromGitHub, fetchpatch
{ stdenv, lib, config, fetchFromGitHub
, cmake
, glog, google-gflags, gtest
, protobuf, snappy
@@ -11,8 +11,7 @@ let
atlasMaybeShared = if atlas != null then atlas.override { inherit shared; }
else null;
usedLibExtension = if shared then ".so" else ".a";
inherit (stdenv.lib) optional optionals concatStringsSep;
inherit (builtins) hasAttr attrNames;
inherit (stdenv.lib) optional optionals;
version = "3.8.0";
in
@@ -1,5 +1,5 @@
{ stdenv
, fetchFromGitHub, fetchurl
, fetchFromGitHub
, python
# for binding generation