alternatives/blas: fix ILP64 check

This fix allows for MKL ILP64 builds.
This commit is contained in:
Markus Kowalewski 2021-09-15 17:07:21 +02:00
parent f16e0e1a18
commit 20b905a8df
No known key found for this signature in database
GPG Key ID: 502A248E3FB4FF48

@ -31,7 +31,6 @@ let
else stdenv.hostPlatform.extensions.sharedLibrary;
isILP64 = blasProvider.blas64 or false;
blasImplementation = lib.getName blasProvider;
in