6 buildOctavePackage rec {
11 url = "mirror://sourceforge/octave/${pname}-${version}.tar.gz";
12 sha256 = "0ayi5x9zk9p4zm0qsr3i94lyp5468c9d1a7mqrqjqpdvkhrw0xnm";
16 homepage = "https://octave.sourceforge.io/ocl/index.html";
17 license = licenses.gpl3Plus;
18 maintainers = with maintainers; [ KarlJoad ];
19 description = "Use OpenCL for parallelization";
21 Package using OpenCL for parallelization, mostly suitable to
22 Single-Instruction-Multiple-Data (SIMD) computations, selectively
23 using available OpenCL hardware and drivers.