summary refs log tree commit diff
path: root/pkgs/development/python-modules/graph-tool
diff options
context:
space:
mode:
authorJoel Moberg <joel.moberg@gmail.com>2015-05-21 16:43:07 +0200
committerJoel Moberg <joel.moberg@gmail.com>2015-05-21 16:43:07 +0200
commitee4096be8c19fd7e5508e5c602f1183e7e7046c2 (patch)
treebd17e531b84b9ba4822072ba924f06ad439cc7e6 /pkgs/development/python-modules/graph-tool
parentc6f68fc17d6ed3b5cd7e97ccf03f405459f259d5 (diff)
downloadnixlib-ee4096be8c19fd7e5508e5c602f1183e7e7046c2.tar
nixlib-ee4096be8c19fd7e5508e5c602f1183e7e7046c2.tar.gz
nixlib-ee4096be8c19fd7e5508e5c602f1183e7e7046c2.tar.bz2
nixlib-ee4096be8c19fd7e5508e5c602f1183e7e7046c2.tar.lz
nixlib-ee4096be8c19fd7e5508e5c602f1183e7e7046c2.tar.xz
nixlib-ee4096be8c19fd7e5508e5c602f1183e7e7046c2.tar.zst
nixlib-ee4096be8c19fd7e5508e5c602f1183e7e7046c2.zip
graph-tool: enable openmp
Diffstat (limited to 'pkgs/development/python-modules/graph-tool')
-rw-r--r--pkgs/development/python-modules/graph-tool/2.x.x.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/graph-tool/2.x.x.nix b/pkgs/development/python-modules/graph-tool/2.x.x.nix
index d3b023704604..46571978a6d3 100644
--- a/pkgs/development/python-modules/graph-tool/2.x.x.nix
+++ b/pkgs/development/python-modules/graph-tool/2.x.x.nix
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
   };
 
   preConfigure = ''
-    configureFlags="--with-python-module-path=$out/${python.sitePackages}"
+    configureFlags="--with-python-module-path=$out/${python.sitePackages} --enable-openmp"
   '';
 
   buildInputs = [ automake m4 pkgconfig makeWrapper ];