mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-25 10:00:28 +00:00
openblas: add aarch64 platform config
(cherry picked from commit 73b65551f4)
This commit is contained in:
committed by
Florian Klink
parent
6f3ab10f54
commit
cd4f4e08ce
@@ -20,6 +20,14 @@ let
|
||||
USE_OPENMP = "1";
|
||||
};
|
||||
|
||||
aarch64-linux = {
|
||||
BINARY = "64";
|
||||
TARGET = "ARMV8";
|
||||
DYNAMIC_ARCH = "1";
|
||||
CC = "gcc";
|
||||
USE_OPENMP = "1";
|
||||
};
|
||||
|
||||
i686-linux = {
|
||||
BINARY = "32";
|
||||
TARGET = "P2";
|
||||
|
||||
Reference in New Issue
Block a user