graph-tool: enable openmp
This commit is contained in:
parent
c6f68fc17d
commit
ee4096be8c
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
configureFlags="--with-python-module-path=$out/${python.sitePackages}"
|
configureFlags="--with-python-module-path=$out/${python.sitePackages} --enable-openmp"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
buildInputs = [ automake m4 pkgconfig makeWrapper ];
|
buildInputs = [ automake m4 pkgconfig makeWrapper ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user