Merge pull request #76050 from robertodr/arrayfire

arrayfire: build with current gcc version
This commit is contained in:
markuskowa 2019-12-19 23:43:11 +01:00 committed by GitHub
commit 2783a1025a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10729,10 +10729,7 @@ in
armadillo = callPackage ../development/libraries/armadillo {};
arrayfire = callPackage ../development/libraries/arrayfire {
# fails to build with gcc >= 7
stdenv = gcc6Stdenv;
};
arrayfire = callPackage ../development/libraries/arrayfire {};
arrow-cpp = callPackage ../development/libraries/arrow-cpp ({
gtest = gtest.override { static = true; };