openblas: enable multiple outputs
This commit is contained in:
parent
b8318e2e5a
commit
7902256cfd
1 changed files with 3 additions and 0 deletions
|
@ -100,6 +100,9 @@ in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "openblas";
|
pname = "openblas";
|
||||||
version = "0.3.10";
|
version = "0.3.10";
|
||||||
|
|
||||||
|
outputs = [ "out" "dev" ];
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "xianyi";
|
owner = "xianyi";
|
||||||
repo = "OpenBLAS";
|
repo = "OpenBLAS";
|
||||||
|
|
Loading…
Reference in a new issue