graph-tool: enable openmp
This commit is contained in:
@@ -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 ];
|
||||||
|
|||||||
Reference in New Issue
Block a user