Merge master into staging-next
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user