We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 370ff43 commit 4329adeCopy full SHA for 4329ade
pkgs/by-name/ad/adolc/package.nix
@@ -16,7 +16,10 @@ stdenv.mkDerivation (finalAttrs: {
16
hash = "sha256-oU229SuOl/gHoRT8kiWfd5XFiByjeypgdVWFLMYFHfA=";
17
};
18
19
- configureFlags = [ "--with-openmp-flag=-fopenmp" ];
+ configureFlags = [
20
+ "--with-openmp-flag=-fopenmp"
21
+ "--enable-sparse"
22
+ ];
23
24
buildInputs = lib.optional stdenv.cc.isClang llvmPackages.openmp;
25
0 commit comments