about summary refs log tree commit diff
path: root/pkgs/applications/science/math
diff options
context:
space:
mode:
authorBen Darwin <bcdarwin@gmail.com>2023-09-21 13:00:20 -0400
committerBen Darwin <bcdarwin@gmail.com>2023-10-10 17:31:32 -0400
commit8969c706d25fcc4789c47d7011fa93e062d911e1 (patch)
treeb2972ad06007b3b0442b39b3bdfd8f22e5343c77 /pkgs/applications/science/math
parent69e182e6f1b0db8da8c39b004c7e358a50d5387a (diff)
downloadnixlib-8969c706d25fcc4789c47d7011fa93e062d911e1.tar
nixlib-8969c706d25fcc4789c47d7011fa93e062d911e1.tar.gz
nixlib-8969c706d25fcc4789c47d7011fa93e062d911e1.tar.bz2
nixlib-8969c706d25fcc4789c47d7011fa93e062d911e1.tar.lz
nixlib-8969c706d25fcc4789c47d7011fa93e062d911e1.tar.xz
nixlib-8969c706d25fcc4789c47d7011fa93e062d911e1.tar.zst
nixlib-8969c706d25fcc4789c47d7011fa93e062d911e1.zip
mxnet: opencv3 -> opencv4
Diffstat (limited to 'pkgs/applications/science/math')
-rw-r--r--pkgs/applications/science/math/mxnet/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/science/math/mxnet/default.nix b/pkgs/applications/science/math/mxnet/default.nix
index d65de87d8eb9..993da2b89898 100644
--- a/pkgs/applications/science/math/mxnet/default.nix
+++ b/pkgs/applications/science/math/mxnet/default.nix
@@ -1,5 +1,5 @@
 { config, stdenv, lib, fetchurl, fetchpatch, bash, cmake
-, opencv3, gtest, blas, gomp, llvmPackages, perl
+, opencv4, gtest, blas, gomp, llvmPackages, perl
 , cudaSupport ? config.cudaSupport, cudaPackages ? { }, nvidia_x11
 , cudnnSupport ? cudaSupport
 }:
@@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
 
   nativeBuildInputs = [ cmake perl ];
 
-  buildInputs = [ opencv3 gtest blas.provider ]
+  buildInputs = [ opencv4 gtest blas.provider ]
     ++ lib.optional stdenv.cc.isGNU gomp
     ++ lib.optional stdenv.cc.isClang llvmPackages.openmp
     # FIXME: when cuda build is fixed, remove nvidia_x11, and use /run/opengl-driver/lib