rPackages.alcyon: fix build

This commit is contained in:
Bruno Rodrigues
2024-11-04 08:40:14 +01:00
parent 28c651c70d
commit 4f8bbed6ca
+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"