cl: mark as broken on aarch64
This commit is contained in:
parent
eeaf1f702d
commit
cebf1cc37b
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ erlang rebar opencl-headers ocl-icd ];
|
buildInputs = [ erlang rebar opencl-headers ocl-icd ];
|
||||||
|
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
rebar compile
|
rebar compile
|
||||||
'';
|
'';
|
||||||
@ -29,6 +29,8 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = https://github.com/tonyrog/cl;
|
homepage = https://github.com/tonyrog/cl;
|
||||||
description = "OpenCL binding for Erlang";
|
description = "OpenCL binding for Erlang";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
|
# https://github.com/tonyrog/cl/issues/39
|
||||||
|
broken = stdenv.isAarch64;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user