rPackages.alcyon: fix build (#353593)

This commit is contained in:
Justin Bedő
2024-11-06 06:56:47 +11:00
committed by GitHub
+7
View File
@@ -340,6 +340,7 @@ let
animation = [ pkgs.which ];
Apollonius = with pkgs; [ pkg-config gmp.dev mpfr.dev ];
arrow = with pkgs; [ pkg-config cmake ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ intltool ];
alcyon = with pkgs; [ cmake which ];
audio = [ pkgs.portaudio ];
BayesSAE = [ pkgs.gsl ];
BayesVarSel = [ pkgs.gsl ];
@@ -1084,6 +1085,12 @@ let
'';
});
alcyon = old.alcyon.overrideAttrs (attrs: {
configureFlags = [
"--enable-force-openmp"
];
});
sf = old.sf.overrideAttrs (attrs: {
configureFlags = [
"--with-proj-lib=${pkgs.lib.getLib pkgs.proj}/lib"