graph-tool: enable openmp
This commit is contained in:
parent
c6f68fc17d
commit
ee4096be8c
1 changed files with 1 additions and 1 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue