Skip to content

Commit f2c2962

Browse files
authored
adolc: add --enable-sparse to configureFlags (#365886)
2 parents a7f2884 + 4329ade commit f2c2962

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pkgs/by-name/ad/adolc/package.nix

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@ stdenv.mkDerivation (finalAttrs: {
1616
hash = "sha256-oU229SuOl/gHoRT8kiWfd5XFiByjeypgdVWFLMYFHfA=";
1717
};
1818

19-
configureFlags = [ "--with-openmp-flag=-fopenmp" ];
19+
configureFlags = [
20+
"--with-openmp-flag=-fopenmp"
21+
"--enable-sparse"
22+
];
2023

2124
buildInputs = lib.optional stdenv.cc.isClang llvmPackages.openmp;
2225

0 commit comments

Comments
 (0)