graph-tool: enable openmp

This commit is contained in:
Joel Moberg 2015-05-21 16:43:07 +02:00
parent c6f68fc17d
commit ee4096be8c

View file

@ -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 ];