summary refs log tree commit diff
diff options
context:
space:
mode:
authorDmitry Kalinkin <dmitry.kalinkin@gmail.com>2022-01-14 10:56:12 -0500
committerGitHub <noreply@github.com>2022-01-14 10:56:12 -0500
commit7a31f9e4da1c42a0055b715a79003c3253d9374e (patch)
tree456b052ad625c8ccf9dff306705eea924d35680e
parent04f3ee1325bf28f82ca4d18474d0fd7c2b5da078 (diff)
parentcc5ffb3de43f93be6e065963a93a34f294c01022 (diff)
downloadnixpkgs-7a31f9e4da1c42a0055b715a79003c3253d9374e.tar
nixpkgs-7a31f9e4da1c42a0055b715a79003c3253d9374e.tar.gz
nixpkgs-7a31f9e4da1c42a0055b715a79003c3253d9374e.tar.bz2
nixpkgs-7a31f9e4da1c42a0055b715a79003c3253d9374e.tar.lz
nixpkgs-7a31f9e4da1c42a0055b715a79003c3253d9374e.tar.xz
nixpkgs-7a31f9e4da1c42a0055b715a79003c3253d9374e.tar.zst
nixpkgs-7a31f9e4da1c42a0055b715a79003c3253d9374e.zip
Merge pull request #155013 from ShamrockLee/root-tmva-deps
root: add dependencies for TMVA
-rw-r--r--pkgs/applications/science/misc/root/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/applications/science/misc/root/default.nix b/pkgs/applications/science/misc/root/default.nix
index 225a81f1f66..9962b1ce60f 100644
--- a/pkgs/applications/science/misc/root/default.nix
+++ b/pkgs/applications/science/misc/root/default.nix
@@ -9,6 +9,7 @@
 , gl2ps
 , glew
 , gsl
+, lapack
 , libX11
 , libXpm
 , libXft
@@ -19,6 +20,7 @@
 , llvm_9
 , lz4
 , xz
+, openblas
 , pcre
 , nlohmann_json
 , pkg-config
@@ -55,11 +57,13 @@ stdenv.mkDerivation rec {
     pcre
     zlib
     zstd
+    lapack
     libxml2
     llvm_9
     lz4
     xz
     gsl
+    openblas
     xxHash
     libAfterImage
     giflib
@@ -153,6 +157,7 @@ stdenv.mkDerivation rec {
     "-Droot7=OFF"
     "-Dsqlite=OFF"
     "-Dssl=OFF"
+    "-Dtmva=ON"
     "-Dvdt=OFF"
     "-Dwebgui=OFF"
     "-Dxml=ON"