mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
Merge pull request #138017 from markuskowa/fix-blas-mkl
alternatives/blas: fix ILP64 check
This commit is contained in:
commit
8b2e7324dc
1 changed files with 0 additions and 1 deletions
|
@ -31,7 +31,6 @@ let
|
|||
else stdenv.hostPlatform.extensions.sharedLibrary;
|
||||
|
||||
|
||||
isILP64 = blasProvider.blas64 or false;
|
||||
blasImplementation = lib.getName blasProvider;
|
||||
|
||||
in
|
||||
|
|
Loading…
Reference in a new issue