tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
0
fork
atom
overview
issues
pulls
pipelines
octavePackages.ocl: mark as broken
Doron Behar
11 months ago
dfd35625
28a59449
+2
-3
1 changed file
expand all
collapse all
unified
split
pkgs
development
octave-modules
ocl
default.nix
+2
-3
pkgs/development/octave-modules/ocl/default.nix
reviewed
···
1
1
{
2
2
buildOctavePackage,
3
3
-
stdenv,
4
3
lib,
5
4
fetchurl,
6
5
}:
···
23
24
Single-Instruction-Multiple-Data (SIMD) computations, selectively
24
25
using available OpenCL hardware and drivers.
25
26
'';
26
26
-
# error: structure has no member 'dir'
27
27
-
broken = stdenv.hostPlatform.isDarwin;
27
27
+
# https://savannah.gnu.org/bugs/?66964
28
28
+
broken = true;
28
29
};
29
30
}