Skip to content

Commit

Permalink
openblas: Support ARMv6
Browse files Browse the repository at this point in the history
  • Loading branch information
dezgeg committed Dec 29, 2017
1 parent 6b74d2c commit 722295f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pkgs/development/libraries/science/math/openblas/default.nix
Expand Up @@ -12,6 +12,14 @@ let blas64_ = blas64; in
let
# To add support for a new platform, add an element to this set.
configs = {
armv6l-linux = {
BINARY = "32";
TARGET = "ARMV6";
DYNAMIC_ARCH = "0";
CC = "gcc";
USE_OPENMP = "1";
};

armv7l-linux = {
BINARY = "32";
TARGET = "ARMV7";
Expand Down

0 comments on commit 722295f

Please sign in to comment.