mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-02 17:09:09 +03:00
haskellPackages.hmatrix: remove impure openblas path
This commit is contained in:
parent
406428d6a4
commit
661ce66483
@ -122,6 +122,9 @@ self: super: {
|
||||
hmatrix = overrideCabal super.hmatrix (drv: {
|
||||
configureFlags = (drv.configureFlags or []) ++ [ "-fopenblas" ];
|
||||
extraLibraries = [ pkgs.openblasCompat ];
|
||||
preConfigure = ''
|
||||
sed -i hmatrix.cabal -e 's@/usr/lib/openblas/lib@${pkgs.openblasCompat}/lib@'
|
||||
'';
|
||||
});
|
||||
|
||||
bindings-levmar = overrideCabal super.bindings-levmar (drv: {
|
||||
|
Loading…
Reference in New Issue
Block a user